i10n using NextIntl
This commit is contained in:
10
content/i18n/bg.json
Normal file
10
content/i18n/bg.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"common": {
|
||||
"greeting": "Здравей",
|
||||
"farewell": "Довиждане",
|
||||
"changeTo": "Смени на",
|
||||
"BG": "Български",
|
||||
"EN": "Английски",
|
||||
"RU": "Руски"
|
||||
}
|
||||
}
|
10
content/i18n/en.json
Normal file
10
content/i18n/en.json
Normal 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
10
content/i18n/ru.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"common": {
|
||||
"greeting": "Здравей",
|
||||
"farewell": "Довиждане",
|
||||
"changeTo": "Смени на",
|
||||
"BG": "[RU] Български",
|
||||
"EN": "[RU] Английски",
|
||||
"RU": "[RU] Руски"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user