add hungarian translation

add hungarian translation
This commit is contained in:
Gergely Horváth 2020-05-09 05:19:29 +00:00 committed by Christian Pauly
commit add6ae725d
4 changed files with 1667 additions and 8 deletions

View file

@ -43,6 +43,7 @@ class App extends StatelessWidget {
supportedLocales: [
const Locale('en'), // English
const Locale('de'), // German
const Locale('hu'), // Hungarian
],
locale: kIsWeb
? Locale(html.window.navigator.language.split("-").first)