parent
08f86b30ae
commit
49991ff863
@ -0,0 +1 @@
|
|||||||
|
*.arb diff
|
@ -0,0 +1,4 @@
|
|||||||
|
arb-dir: lib/l10n
|
||||||
|
template-arb-file: app_zh.arb
|
||||||
|
output-localization-file: app_localizations.dart
|
||||||
|
output-class: S
|
@ -1,3 +1,3 @@
|
|||||||
class AppValues {
|
// class AppValues {
|
||||||
static const String plotName = '人才公寓智慧小区';
|
// static const String plotName = '人才公寓智慧小区';
|
||||||
}
|
// }
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"appName": "智慧社区",
|
||||||
|
"@appName":{
|
||||||
|
"description": "应用名称"
|
||||||
|
},
|
||||||
|
"tempPlotName": "人才公寓智慧小区",
|
||||||
|
"@tempPlotName":{
|
||||||
|
"description": "临时使用的小区名称"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue