mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
feat(i18n): add French locale (#1438)
* feat(i18n): add French locale * chore(i18n): include French in audit script
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"];
|
||||
const LOCALES = ["ja", "zh", "vi", "pt-BR", "th", "fr"];
|
||||
const EN_FILE = join(LOCALES_DIR, "en.ts");
|
||||
|
||||
const mode = process.argv[2] ?? "--all";
|
||||
|
||||
Reference in New Issue
Block a user