Skip to content

Commit ab16bbe

Browse files
committed
Fix update_translation_coverage.py locale pattern
1 parent 030b45c commit ab16bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/update_translation_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
BASE_PATH = Path("app/src/main/res")
77
BASE_DIR = BASE_PATH / "values"
88
OUTPUT_FILE = Path("TRANSLATIONS.md")
9-
9+
LOCALE_FOLDER_PATTERN = re.compile(r"^values-([a-z]{2,3}(-r[A-Z]{2})?)$")
1010
LOCALE_FLAGS = {
1111
"en": ("🇺🇸", "English"),
1212
"ca": ("🇪🇸", "Catalan"),

0 commit comments

Comments
 (0)