Skip to content

Commit

Permalink
Merge pull request #569 from mateusz-bak/l10n/add_malayalam
Browse files Browse the repository at this point in the history
l10n: Added Malayalam
  • Loading branch information
mateusz-bak authored Apr 17, 2024
2 parents 29ee283 + e883a17 commit 2e1d4e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
1 change: 1 addition & 0 deletions assets/translations/ml.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
20 changes: 7 additions & 13 deletions lib/core/constants/locale.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,34 @@ import 'package:openreads/model/app_language.dart';

final supportedLocales = [
AppLanguage('العربية', const Locale('ar', 'SA')),
// AppLanguage('Беларуская мова', const Locale('be', 'BY')),
AppLanguage('català', const Locale('ca', 'ES')),
AppLanguage('čeština', const Locale('cs', 'CZ')),
AppLanguage('hrvatski', const Locale('hr', 'HR')),
AppLanguage('dansk', const Locale('da', 'DK')),
AppLanguage('Deutsch', const Locale('de', 'DE')),
// AppLanguage('ελληνικά', const Locale('el', 'GR')),
AppLanguage('Euskara', const Locale('eu')),
AppLanguage('dansk', const Locale('da', 'DK')),
AppLanguage('English', const Locale('en', 'US')),
AppLanguage('Euskara', const Locale('eu')),
AppLanguage('eesti keel', const Locale('et')),
AppLanguage('español', const Locale('es', 'ES')),
AppLanguage('suomi', const Locale('fi', 'FI')),
AppLanguage('Filipino', const Locale('fil', 'PH')),
AppLanguage('français', const Locale('fr', 'FR')),
AppLanguage('suomi', const Locale('fi', 'FI')),
AppLanguage('galego', const Locale('gl')),
AppLanguage('hrvatski', const Locale('hr', 'HR')),
AppLanguage('हिन्दी', const Locale('hi', 'IN')),
// AppLanguage('magyar', const Locale('hu', 'HU')),
// AppLanguage('Bahasa Indonesia', const Locale('id', 'ID')),
AppLanguage('italiano', const Locale('it', 'IT')),
AppLanguage('日本語', const Locale('ja', 'JP')),
AppLanguage('ქართული', const Locale('ka', 'GE')),
AppLanguage('한국어', const Locale('ko')),
// AppLanguage('lietuvių kalba', const Locale('lt', 'LT')),
AppLanguage('ქართული', const Locale('ka', 'GE')),
AppLanguage('limba română', const Locale('ro', 'RO')),
AppLanguage('മലയാളം', const Locale('ml')),
AppLanguage('Nederlands', const Locale('nl', 'NL')),
AppLanguage('Norsk', const Locale('no', 'NO')),
AppLanguage('ଓଡ଼ିଆ', const Locale('or', 'IN')),
AppLanguage('ਪੰਜਾਬੀ', const Locale('pa')),
AppLanguage('polski', const Locale('pl', 'PL')),
AppLanguage('português', const Locale('pt', 'PT')),
AppLanguage('português brasileiro', const Locale('pt', 'BR')),
AppLanguage('limba română', const Locale('ro', 'RO')),
AppLanguage('русский язык', const Locale('ru', 'RU')),
// AppLanguage('slovenčina', const Locale('sk', 'SK')),
// AppLanguage('српски језик', const Locale('sr', 'SP')),
AppLanguage('svenska', const Locale('sv', 'SE')),
AppLanguage('Türkçe', const Locale('tr', 'TR')),
AppLanguage('Українська', const Locale('uk', 'UA')),
Expand Down

0 comments on commit 2e1d4e6

Please sign in to comment.