Skip to content

Commit

Permalink
feat(i18n): add ET translations in the settings
Browse files Browse the repository at this point in the history
  • Loading branch information
casimir committed Nov 26, 2024
1 parent d40a94d commit 9949fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/providers/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ enum Language {
// pt(Locale('pt', 'PT'), 'Português'),
// ptBR(Locale('pt', 'BR'), 'Português (Brasil)'),
// ru(Locale('ru'), 'Русский язык'),
et(Locale('et'), 'eesti keel'),
zh(Locale('zh'), '中文'),
zhHant(Locale('zh', 'Hant'), '漢文'),
;
Expand Down

0 comments on commit 9949fd9

Please sign in to comment.