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:
Mr
2023-04-11 05:37:17 +02:00
committed by GitHub
parent ac69b7a887
commit 93112a8211
6 changed files with 77 additions and 17 deletions
+18 -17
View File
@@ -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: