Add Romanian translation (#468)
* Create Romanian chat.json I have created Romanian translation of the chat.json. * Add Romanian translation I have created Romanian translations. * Update next-i18next.config.js Added ro locale --------- Co-authored-by: Mckay Wrigley <mckaywrigley@gmail.com>
This commit is contained in:
+18
-17
@@ -2,23 +2,24 @@ module.exports = {
|
||||
i18n: {
|
||||
defaultLocale: 'en',
|
||||
locales: [
|
||||
'bn',
|
||||
'de',
|
||||
'en',
|
||||
'es',
|
||||
'fr',
|
||||
'he',
|
||||
'id',
|
||||
'it',
|
||||
'ja',
|
||||
'ko',
|
||||
'pt',
|
||||
'ru',
|
||||
'sv',
|
||||
'te',
|
||||
'vi',
|
||||
'zh',
|
||||
'ar',
|
||||
"bn",
|
||||
"de",
|
||||
"en",
|
||||
"es",
|
||||
"fr",
|
||||
"he",
|
||||
"id",
|
||||
"it",
|
||||
"ja",
|
||||
"ko",
|
||||
"pt",
|
||||
"ru",
|
||||
"ro",
|
||||
"sv",
|
||||
"te",
|
||||
"vi",
|
||||
"zh",
|
||||
"ar",
|
||||
],
|
||||
},
|
||||
localePath:
|
||||
|
||||
Reference in New Issue
Block a user