Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added hungarian translation #139

Merged
merged 1 commit into from
Oct 30, 2023
Merged

added hungarian translation #139

merged 1 commit into from
Oct 30, 2023

Conversation

Agrwaltanisha
Copy link
Contributor

Hello team,
This is my first pull request to improvise a document.
Could you please check once if any improvements or modifications are needed?
Would be happy to make them.
Thank you

@Leonavichus
Copy link
Member

Hi, thanks for the translation! I would be grateful if you would also add the language in the main.dart file.

final List appLanguages = [
  {'name': 'বাংলা', 'locale': const Locale('bn', 'IN')},
  {'name': 'Čeština', 'locale': const Locale('cs', 'CZ')},
  {'name': 'Deutsch', 'locale': const Locale('de', 'DE')},
  {'name': 'English', 'locale': const Locale('en', 'US')},
  {'name': 'Español', 'locale': const Locale('es', 'ES')},
  {'name': 'Français', 'locale': const Locale('fr', 'FR')},
  {'name': 'Gaeilge', 'locale': const Locale('ga', 'IE')},
  {'name': 'हिन्दी', 'locale': const Locale('hi', 'IN')},
  {'name': 'Italiano', 'locale': const Locale('it', 'IT')},
  {'name': 'ქართული', 'locale': const Locale('ka', 'GE')},
  {'name': 'Nederlands', 'locale': const Locale('nl', 'NL')},
  {'name': 'Polski', 'locale': const Locale('pl', 'PL')},
  {'name': 'Português (Brasil)', 'locale': const Locale('pt', 'BR')},
  {'name': 'Română', 'locale': const Locale('ro', 'RO')},
  {'name': 'Русский', 'locale': const Locale('ru', 'RU')},
  {'name': 'Slovenčina', 'locale': const Locale('sk', 'SK')},
  {'name': 'Türkçe', 'locale': const Locale('tr', 'TR')},
  {'name': 'اردو', 'locale': const Locale('ur', 'PK')},
  {'name': '中文', 'locale': const Locale('zh', 'CN')},
];

@Leonavichus Leonavichus merged commit 2753830 into darkmoonight:main Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants