Skip to content

Commit 7dc841d

Browse files
authored
Update generate_tx_config.py
1 parent 8926d9e commit 7dc841d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/generate_tx_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def add_files(project_name: str):
3333

3434
def name_replacer(match: re.Match[str]):
3535
prefix, resource = match.group("prefix", "resource")
36-
override_prefix = prefix.replace("file_filter", "trans.zh_CN")
36+
override_prefix = prefix.replace("file_filter", "trans.ru")
3737
pattern = (
3838
resource.replace("trans/<lang>/", "")
3939
.replace("glossary_", "glossary")
@@ -84,4 +84,4 @@ def patch_config(path: str):
8484

8585
init_project()
8686
add_files(params.project_name)
87-
patch_config(params.doc_path)
87+
patch_config(params.doc_path)

0 commit comments

Comments
 (0)