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