mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add l10n config file
This commit is contained in:
parent
171d808410
commit
a50883f2bd
2 changed files with 8 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue