Skip to content

Commit 466f7ff

Browse files
committed
update translation
1 parent 667e33c commit 466f7ff

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

2.trans.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2861,6 +2861,7 @@ def replace_in_file(file_path, translation, base_path=BASE_PATH):
28612861
'Arrows:"{{Arrows}}"',
28622862
'Latin:"{{Latin}}"',
28632863
'All:"{{All}}",',
2864+
'"Advanced options":"{{Advanced options}}",',
28642865
]
28652866
replace_in_file(file_path, translation, TARGET_PATH)
28662867

translations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,4 +1655,5 @@
16551655
'Arrows': '',
16561656
'Latin': '',
16571657
'All': '',
1658+
'Advanced options': '',
16581659
}

translations_cn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,5 +1629,6 @@
16291629
'Arrows': '箭头',
16301630
'Latin': '拉丁',
16311631
'All': '全部',
1632+
'Advanced options': '高级选项',
16321633
'': '',
16331634
}

0 commit comments

Comments
 (0)