Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
494 changes: 494 additions & 0 deletions backend/lang/pl.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/lingui.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config: LinguiConfig = {
"tr", // Turkish
"se", // Swedish
"it", // Italian
// "pl", // Polish
"pl", // Polish
// "ja", // Japanese
// "ko", // Korean
// "id", // Indonesian
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/components/common/LanguageSwitcher/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export const LanguageSwitcher = () => {
switch (locale) {
case "hu":
return t`Hungarian`;
case "pl":
return t`Polish`;
case "de":
return t`German`;
case "en":
Expand Down
10 changes: 8 additions & 2 deletions frontend/src/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ export type SupportedLocales =
| "vi"
| "zh-hk"
| "tr"
| "hu";
| "hu"
| "pl"
| "se";

export const availableLocales = ["en", "de", "fr", "it", "nl", "pt", "es", "zh-cn", "zh-hk", "pt-br", "vi", "tr", "hu"];
export const availableLocales = ["en", "de", "fr", "it", "nl", "pt", "es", "zh-cn", "zh-hk", "pt-br", "vi", "tr", "hu", "pl", "se"];

export const localeToFlagEmojiMap: Record<SupportedLocales, string> = {
pl: '🇵🇱',
en: '🇬🇧',
de: '🇩🇪',
fr: '🇫🇷',
Expand All @@ -31,6 +34,7 @@ export const localeToFlagEmojiMap: Record<SupportedLocales, string> = {
vi: '🇻🇳',
tr: '🇹🇷',
hu: '🇭🇺',
se: '🇸🇪',
};

export const localeToNameMap: Record<SupportedLocales, string> = {
Expand All @@ -47,6 +51,8 @@ export const localeToNameMap: Record<SupportedLocales, string> = {
vi: `Vietnamese`,
tr: `Turkish`,
hu: `Hungarian`,
se: `Swedish`,
pl: `Polish`,
};

export const getLocaleName = (locale: SupportedLocales) => {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/de.js

Large diffs are not rendered by default.

32 changes: 18 additions & 14 deletions frontend/src/locales/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ msgstr "Setzen Sie ein Lesezeichen für diese Seite, um Ihre Bestellung jederzei
msgid "Brand your tickets with a custom logo, colors, and footer message."
msgstr "Gestalten Sie Ihre Tickets mit einem individuellen Logo, Farben und einer Fußzeilennachricht."

#: src/components/common/LanguageSwitcher/index.tsx:30
#: src/components/common/LanguageSwitcher/index.tsx:32
msgid "Brazilian Portuguese"
msgstr "Brasilianisches Portugiesisch"

Expand Down Expand Up @@ -1476,11 +1476,11 @@ msgstr "Zur Kasse"
msgid "Checkout Settings"
msgstr "Checkout-Einstellungen"

#: src/components/common/LanguageSwitcher/index.tsx:32
#: src/components/common/LanguageSwitcher/index.tsx:34
msgid "Chinese (Simplified)"
msgstr "Vereinfachtes Chinesisch"

#: src/components/common/LanguageSwitcher/index.tsx:34
#: src/components/common/LanguageSwitcher/index.tsx:36
msgid "Chinese (Traditional)"
msgstr "Chinesisch (Traditionell)"

Expand Down Expand Up @@ -2628,7 +2628,7 @@ msgstr "Optionen duplizieren"
msgid "Duplicate Product"
msgstr "Produkt duplizieren"

#: src/components/common/LanguageSwitcher/index.tsx:26
#: src/components/common/LanguageSwitcher/index.tsx:28
msgid "Dutch"
msgstr "Niederländisch"

Expand Down Expand Up @@ -2954,8 +2954,8 @@ msgstr "Endzeit (optional)"
msgid "Ended"
msgstr "Beendet"

#: src/components/common/LanguageSwitcher/index.tsx:18
#: src/components/common/LanguageSwitcher/index.tsx:56
#: src/components/common/LanguageSwitcher/index.tsx:20
#: src/components/common/LanguageSwitcher/index.tsx:58
#: src/components/modals/CreateAttendeeModal/index.tsx:156
msgid "English"
msgstr "Englisch"
Expand Down Expand Up @@ -3726,7 +3726,7 @@ msgstr "Kostenloses Produkt"
msgid "Free product, no payment information required"
msgstr "Kostenloses Produkt, keine Zahlungsinformationen erforderlich"

#: src/components/common/LanguageSwitcher/index.tsx:22
#: src/components/common/LanguageSwitcher/index.tsx:24
msgid "French"
msgstr "Französisch"

Expand Down Expand Up @@ -3759,7 +3759,7 @@ msgstr "Generieren"
msgid "Generate code"
msgstr "Code generieren"

#: src/components/common/LanguageSwitcher/index.tsx:16
#: src/components/common/LanguageSwitcher/index.tsx:18
msgid "German"
msgstr "Deutsch"

Expand Down Expand Up @@ -4276,7 +4276,7 @@ msgstr "Auf Plattformgebühren wird die irische Umsatzsteuer von 23% angewendet
msgid "Is this account VAT registered in the EU?"
msgstr "Ist dieses Konto in der EU umsatzsteuerpflichtig registriert?"

#: src/components/common/LanguageSwitcher/index.tsx:24
#: src/components/common/LanguageSwitcher/index.tsx:26
msgid "Italian"
msgstr "Italienisch"

Expand Down Expand Up @@ -6075,11 +6075,15 @@ msgstr "Bitte warten Sie, während wir Ihre Rechnung vorbereiten..."
msgid "Please wait while we prepare your orders for export..."
msgstr "Bitte warten Sie, während wir Ihre Bestellungen für den Export vorbereiten..."

#: src/components/common/LanguageSwitcher/index.tsx:16
msgid "Polish"
msgstr "Polnisch"

#: src/components/routes/admin/Dashboard/index.tsx:245
msgid "Popular Events (Last 14 Days)"
msgstr "Beliebte Events (Letzte 14 Tage)"

#: src/components/common/LanguageSwitcher/index.tsx:28
#: src/components/common/LanguageSwitcher/index.tsx:30
msgid "Portuguese"
msgstr "Portugiesisch"

Expand Down Expand Up @@ -7360,7 +7364,7 @@ msgstr "Dieser Aktionscode wird leider nicht erkannt"
msgid "Source"
msgstr "Quelle"

#: src/components/common/LanguageSwitcher/index.tsx:20
#: src/components/common/LanguageSwitcher/index.tsx:22
msgid "Spanish"
msgstr "Spanisch"

Expand Down Expand Up @@ -7652,7 +7656,7 @@ msgstr "Sommer Musik Festival 2025"
msgid "Support Email"
msgstr "Support-E-Mail"

#: src/components/common/LanguageSwitcher/index.tsx:40
#: src/components/common/LanguageSwitcher/index.tsx:42
msgid "Swedish"
msgstr "Schwedisch"

Expand Down Expand Up @@ -8431,7 +8435,7 @@ msgstr "Andere E-Mail versuchen"
msgid "Try Hi.Events Free"
msgstr "Hi.Events kostenlos testen"

#: src/components/common/LanguageSwitcher/index.tsx:38
#: src/components/common/LanguageSwitcher/index.tsx:40
msgid "Turkish"
msgstr "Türkisch"

Expand Down Expand Up @@ -8826,7 +8830,7 @@ msgstr "Bestätigen Sie Ihre E-Mail-Adresse"
msgid "Verifying..."
msgstr "Wird verifiziert..."

#: src/components/common/LanguageSwitcher/index.tsx:36
#: src/components/common/LanguageSwitcher/index.tsx:38
msgid "Vietnamese"
msgstr "Vietnamesisch"

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/en.js

Large diffs are not rendered by default.

32 changes: 18 additions & 14 deletions frontend/src/locales/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ msgstr "Bookmark this page to manage your order anytime."
msgid "Brand your tickets with a custom logo, colors, and footer message."
msgstr "Brand your tickets with a custom logo, colors, and footer message."

#: src/components/common/LanguageSwitcher/index.tsx:30
#: src/components/common/LanguageSwitcher/index.tsx:32
msgid "Brazilian Portuguese"
msgstr "Brazilian Portuguese"

Expand Down Expand Up @@ -1476,11 +1476,11 @@ msgstr "Checkout"
msgid "Checkout Settings"
msgstr "Checkout Settings"

#: src/components/common/LanguageSwitcher/index.tsx:32
#: src/components/common/LanguageSwitcher/index.tsx:34
msgid "Chinese (Simplified)"
msgstr "Chinese (Simplified)"

#: src/components/common/LanguageSwitcher/index.tsx:34
#: src/components/common/LanguageSwitcher/index.tsx:36
msgid "Chinese (Traditional)"
msgstr "Chinese (Traditional)"

Expand Down Expand Up @@ -2628,7 +2628,7 @@ msgstr "Duplicate Options"
msgid "Duplicate Product"
msgstr "Duplicate Product"

#: src/components/common/LanguageSwitcher/index.tsx:26
#: src/components/common/LanguageSwitcher/index.tsx:28
msgid "Dutch"
msgstr "Dutch"

Expand Down Expand Up @@ -2954,8 +2954,8 @@ msgstr "End time (optional)"
msgid "Ended"
msgstr "Ended"

#: src/components/common/LanguageSwitcher/index.tsx:18
#: src/components/common/LanguageSwitcher/index.tsx:56
#: src/components/common/LanguageSwitcher/index.tsx:20
#: src/components/common/LanguageSwitcher/index.tsx:58
#: src/components/modals/CreateAttendeeModal/index.tsx:156
msgid "English"
msgstr "English"
Expand Down Expand Up @@ -3726,7 +3726,7 @@ msgstr "Free Product"
msgid "Free product, no payment information required"
msgstr "Free product, no payment information required"

#: src/components/common/LanguageSwitcher/index.tsx:22
#: src/components/common/LanguageSwitcher/index.tsx:24
msgid "French"
msgstr "French"

Expand Down Expand Up @@ -3759,7 +3759,7 @@ msgstr "Generate"
msgid "Generate code"
msgstr "Generate code"

#: src/components/common/LanguageSwitcher/index.tsx:16
#: src/components/common/LanguageSwitcher/index.tsx:18
msgid "German"
msgstr "German"

Expand Down Expand Up @@ -4276,7 +4276,7 @@ msgstr "Irish VAT at 23% will be applied to platform fees (domestic supply)."
msgid "Is this account VAT registered in the EU?"
msgstr "Is this account VAT registered in the EU?"

#: src/components/common/LanguageSwitcher/index.tsx:24
#: src/components/common/LanguageSwitcher/index.tsx:26
msgid "Italian"
msgstr "Italian"

Expand Down Expand Up @@ -6075,11 +6075,15 @@ msgstr "Please wait while we prepare your invoice..."
msgid "Please wait while we prepare your orders for export..."
msgstr "Please wait while we prepare your orders for export..."

#: src/components/common/LanguageSwitcher/index.tsx:16
msgid "Polish"
msgstr "Polish"

#: src/components/routes/admin/Dashboard/index.tsx:245
msgid "Popular Events (Last 14 Days)"
msgstr "Popular Events (Last 14 Days)"

#: src/components/common/LanguageSwitcher/index.tsx:28
#: src/components/common/LanguageSwitcher/index.tsx:30
msgid "Portuguese"
msgstr "Portuguese"

Expand Down Expand Up @@ -7362,7 +7366,7 @@ msgstr "Sorry, this promo code is not recognized"
msgid "Source"
msgstr "Source"

#: src/components/common/LanguageSwitcher/index.tsx:20
#: src/components/common/LanguageSwitcher/index.tsx:22
msgid "Spanish"
msgstr "Spanish"

Expand Down Expand Up @@ -7654,7 +7658,7 @@ msgstr "Summer Music Festival 2025"
msgid "Support Email"
msgstr "Support Email"

#: src/components/common/LanguageSwitcher/index.tsx:40
#: src/components/common/LanguageSwitcher/index.tsx:42
msgid "Swedish"
msgstr "Swedish"

Expand Down Expand Up @@ -8433,7 +8437,7 @@ msgstr "Try another email"
msgid "Try Hi.Events Free"
msgstr "Try Hi.Events Free"

#: src/components/common/LanguageSwitcher/index.tsx:38
#: src/components/common/LanguageSwitcher/index.tsx:40
msgid "Turkish"
msgstr "Turkish"

Expand Down Expand Up @@ -8828,7 +8832,7 @@ msgstr "Verify your email"
msgid "Verifying..."
msgstr "Verifying..."

#: src/components/common/LanguageSwitcher/index.tsx:36
#: src/components/common/LanguageSwitcher/index.tsx:38
msgid "Vietnamese"
msgstr "Vietnamese"

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/es.js

Large diffs are not rendered by default.

Loading
Loading