Skip to content

Commit

Permalink
✨: One Day List 1.0.8 released!
Browse files Browse the repository at this point in the history
  • Loading branch information
asjqkkkk committed Oct 18, 2019
1 parent fe791c8 commit af3e55c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/i10n/localization_intl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ class DemoLocalizations {
String get version108 => Intl.message('Version:1.0.8 \n\n'
'1.Fixed: Now the validator of TextFormField will appear after you click the button \n'
'2.Add: Now the network picture you have set will be shown in history page \n', name: 'version108', desc: '版本:1.0.8 \n\n'
'1.修复:输入框的验证提示将会在点击按钮后显示n'
'1.修复:输入框的验证提示将会在点击按钮后显示\n'
'2.新增:你使用过的网络背景图片现在可以在历史记录中找到了 \n',
);

Expand Down
2 changes: 1 addition & 1 deletion lib/i10n/messages_zh_CN.dart
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class MessageLookup extends MessageLookupByLibrary {
"version105" : MessageLookupByLibrary.simpleMessage("版本:1.0.5 \n\n1.修复:从主页进入登录页登录后再进入主页后,创建task不能刷新的bug \n2.优化:升级弹窗显示timeout报错 \n3.新增:🎉任务同步至云端功能!麻麻再也不用担心我换手机啦!🎉 \n"),
"version106" : MessageLookupByLibrary.simpleMessage("版本:1.0.6 \n\n1.修复:大量因为上线账号系统,而新增的bug \n2.优化:当自定义图标数量不低于6个的时候,你可以任意编辑图标啦 \n3.新增:你可以在账号页面设置网络图片作为背景啦 \n"),
"version107" : MessageLookupByLibrary.simpleMessage("版本:1.0.7 \n\n1.修复:已经发现的一些bug\n2.新增:现在可以将主页的背景更换为网络图片啦,非常漂亮哦! \n"),
"version108" : MessageLookupByLibrary.simpleMessage("版本:1.0.8 \n\n1.修复:输入框的验证提示将会在点击按钮后显示n2.新增:你使用过的网络背景图片现在可以在历史记录中找到了 \n"),
"version108" : MessageLookupByLibrary.simpleMessage("版本:1.0.8 \n\n1.修复:输入框的验证提示将会在点击按钮后显示\n2.新增:你使用过的网络背景图片现在可以在历史记录中找到了 \n"),
"versionDescription" : MessageLookupByLibrary.simpleMessage("版本描述"),
"waitAMoment" : MessageLookupByLibrary.simpleMessage("请稍后..."),
"waiting" : MessageLookupByLibrary.simpleMessage("请稍后..."),
Expand Down
4 changes: 2 additions & 2 deletions res/intl_messages.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@@last_modified": "2019-10-17T14:22:57.260002",
"@@last_modified": "2019-10-17T14:42:18.806162",
"appName": "One Day List",
"@appName": {
"description": "app的名字",
Expand Down Expand Up @@ -1098,7 +1098,7 @@
},
"version108": "Version:1.0.8 \n\n1.Fixed: Now the validator of TextFormField will appear after you click the button \n2.Add: Now the network picture you have set will be shown in history page \n",
"@version108": {
"description": "版本:1.0.8 \n\n1.修复:输入框的验证提示将会在点击按钮后显示n2.新增:你使用过的网络背景图片现在可以在历史记录中找到了 \n",
"description": "版本:1.0.8 \n\n1.修复:输入框的验证提示将会在点击按钮后显示\n2.新增:你使用过的网络背景图片现在可以在历史记录中找到了 \n",
"type": "text",
"placeholders": {}
}
Expand Down
4 changes: 2 additions & 2 deletions res/intl_zh_CN.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1096,9 +1096,9 @@
"type": "text",
"placeholders": {}
},
"version108": "版本:1.0.8 \n\n1.修复:输入框的验证提示将会在点击按钮后显示n2.新增:你使用过的网络背景图片现在可以在历史记录中找到了 \n",
"version108": "版本:1.0.8 \n\n1.修复:输入框的验证提示将会在点击按钮后显示\n2.新增:你使用过的网络背景图片现在可以在历史记录中找到了 \n",
"@version108": {
"description": "版本:1.0.8 \n\n1.修复:输入框的验证提示将会在点击按钮后显示n2.新增:你使用过的网络背景图片现在可以在历史记录中找到了 \n",
"description": "版本:1.0.8 \n\n1.修复:输入框的验证提示将会在点击按钮后显示\n2.新增:你使用过的网络背景图片现在可以在历史记录中找到了 \n",
"type": "text",
"placeholders": {}
}
Expand Down

0 comments on commit af3e55c

Please sign in to comment.