new: add russian lang
This commit is contained in:
2
.github/auto_translator.py
vendored
2
.github/auto_translator.py
vendored
@@ -44,4 +44,4 @@ if __name__ == "__main__":
|
||||
recursive_translate(src_pofile, dst_pofile, translator)
|
||||
|
||||
with open(get_path(dst), 'w') as df:
|
||||
json.dump(dst_pofile, df)
|
||||
json.dump(dst_pofile, df, ensure_ascii=False, indent=4)
|
||||
|
||||
Reference in New Issue
Block a user