Fix issue with id resource folder.
This commit is contained in:
parent
71d8449527
commit
650b25a43d
2 changed files with 70 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue