Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect translations for Acre in some languages #233

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/values-hr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<string name="sq_yard">Četvorni Jard</string>
<string name="sq_foot">Kvadratna Stopa</string>
<string name="sq_inch">Četvorni Inč</string>
<string name="acre">Jutro</string>
<string name="acre">Aker</string>

<!-- Digital Storage -->
<string name="bit">Bit</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<string name="sq_yard">Vierkante el (Yard)</string>
<string name="sq_foot">Vierkante voet</string>
<string name="sq_inch">Vierkante duim (Inch)</string>
<string name="acre">Are</string>
<string name="acre">Acre</string>

<!-- Digital Storage -->
<string name="bit">Bit</string>
Expand Down Expand Up @@ -285,4 +285,4 @@
<string name="usd">Amerikaanse Dollar</string>
<string name="zar">Zuid-Afrikaanse Rand</string>

</resources>
</resources>
4 changes: 2 additions & 2 deletions app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<string name="sq_yard">Yarda Kare</string>
<string name="sq_foot">Ayak Kare</string>
<string name="sq_inch">İnç Kare</string>
<string name="acre">Dönüm</string>
<string name="acre">Acre</string>

<!-- Digital Storage -->
<string name="bit">Bit</string>
Expand Down Expand Up @@ -268,4 +268,4 @@
<string name="usd">Amerikan Doları</string>
<string name="zar">Güney Afrika Randı</string>

</resources>
</resources>