Skip to content

Commit

Permalink
Added Polish language as an option (#185)
Browse files Browse the repository at this point in the history
* Added Polish language as an option

* Added better spacing for the "pl: {" line
  • Loading branch information
Czekoloczek authored Sep 29, 2024
1 parent ef85bd3 commit a831783
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/components/general/TranslationDropdown.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
name: 'Nederlands',
flag: '🇳🇱'
},
pl: {
name: 'Polski',
flag: '🇵🇱'
},
ru: {
name: 'Pусский',
flag: '🇷🇺'
Expand Down

0 comments on commit a831783

Please sign in to comment.