mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 09:11:49 -03:00
Add Russian language support
Added Russian (ru) to the list of available languages.
This commit is contained in:
@@ -10,7 +10,8 @@ const i18n = (() => {
|
||||
{ code: 'es-ES', name: 'Español (España)' },
|
||||
{ code: 'pt-BR', name: 'Portuguese (Brazil)' },
|
||||
{ code: 'tr-TR', name: 'Turkish (Turkey)' },
|
||||
{ code: 'pl-PL', name: 'Polish (Poland)' }
|
||||
{ code: 'pl-PL', name: 'Polish (Poland)' },
|
||||
{ code: 'ru', name: 'Русский' }
|
||||
];
|
||||
|
||||
// Load single language file
|
||||
|
||||
Reference in New Issue
Block a user