We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030b45c commit ab16bbeCopy full SHA for ab16bbe
.github/scripts/update_translation_coverage.py
@@ -6,7 +6,7 @@
6
BASE_PATH = Path("app/src/main/res")
7
BASE_DIR = BASE_PATH / "values"
8
OUTPUT_FILE = Path("TRANSLATIONS.md")
9
-
+LOCALE_FOLDER_PATTERN = re.compile(r"^values-([a-z]{2,3}(-r[A-Z]{2})?)$")
10
LOCALE_FLAGS = {
11
"en": ("🇺🇸", "English"),
12
"ca": ("🇪🇸", "Catalan"),
0 commit comments