mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-02 21:58:29 +00:00
a20a0a6b38
Add Spanish to the language selection system on both trees, with 872 frontend phrases and 145 backend ones translated from the French source. The frontend to backend language map gains it too, so a Spanish browser does not write an empty language to the account on every load.
9 lines
256 B
JSON
9 lines
256 B
JSON
{
|
|
"defaultNamespace": "global",
|
|
"input": ["src/**/*.{ts,tsx}", "!src/styled-system/**/*", "!src/**/*.d.ts"],
|
|
"output": "src/locales/$LOCALE/$NAMESPACE.json",
|
|
"createOldCatalogs": false,
|
|
"locales": ["en", "fr", "de", "nl", "es"],
|
|
"sort": true
|
|
}
|