Update l10n.dart

This commit is contained in:
siggi1984 2023-06-14 14:26:12 +02:00 committed by GitHub
parent 3b56c78d5c
commit 984f784836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,5 +10,6 @@ class L10n {
const Locale('bn', 'BD'), const Locale('bn', 'BD'),
const Locale('fr', 'FR'), const Locale('fr', 'FR'),
const Locale('hi', 'IN'), const Locale('hi', 'IN'),
const Locale ('ge', 'DE'),
]; ];
} }