feat: v1.34.0 — Mobile UI Early Preview, Russian 2, macOS network fix

Co-authored-by: kilyabin <kilyabin@users.noreply.github.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Psychotoxical
2026-04-06 12:46:13 +02:00
parent 29203803de
commit 50ac1b8284
30 changed files with 3141 additions and 123 deletions
+2
View File
@@ -6,6 +6,7 @@ import { frTranslation } from './locales/fr';
import { nbTranslation } from './locales/nb';
import { nlTranslation } from './locales/nl';
import { ruTranslation } from './locales/ru';
import { ru2Translation } from './locales/ru2';
import { zhTranslation } from './locales/zh';
const savedLanguage = localStorage.getItem('psysonic_language') || 'en';
@@ -21,6 +22,7 @@ i18n
zh: { translation: zhTranslation },
nb: { translation: nbTranslation },
ru: { translation: ruTranslation },
ru2: { translation: ru2Translation },
},
lng: savedLanguage,
fallbackLng: 'en',