Skip to content

Commit e94f58f

Browse files
authored
Merge pull request #41 from rzymek/pl
PL (Polish) Translation
2 parents 5e5d26a + 0cfca1a commit e94f58f

File tree

3 files changed

+542
-0
lines changed

3 files changed

+542
-0
lines changed

src/i18nSetup.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ import EnglishFlag from './images/languages/en-US.svg'
88
import SpanishFlag from './images/languages/es-ES.svg'
99
import FrenchFlag from './images/languages/fr-FR.svg'
1010
import ItalianFlag from './images/languages/it-IT.svg'
11+
import PolishFlag from "./images/languages/pl-PL.svg";
1112

1213
export const languages = [
1314
{ name: 'English', locale: 'en-US', image: EnglishFlag },
1415
{ name: 'Español', locale: 'es-ES', image: SpanishFlag },
1516
{ name: 'Français', locale: 'fr-FR', image: FrenchFlag },
1617
{ name: 'Italiano', locale: 'it-IT', image: ItalianFlag },
18+
{ name: 'Polski', locale: 'pl-PL', image: PolishFlag },
1719
]
1820

1921
// Skip reinitialization on hot reload

src/images/languages/pl-PL.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)