改变lan国家化文件路径
This commit is contained in:
parent
86f98e25e2
commit
8d6276e22f
@ -60,9 +60,9 @@ FutureOr<void> main() async {
|
|||||||
|
|
||||||
// 设置国际化信息
|
// 设置国际化信息
|
||||||
Future<void> _initTranslation() async => TranslationLoader.loadTranslation(
|
Future<void> _initTranslation() async => TranslationLoader.loadTranslation(
|
||||||
zhSource: 'images/lan/lan_zh.json',
|
zhSource: 'lan/lan_zh.json',
|
||||||
enSource: 'images/lan/lan_en.json',
|
enSource: 'lan/lan_en.json',
|
||||||
keySource: 'images/lan/lan_keys.json',
|
keySource: 'lan/lan_keys.json',
|
||||||
);
|
);
|
||||||
|
|
||||||
// 设置包名服务设备信息
|
// 设置包名服务设备信息
|
||||||
|
|||||||
@ -260,10 +260,10 @@ flutter:
|
|||||||
- images/
|
- images/
|
||||||
- images/tabbar/
|
- images/tabbar/
|
||||||
- images/main/
|
- images/main/
|
||||||
- images/lan/
|
|
||||||
- images/mine/
|
- images/mine/
|
||||||
- images/lockType/
|
- images/lockType/
|
||||||
- assets/
|
- assets/
|
||||||
|
- lan/
|
||||||
# An image asset can refer to one or more resolution-specific "variants", see
|
# An image asset can refer to one or more resolution-specific "variants", see
|
||||||
# https://flutter.dev/assets-and-images/#resolution-aware
|
# https://flutter.dev/assets-and-images/#resolution-aware
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user