Skip to content

Commit

Permalink
Add Japanease language
Browse files Browse the repository at this point in the history
  • Loading branch information
rafakob committed Sep 4, 2024
1 parent 8b99d69 commit db17645
Show file tree
Hide file tree
Showing 3 changed files with 851 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {

defaultConfig {
applicationId = "com.twofasapp"
versionName = "5.4.6"
versionCode = 5000025
versionName = "5.4.7"
versionCode = 5000026
}

applicationVariants.all {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
<locale android:name="tr" />
<locale android:name="zh" />
<locale android:name="el" />
<locale android:name="ja" />
</locale-config>
Loading

0 comments on commit db17645

Please sign in to comment.