fix: Complete missing server translations

This commit is contained in:
Maksim Eltyshev
2025-10-30 19:10:33 +01:00
parent 232a760a3d
commit 3a84fb2d52
22 changed files with 357 additions and 0 deletions
+21
View File
@@ -20,18 +20,39 @@ module.exports.i18n = {
*/
locales: [
'ar-YE',
'bg-BG',
'cs-CZ',
'da-DK',
'de-DE',
'el-GR',
'en-GB',
'en-US',
'es-ES',
'et-EE',
'fa-IR',
'fi-FI',
'fr-FR',
'hu-HU',
'id-ID',
'it-IT',
'ja-JP',
'ko-KR',
'nl-NL',
'pl-PL',
'pt-BR',
'pt-PT',
'ro-RO',
'ru-RU',
'sk-SK',
'sr-Cyrl-RS',
'sr-Latn-RS',
'sv-SE',
'tr-TR',
'uk-UA',
'uz-UZ',
'zh-CN',
'zh-TW',
],
/**