Android
Android copied to clipboard
Consistently use app_name in strings
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.
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.
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.