Add translations for scribe module

Added a separated ScribeLocalizations to keep it separated from main app.
This commit is contained in:
Théo Poizat
2025-12-09 07:47:46 +01:00
committed by Dat H. Pham
parent 2557c68a94
commit c858ac40f5
13 changed files with 866 additions and 31 deletions
+12
View File
@@ -10,6 +10,9 @@ dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
### Local dependencies ###
core:
path: ../core
@@ -23,6 +26,8 @@ dependencies:
pointer_interceptor: 0.10.1+2
intl: 0.20.2
dev_dependencies:
flutter_test:
sdk: flutter
@@ -31,6 +36,13 @@ dev_dependencies:
json_serializable: 6.6.1
### Original dependency is abandoned, so we use fork
### https://github.com/linagora/intl_generator/pull/1
intl_generator:
git:
url: https://github.com/linagora/intl_generator.git
ref: master
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec