Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added italian strings #480

Merged
merged 3 commits into from
Dec 30, 2023
Merged

Added italian strings #480

merged 3 commits into from
Dec 30, 2023

Conversation

DHD2280
Copy link
Contributor

@DHD2280 DHD2280 commented Dec 29, 2023

Added italian strings

Added italian strings
@chenxiaolong
Copy link
Owner

Thanks for the PR! Please also add it to these two lists:

BCR/app/build.gradle.kts

Lines 121 to 136 in 52016be

resourceConfigurations.addAll(listOf(
"de",
"en",
"es",
"fr",
"hi",
"iw",
"pl",
"pt-rPT",
"ru",
"sk",
"tr",
"uk",
"zh-rCN",
"zh-rTW",
))

<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="de" />
<locale android:name="en" />
<locale android:name="es" />
<locale android:name="fr" />
<locale android:name="hi" />
<locale android:name="iw" />
<locale android:name="pl" />
<locale android:name="pt-rPT" />
<locale android:name="ru" />
<locale android:name="sk" />
<locale android:name="tr" />
<locale android:name="uk" />
<locale android:name="zh-rCN" />
<locale android:name="zh-rTW" />
</locale-config>

That allows Italian to work for Android 13's per-app language feature.

@DHD2280
Copy link
Contributor Author

DHD2280 commented Dec 30, 2023

Done!

@chenxiaolong chenxiaolong self-assigned this Dec 30, 2023
@chenxiaolong chenxiaolong merged commit 6268cbd into chenxiaolong:master Dec 30, 2023
1 check passed
@chenxiaolong
Copy link
Owner

Merged, thanks!

chenxiaolong added a commit that referenced this pull request Dec 30, 2023
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants