Add translations for scribe module
Added a separated ScribeLocalizations to keep it separated from main app.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user