Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Enable french language (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 authored Aug 31, 2023
2 parents 2f46bfd + 35a98c4 commit 475381b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/l10n/l10n.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const List<Locale> appSupportedLocales = <Locale>[
Locale('en'),
Locale('es'),
Locale('de'),
Locale('fr'),
Locale('it'),
Locale("nl"),
Locale("zh", "CN"),
Expand Down

0 comments on commit 475381b

Please sign in to comment.