Feature: Add support for localization, introduce slang for translations, and integrate German and English locale support throughout the app
This commit is contained in:
10
finlog_app/app/slang.yaml
Normal file
10
finlog_app/app/slang.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
base_locale: en
|
||||
input_directory: assets/i18n
|
||||
input_file_pattern: .i18n.json
|
||||
output_directory: lib/core/i18n
|
||||
output_file_name: translations.g.dart
|
||||
flutter_integration: true
|
||||
locale_handling: true
|
||||
lazy: true
|
||||
class_name: Translations
|
||||
enum_name: AppLocale
|
||||
Reference in New Issue
Block a user