上传者: 42128676
|
上传时间: 2022-04-19 21:12:10
|
文件大小: 93KB
|
文件类型: ZIP
easy_translation
扑扑的项目,可让用户轻松使用翻译。
入门
先决条件
将flutter_localization依赖项添加到您的pubspec.yaml中
前任 :
flutter_localizations:
sdk: flutter
在您的pubspec.yaml中添加资产依存关系,这些资产应位于language文件夹中
前任 :
flutter:
assets:
- language/en.json
执行
在您的应用程序的主体中,设置您的MaterialApp的supportedLocales和localizationsDelegates
supportedLocales:appLocales,localizationsDelegates:easyTranslationDelegates,
用法
在资产json中,添加翻译键/值