Skip to content

Commit

Permalink
Update sync_strings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oxygen-dioxide authored Feb 25, 2025
1 parent 2e5ad85 commit 320c0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Misc/sync_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def file_to_dict(filename):
def dict_to_file(filename, dict, en_dict):
with open(filename, "w", encoding='utf8') as f:
if(not filename.endswith("Strings.axaml")):
f.write('<!--DO NOT modify this file. It is managed autometically.-->')
f.write('<!--To contribute to OpenUtau's localization, visit https://crowdin.com/project/oxygen-dioxideopenutau -->')
f.write('<!--DO NOT modify this file. It is managed autometically.-->\n')
f.write("<!--To contribute to OpenUtau's localization, visit https://crowdin.com/project/oxygen-dioxideopenutau -->\n")
f.write('<ResourceDictionary xmlns="https://github.com/avaloniaui"\n')
f.write(
' xmlns:system="clr-namespace:System;assembly=mscorlib"\n')
Expand Down

0 comments on commit 320c0c6

Please sign in to comment.