i10n using NextIntl

This commit is contained in:
Dobromir Popov
2024-04-28 22:56:41 +03:00
parent 46df4b6066
commit 6d2885de59
12 changed files with 304 additions and 11 deletions

10
content/i18n/bg.json Normal file
View File

@ -0,0 +1,10 @@
{
"common": {
"greeting": "Здравей",
"farewell": "Довиждане",
"changeTo": "Смени на",
"BG": "Български",
"EN": "Английски",
"RU": "Руски"
}
}

10
content/i18n/en.json Normal file
View File

@ -0,0 +1,10 @@
{
"common": {
"greeting": "Hello",
"farewell": "Goodbye",
"changeTo": "Change to",
"BG": "Bulgarian",
"EN": "English",
"RU": "Russian"
}
}

10
content/i18n/ru.json Normal file
View File

@ -0,0 +1,10 @@
{
"common": {
"greeting": "Здравей",
"farewell": "Довиждане",
"changeTo": "Смени на",
"BG": "[RU] Български",
"EN": "[RU] Английски",
"RU": "[RU] Руски"
}
}