mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-07 11:39:50 +08:00
feat: Per-app language preferences
This commit is contained in:
9
app/src/main/res/xml/locales_config.xml
Normal file
9
app/src/main/res/xml/locales_config.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<locale android:name="en"/> <!-- English -->
|
||||
<locale android:name="ja"/> <!-- Japanese -->
|
||||
<locale android:name="zh-Hans-CN"/> <!-- Chinese (Simplified) -->
|
||||
<locale android:name="zh-Hant-HK"/> <!-- Chinese (Hong Kong) -->
|
||||
<locale android:name="zh-Hant-MO"/> <!-- Chinese (Macau) -->
|
||||
<locale android:name="zh-Hant-TW"/> <!-- Chinese (Taiwan) -->
|
||||
</locale-config>
|
Reference in New Issue
Block a user