0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-19 19:42:20 +02:00

Merge branch 'make-app-name-translatable'

This commit is contained in:
Patrick Goldinger 2021-01-29 19:27:17 +01:00
commit c5ae916ece
3 changed files with 5 additions and 2 deletions

View File

@ -32,12 +32,10 @@ android {
buildTypes {
debug {
applicationIdSuffix ".debug"
resValue "string", "app_name", "FlorisBoard Debug"
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
resValue "string", "app_name", "FlorisBoard"
}
}

View File

@ -0,0 +1,3 @@
<resources>
<string name="app_name">FlorisBoard Debug</string>
</resources>

View File

@ -1,4 +1,6 @@
<resources>
<string name="app_name">FlorisBoard</string>
<string name="key__phone_pause" comment="Label for the Pause key in the telephone keyboard layout">Pause</string>
<string name="key__phone_wait" comment="Label for the Wait key in the telephone keyboard layout">Wait</string>
<string name="key_popup__threedots_alt" comment="Content description for the three-dots icon in a key popup">Three-dot icon. If visible, indicates that more letters can be used if longer pressed.</string>