改变lan国家化文件路径

This commit is contained in:
魏少阳 2024-07-24 18:12:33 +08:00
parent 86f98e25e2
commit 8d6276e22f
5 changed files with 4 additions and 4 deletions

View File

@ -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',
);
//

View File

@ -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