feat(i18n, client): migrate meta translations (#40885)
This commit is contained in:
committed by
GitHub
parent
f5f2df187b
commit
1a642ba542
@@ -14,10 +14,11 @@ i18n.use(initReactI18next).init({
|
||||
[i18nextCode]: {
|
||||
translations: require(`./locales/${clientLocale}/translations.json`),
|
||||
trending: require(`./locales/${clientLocale}/trending.json`),
|
||||
intro: require(`./locales/${clientLocale}/intro.json`)
|
||||
intro: require(`./locales/${clientLocale}/intro.json`),
|
||||
metaTags: require(`./locales/${clientLocale}/meta-tags.json`)
|
||||
}
|
||||
},
|
||||
ns: ['translations', 'trending', 'intro'],
|
||||
ns: ['translations', 'trending', 'intro', 'metaTags'],
|
||||
defaultNS: 'translations',
|
||||
returnObjects: true,
|
||||
// Uncomment the next line for debug logging
|
||||
|
Reference in New Issue
Block a user