mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-27 21:16:48 +00:00
Add l10n config file
This commit is contained in:
parent
171d808410
commit
a50883f2bd
3
l10n.yaml
Normal file
3
l10n.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
arb-dir: lib/i18n
|
||||
template-arb-file: app_en.arb
|
||||
output-localization-file: app_localizations.dart
|
@ -19,9 +19,12 @@ environment:
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
|
||||
intl: ^0.16.1
|
||||
|
||||
cupertino_icons: ^0.1.3
|
||||
http: ^0.12.1
|
||||
shared_preferences: ^0.5.7
|
||||
@ -62,6 +65,8 @@ flutter:
|
||||
# the material Icons class.
|
||||
uses-material-design: true
|
||||
|
||||
generate: true
|
||||
|
||||
assets:
|
||||
- assets/image/icon.png
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user