new: add russian lang

This commit is contained in:
Hiddify
2023-10-05 15:22:48 +02:00
parent c1dc3659b1
commit 72053fcdd8
6 changed files with 274 additions and 20 deletions

View File

@@ -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)