Add polish translation
This commit is contained in:
parent
f350eaf8a6
commit
2c617ed779
5 changed files with 1712 additions and 2 deletions
|
|
@ -44,6 +44,7 @@ class App extends StatelessWidget {
|
|||
const Locale('en'), // English
|
||||
const Locale('de'), // German
|
||||
const Locale('hu'), // Hungarian
|
||||
const Locale('pl'), // Polish
|
||||
],
|
||||
locale: kIsWeb
|
||||
? Locale(html.window.navigator.language.split("-").first)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue