feat: Apply a language code map for certain locales, p=#11669, c=scripts

This commit is contained in:
mr. m
2025-12-19 16:13:28 +01:00
committed by GitHub
parent d16b27cf3b
commit 02e0cd8717
4 changed files with 34 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
"sync:raw": "surfer update",
"sync:rc": "python3 scripts/update_ff.py --rc",
"sync:l10n": "python3 scripts/update_ff.py --just-l10n",
"pretty": "prettier . --write --cache && autopep8 -r --in-place scripts/ src/",
"pretty": "prettier . --write --cache && autopep8 -r --in-place scripts/ src/ --exclude */tests/*",
"lint": "npx eslint src/ && prettier . --check --cache",
"lint:fix": "npm run pretty && npx eslint src/ --fix",
"prepare": "husky",