Skip to content

Commit e670cdf

Browse files
Switch approach
1 parent 313a83d commit e670cdf

File tree

8 files changed

+1
-8
lines changed

8 files changed

+1
-8
lines changed

babel_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def update_catalogs(locale: str) -> None:
100100

101101
def compile_catalogs(locale: str) -> None:
102102
"""Compile existing message catalogs"""
103-
cmd = ["pybabel", "compile", "-d", LOCALES_DIR, "-D", DOMAIN, "--use-fuzzy"]
103+
cmd = ["pybabel", "compile", "-d", LOCALES_DIR, "-D", DOMAIN]
104104
if locale:
105105
cmd.extend(["-l", locale])
106106
subprocess.run(cmd, cwd=PROJECT_DIR, check=True)

python_docs_theme/locale/es/LC_MESSAGES/python-docs-theme.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# Translators:
88
# Cristián Maureira-Fredes, 2025
99
#
10-
#, fuzzy
1110
msgid ""
1211
msgstr ""
1312
"Project-Id-Version: python-docs-theme 2025.5\n"

python_docs_theme/locale/ja/LC_MESSAGES/python-docs-theme.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# Translators:
88
# Inada Naoki <[email protected]>, 2025
99
#
10-
#, fuzzy
1110
msgid ""
1211
msgstr ""
1312
"Project-Id-Version: python-docs-theme 2025.5\n"

python_docs_theme/locale/pl/LC_MESSAGES/python-docs-theme.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# Translators:
88
# Stan Ulbrych, 2025
99
#
10-
#, fuzzy
1110
msgid ""
1211
msgstr ""
1312
"Project-Id-Version: python-docs-theme 2025.5\n"

python_docs_theme/locale/pt_BR/LC_MESSAGES/python-docs-theme.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# Alexsey Batista da Silva, 2025
99
# Rafael Fontenelle <[email protected]>, 2025
1010
#
11-
#, fuzzy
1211
msgid ""
1312
msgstr ""
1413
"Project-Id-Version: python-docs-theme 2025.5\n"

python_docs_theme/locale/tr/LC_MESSAGES/python-docs-theme.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# Translators:
88
# Ege Akman, 2025
99
#
10-
#, fuzzy
1110
msgid ""
1211
msgstr ""
1312
"Project-Id-Version: python-docs-theme 2025.5\n"

python_docs_theme/locale/zh_CN/LC_MESSAGES/python-docs-theme.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# Translators:
88
# 汇民 王 <[email protected]>, 2025
99
#
10-
#, fuzzy
1110
msgid ""
1211
msgstr ""
1312
"Project-Id-Version: python-docs-theme 2025.5\n"

python_docs_theme/locale/zh_TW/LC_MESSAGES/python-docs-theme.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# Translators:
88
# W. H. Wang <[email protected]>, 2025
99
#
10-
#, fuzzy
1110
msgid ""
1211
msgstr ""
1312
"Project-Id-Version: python-docs-theme 2025.5\n"

0 commit comments

Comments
 (0)