Feature: Add support for localization, introduce slang for translations, and integrate German and English locale support throughout the app

This commit is contained in:
2025-09-27 11:58:25 +02:00
parent 3e04b9cbe3
commit 0a0e421158
11 changed files with 627 additions and 44 deletions

10
finlog_app/app/slang.yaml Normal file
View 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