Fix issue with id resource folder.

This commit is contained in:
Benoit Marty
2023-12-08 19:17:35 +01:00
parent 71d8449527
commit 650b25a43d
2 changed files with 70 additions and 1 deletions

View File

@@ -97,7 +97,8 @@ for lang in cumul:
androidLang = lang\
.replace("_", "-r")\
.replace("zh-rHans", "zh-rCN") \
.replace("zh-rHant", "zh-rTW")
.replace("zh-rHant", "zh-rTW") \
.replace("id", "in")
write_file(os.path.join(data_defs_dir, "values-" + androidLang + "/strings_sas.xml"), cumul[lang])
print()