Skip to content

Commit 77044cf

Browse files
authored
Merge pull request #2 from imasharc/lang_pl
feat(i18n): add Polish language translation
2 parents 3ac598f + 6630f5b commit 77044cf

File tree

2 files changed

+366
-0
lines changed

2 files changed

+366
-0
lines changed

config.json

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"name": "Français",
1111
"flag": "🇫🇷",
1212
"path": "/lang/fr/"
13+
},
14+
"pl": {
15+
"name": "Polski",
16+
"flag": "🇵🇱",
17+
"path": "/lang/pl/"
1318
}
1419
},
1520
"site": {

0 commit comments

Comments
 (0)