feat: improve ui/ux learn map (#40579)
Co-authored-by: Kris Koishigawa <scissorsneedfoodtoo@gmail.com>
This commit is contained in:
@@ -13,10 +13,11 @@ i18n.use(initReactI18next).init({
|
||||
resources: {
|
||||
[i18nextCode]: {
|
||||
translations: require(`./locales/${clientLocale}/translations.json`),
|
||||
trending: require(`./locales/${clientLocale}/trending.json`)
|
||||
trending: require(`./locales/${clientLocale}/trending.json`),
|
||||
intro: require(`./locales/${clientLocale}/intro.json`)
|
||||
}
|
||||
},
|
||||
ns: ['translations', 'trending'],
|
||||
ns: ['translations', 'trending', 'intro'],
|
||||
defaultNS: 'translations',
|
||||
returnObjects: true,
|
||||
debug: environment === 'development',
|
||||
|
Reference in New Issue
Block a user