Skip to content

Commit

Permalink
feat(i18n): add Polish language translation
Browse files Browse the repository at this point in the history
- add index.html into /lang/pl/ directory
- add polish language with 🇵🇱 flag into config.js so that new langueag can be fetched via /js/languagePicker.js

NOTE: Polish language is tricky with semantic and contextual meaning, so the translation may be reverified
  • Loading branch information
antonimalinowski committed Jan 12, 2025
1 parent 3ac598f commit 6630f5b
Show file tree
Hide file tree
Showing 2 changed files with 366 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"name": "Français",
"flag": "🇫🇷",
"path": "/lang/fr/"
},
"pl": {
"name": "Polski",
"flag": "🇵🇱",
"path": "/lang/pl/"
}
},
"site": {
Expand Down
Loading

0 comments on commit 6630f5b

Please sign in to comment.