feat: add French, Turkish, Russian, Greek and Chinese UI languages + TRY/RUB currencies

This commit is contained in:
Ulas
2026-04-13 09:40:38 +02:00
parent 01d1f583b8
commit e61644702c
13 changed files with 3002 additions and 6 deletions
+5
View File
@@ -11,8 +11,13 @@ const LOCALE_LABELS = {
de: 'Deutsch',
en: 'English',
es: 'Español',
fr: 'Français',
it: 'Italiano',
sv: 'Svenska',
el: 'Ελληνικά',
ru: 'Русский',
tr: 'Türkçe',
zh: '中文',
};
class OikosLocalePicker extends HTMLElement {