Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -13,6 +13,7 @@
<locale android:name="nl" />
<locale android:name="tr" />
<locale android:name="zh" />
<locale android:name="zh-rCN" />
<locale android:name="el" />
<locale android:name="ja" />
<locale android:name="sv" />
Expand Down
3 changes: 3 additions & 0 deletions core/locale/src/debug/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<resources>
<string name="android__app_name">2FAS.DEBUG</string>
</resources>
Loading