added locale switcher to change language of fleetbase

This commit is contained in:
Ronald A. Richardson
2024-01-22 18:50:09 +08:00
parent d1d5b87c21
commit 313906d36a
16 changed files with 447 additions and 31 deletions

View File

@@ -14,7 +14,7 @@ module.exports = function (/* environment */) {
* @type {String?}
* @default "null"
*/
fallbackLocale: null,
fallbackLocale: 'en-us',
/**
* Path where translations are stored. This is relative to the project root.