Skip to content

Commit

Permalink
activate Vietnamese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomf committed Mar 14, 2024
1 parent 8aa880e commit cbb62fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -71,7 +71,7 @@ android {

signingConfig(signingConfigs.release)

resourceConfigurations += ["de", "en", "en_GB", "es", "fr", "it", "nl", "pt",
resourceConfigurations += ["de", "en", "en_GB", "es", "fr", "it", "nl", "pt", "vi",
"cs", "el", "pl", "ru", "tr"]

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/donottranslate.xml
Expand Up @@ -146,6 +146,7 @@
<item translatable="false">Italiano</item>
<item translatable="false">Nederlands</item>
<item translatable="false">Português</item>
<item translatable="false">Tiếng Việt</item>

<!-- Secondary translations - These really need checking by a native speaker -->
<!-- Czech -->
Expand All @@ -172,6 +173,7 @@
<item translatable="false">it</item>
<item translatable="false">nl</item>
<item translatable="false">pt</item>
<item translatable="false">vi</item>

<!-- Secondary translations -->
<item translatable="false">cs</item>
Expand Down

0 comments on commit cbb62fe

Please sign in to comment.