mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
feat(i18n): add Catalan locale (#1450)
* feat(i18n): add Catalan locale Give Catalan speakers full UI coverage while keeping locale parity with the English source and existing locale audits. * fix(i18n): align Catalan product terminology Use the requested in-product terms for workspace, paquet, and sandbox while keeping the Catalan locale consistent around runtime, host, and deep link wording. * canvis de wording
This commit is contained in:
@@ -25,7 +25,7 @@ const REPO_ROOT = resolve(__dirname, "..");
|
||||
const LOCALES_DIR = join(REPO_ROOT, "apps/app/src/i18n/locales");
|
||||
const APP_SRC = join(REPO_ROOT, "apps/app/src");
|
||||
|
||||
const LOCALES = ["ja", "zh", "vi", "pt-BR", "th", "fr", "es"];
|
||||
const LOCALES = ["ja", "zh", "vi", "pt-BR", "th", "fr", "ca", "es"];
|
||||
const EN_FILE = join(LOCALES_DIR, "en.ts");
|
||||
|
||||
const mode = process.argv[2] ?? "--all";
|
||||
|
||||
Reference in New Issue
Block a user