feat(locales): Polish language (#42)

This commit is contained in:
Michur55
2022-06-17 19:03:24 +02:00
committed by GitHub
parent e93981fc95
commit ccee5aa9fa

11
locales/pl.json Normal file
View File

@@ -0,0 +1,11 @@
{
"language": "Polski",
"ui": {
"settings": {
"title": "Ustawienia",
"language": "Język"
},
"close": "Zamknij",
"confirm": "Potwierdź"
}
}