Merge pull request #340 from abnvle/feat/polish-translation

add polish (pl) translation
This commit is contained in:
Dionisio Pozo
2026-05-04 20:29:13 +02:00
committed by GitHub
3 changed files with 685 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import { i18n } from './i18n.js';
// Locale files that actually exist (have full translations)
// Keep this list in sync when adding new locale JSON files
const AVAILABLE_LOCALES = new Set(['en', 'es', 'zh', 'fa', 'fr', 'de', 'pt', 'it', 'nl', 'hi', 'ar', 'ru', 'ja', 'ko']);
const AVAILABLE_LOCALES = new Set(['en', 'es', 'zh', 'fa', 'fr', 'de', 'pt', 'it', 'nl', 'hi', 'ar', 'ru', 'ja', 'ko', 'pl']);
// Language codes, names, and flag emojis
// Only returns languages that have a real locale file