Skip to content

Commit

Permalink
rename resource
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 19, 2024
1 parent bd142cf commit 2faffe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/scripts/transifex_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def create_transifex_config():

if os.path.isfile(f"{root}/mkdocs_tx.yaml"):
print(f"Found mkdocs config translated content")
f.write(f"[o:{TX_ORGANIZATION}:p:{TX_PROJECT}:r:site_config]\n")
f.write(f"[o:{TX_ORGANIZATION}:p:{TX_PROJECT}:r:site_navigation]\n")
f.write("file_filter = mkdocs_tx<lang>.md\n")
f.write(f"source_file = mkdocs_tx.yaml\n")
f.write(f"source_lang = {TX_SOURCE_LANG}\n")
Expand Down

0 comments on commit 2faffe4

Please sign in to comment.