diff --git a/pkg/locales/all_locales.go b/pkg/locales/all_locales.go index 1200618d..e86a0e95 100644 --- a/pkg/locales/all_locales.go +++ b/pkg/locales/all_locales.go @@ -13,12 +13,12 @@ var AllLanguages = map[string]*LocaleInfo{ "en": { Content: en, }, - "ru": { - Content: ru, - }, "es": { Content: es, }, + "ru": { + Content: ru, + }, "vi": { Content: vi, }, diff --git a/src/locales/en.json b/src/locales/en.json index e8ce637c..8b5be03e 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -6,10 +6,10 @@ }, "language": { "English": "English", - "Russian": "Russian", - "Simplified Chinese": "Simplified Chinese", "Spanish": "Spanish", - "Vietnamese": "Vietnamese" + "Russian": "Russian", + "Vietnamese": "Vietnamese", + "Simplified Chinese": "Simplified Chinese" }, "default": { "currency": "USD", diff --git a/src/locales/es.json b/src/locales/es.json index 3fd03091..3e297ae8 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -6,10 +6,10 @@ }, "language": { "English": "Inglés", - "Russian": "Ruso", - "Simplified Chinese": "Chino simplificado", "Spanish": "Español", - "Vietnamese": "Vietnamita" + "Russian": "Ruso", + "Vietnamese": "Vietnamita", + "Simplified Chinese": "Chino simplificado" }, "default": { "currency": "EUR", diff --git a/src/locales/ru.json b/src/locales/ru.json index 39b27cec..2b11f555 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -6,9 +6,10 @@ }, "language": { "English": "Английский", - "Simplified Chinese": "Упрощенный Китайский", "Spanish": "Испанский", - "Vietnamese": "Вьетнамский язык" + "Russian": "Русский", + "Vietnamese": "Вьетнамский язык", + "Simplified Chinese": "Упрощенный Китайский" }, "default": { "currency": "RUB", diff --git a/src/locales/vi.json b/src/locales/vi.json index 5867bd99..aeafa835 100644 --- a/src/locales/vi.json +++ b/src/locales/vi.json @@ -6,10 +6,10 @@ }, "language": { "English": "Tiếng Anh", - "Russian": "Tiếng Nga", - "Simplified Chinese": "Tiếng Trung Giản Thể", "Spanish": "Tiếng Tây Ban Nha", - "Vietnamese": "Tiếng Việt" + "Russian": "Tiếng Nga", + "Vietnamese": "Tiếng Việt", + "Simplified Chinese": "Tiếng Trung Giản Thể" }, "default": { "currency": "VND", diff --git a/src/locales/zh_Hans.json b/src/locales/zh_Hans.json index e0422bba..ee47795d 100644 --- a/src/locales/zh_Hans.json +++ b/src/locales/zh_Hans.json @@ -6,10 +6,10 @@ }, "language": { "English": "英语", - "Russian": "俄语", - "Simplified Chinese": "简体中文", "Spanish": "西班牙语", - "Vietnamese": "越南语" + "Russian": "俄语", + "Vietnamese": "越南语", + "Simplified Chinese": "简体中文" }, "default": { "currency": "CNY",