feat: add Polish (pl) locale

Full Polish translation covering all UI modules — tasks, calendar,
shopping, meals, budget, notes, contacts, birthdays, recipes,
documents, housekeeping, and settings. Polish is now selectable in
Settings → Language.

Bumps to v0.50.0.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ulas Kalayci
2026-05-08 23:12:57 +02:00
parent e024a8eaf9
commit ee53f1cfd7
7 changed files with 1475 additions and 5 deletions
+1
View File
@@ -23,6 +23,7 @@ const LOCALE_LABELS = {
hi: 'हिन्दी',
pt: 'Português',
uk: 'Українська',
pl: 'Polski',
};
class OikosLocalePicker extends HTMLElement {