Skip to content

Commit

Permalink
Create vi.arb (#121)
Browse files Browse the repository at this point in the history
feat: initialize Vietnamese translation (#121)

- add vi support, thanks to @ngocanhtve's contribution!

---------

Co-authored-by: Fries_I23 <[email protected]>
  • Loading branch information
ngocanhtve and FriesI23 authored Jan 9, 2024
1 parent be61e9e commit 4c3213a
Show file tree
Hide file tree
Showing 8 changed files with 1,472 additions and 109 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
resourceConfigurations += ["en", "de", "fa", "zh"]
resourceConfigurations += ["en", "de", "fa", "vi", "zh"]
}

signingConfigs {
Expand Down
4 changes: 4 additions & 0 deletions android/app/src/main/res/values-vi/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="appName">Table Habit</string>
</resources>
1 change: 1 addition & 0 deletions android/app/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
<locale android:name="en" />
<locale android:name="de" />
<locale android:name="fa" />
<locale android:name="vi" />
<locale android:name="zh" />
</locale-config>
296 changes: 296 additions & 0 deletions assets/l10n/vi.arb

Large diffs are not rendered by default.

256 changes: 149 additions & 107 deletions docs/README/images/l10n-stat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4c3213a

Please sign in to comment.