Android icon indicating copy to clipboard operation
Android copied to clipboard

Consistently use app_name in strings

Open TheLastProject opened this issue 11 months ago • 2 comments

Several places in strings.xml use the direct text "Catima", it should refer to app_name everywhere so that in languages where the name Catima is transliterated it consistently uses the same everywhere.

TheLastProject avatar Dec 13 '24 20:12 TheLastProject

I suggest changing the value of the key "app_name" in the file located at "Android/app/src/main/res/values-ko/strings.xml" from "Catima" to "카티마." Since I don't know to get editing permissions, I'm leaving this as a comment.

wesley-94 avatar Feb 03 '25 10:02 wesley-94

I suggest changing the value of the key "app_name" in the file located at "Android/app/src/main/res/values-ko/strings.xml" from "Catima" to "카티마." Since I don't know to get editing permissions, I'm leaving this as a comment.

Anyone with a Weblate account can edit translations. If you translate the app name, make sure to translate it everywhere, also in Fastlane, for consistency.

TheLastProject avatar Feb 04 '25 17:02 TheLastProject