Skip to content

Commit

Permalink
feat: polish translations (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendarmultimedia committed Feb 23, 2024
1 parent db1f199 commit be96d75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/language/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const localeMap = new Map<string, string>([
['ar', 'ar-YE'],
['es', 'es-ES'],
['ja', 'ja-JP'],
['pl', 'pl-PL'],
]);

export default {
Expand Down
5 changes: 5 additions & 0 deletions src/language/keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const languageKeys = {
"ar-YE": "إسبوع",
"es-ES": "Semana",
"ja-JP": "週",
"pl-PL": "Tydzień",
},
month: {
"it-IT": "Mese",
Expand All @@ -29,6 +30,7 @@ export const languageKeys = {
"ar-YE": "شهر",
"es-ES": "Mes",
"ja-JP": "月",
"pl-PL": "Miesiąc",
},
day: {
"it-IT": "Giorno",
Expand All @@ -44,6 +46,7 @@ export const languageKeys = {
"ar-YE": "يوم",
"es-ES": "Día",
"ja-JP": "日",
"pl-PL": "Dzień",
},

/** Other keys */
Expand All @@ -61,6 +64,7 @@ export const languageKeys = {
"ar-YE": "+ المزيد من الأحداث",
"es-ES": "más eventos",
"ja-JP": "その他イベント",
"pl-PL": "+ więcej wydarzeń",
},
noEvent: {
'it-IT': 'Nessun evento',
Expand All @@ -76,5 +80,6 @@ export const languageKeys = {
'ar-YE': 'لا أحداث',
'es-ES': 'No hay eventos',
"ja-JP": "イベントなし",
"pl-PL": "Brak wydarzeń",
},
};

0 comments on commit be96d75

Please sign in to comment.