localizations fixes
This commit is contained in:
3
packages/sf_localizations/assets/l10n/de.json
Normal file
3
packages/sf_localizations/assets/l10n/de.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"example": "Beispiel"
|
||||
}
|
||||
3
packages/sf_localizations/assets/l10n/fr.json
Normal file
3
packages/sf_localizations/assets/l10n/fr.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"example": "exemple"
|
||||
}
|
||||
3
packages/sf_localizations/assets/l10n/it.json
Normal file
3
packages/sf_localizations/assets/l10n/it.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"example": "esempio"
|
||||
}
|
||||
3
packages/sf_localizations/assets/l10n/pt.json
Normal file
3
packages/sf_localizations/assets/l10n/pt.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"example": "exemplo"
|
||||
}
|
||||
@@ -3,3 +3,4 @@ export 'src/generated/i18n.dart';
|
||||
export 'src/utils/constants.dart';
|
||||
export 'src/utils/context_extension.dart';
|
||||
export 'src/utils/string_extension.dart';
|
||||
export 'src/utils/locale_extension.dart';
|
||||
|
||||
@@ -1 +1 @@
|
||||
const supportedLanguages = ['en', 'es'];
|
||||
const supportedLanguages = ['en', 'es', 'fr', 'de', 'it', 'pt'];
|
||||
|
||||
Reference in New Issue
Block a user