🌐(frontend) add Dutch translation
Add Dutch to the language selection system, and add configuration files with Dutch translated messages.
This commit is contained in:
committed by
lebaudantoine
parent
fbee41f5dd
commit
0bbaae7c5e
@@ -3,6 +3,6 @@
|
||||
"input": ["src/**/*.{ts,tsx}", "!src/styled-system/**/*", "!src/**/*.d.ts"],
|
||||
"output": "src/locales/$LOCALE/$NAMESPACE.json",
|
||||
"createOldCatalogs": false,
|
||||
"locales": ["en", "fr", "de"],
|
||||
"locales": ["en", "fr", "de", "nl"],
|
||||
"sort": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user