Add polish translation

This commit is contained in:
Christian Pauly 2020-05-09 15:29:31 +02:00
commit 2c617ed779
5 changed files with 1712 additions and 2 deletions

View file

@ -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)