mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +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:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
flutter_localizations:
|
flutter_localizations:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
|
intl: ^0.16.1
|
||||||
|
|
||||||
cupertino_icons: ^0.1.3
|
cupertino_icons: ^0.1.3
|
||||||
http: ^0.12.1
|
http: ^0.12.1
|
||||||
shared_preferences: ^0.5.7
|
shared_preferences: ^0.5.7
|
||||||
@ -62,6 +65,8 @@ flutter:
|
|||||||
# the material Icons class.
|
# the material Icons class.
|
||||||
uses-material-design: true
|
uses-material-design: true
|
||||||
|
|
||||||
|
generate: true
|
||||||
|
|
||||||
assets:
|
assets:
|
||||||
- assets/image/icon.png
|
- assets/image/icon.png
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user