Skip to content

Commit

Permalink
proofreading copy and increase build version.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenakam committed Aug 7, 2020
1 parent ba9ce1c commit ba96fec
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 2 deletions.
7 changes: 6 additions & 1 deletion l10n-arb/intl_messages.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@@last_modified": "2020-08-04T12:56:07.106979",
"@@last_modified": "2020-08-07T22:46:13.863963",
"nkn": "NKN",
"@nkn": {
"description": "",
Expand Down Expand Up @@ -1662,5 +1662,10 @@
"@select": {
"type": "text",
"placeholders": {}
},
"top": "top",
"@top": {
"type": "text",
"placeholders": {}
}
}
5 changes: 5 additions & 0 deletions l10n-arb/intl_zh.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1632,5 +1632,10 @@
"@select": {
"type": "text",
"placeholders": {}
},
"top": "置顶",
"@top": {
"type": "text",
"placeholders": {}
}
}
1 change: 1 addition & 0 deletions lib/l10n/localization_intl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,7 @@ class NMobileLocalizations {
String get week => Intl.message('week', name: 'week');

String get select => Intl.message('Select', name: 'select');
String get top => Intl.message('top', name: 'top');
}

class NMobileLocalizationsDelegate extends LocalizationsDelegate<NMobileLocalizations> {
Expand Down
1 change: 1 addition & 0 deletions lib/l10n/messages_messages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ class MessageLookup extends MessageLookupByLibrary {
"title" : MessageLookupByLibrary.simpleMessage("nMobile"),
"to" : MessageLookupByLibrary.simpleMessage("To"),
"today" : MessageLookupByLibrary.simpleMessage("Today"),
"top" : MessageLookupByLibrary.simpleMessage("top"),
"topic" : MessageLookupByLibrary.simpleMessage("Topic"),
"total_balance" : MessageLookupByLibrary.simpleMessage("TOTAL BALANCE"),
"touch_id" : MessageLookupByLibrary.simpleMessage("Touch ID"),
Expand Down
1 change: 1 addition & 0 deletions lib/l10n/messages_zh.dart
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ class MessageLookup extends MessageLookupByLibrary {
"title" : MessageLookupByLibrary.simpleMessage("nMobile"),
"to" : MessageLookupByLibrary.simpleMessage("到"),
"today" : MessageLookupByLibrary.simpleMessage("今天"),
"top" : MessageLookupByLibrary.simpleMessage("置顶"),
"topic" : MessageLookupByLibrary.simpleMessage("群组"),
"total_balance" : MessageLookupByLibrary.simpleMessage("余额"),
"touch_id" : MessageLookupByLibrary.simpleMessage("Touch ID"),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: nMobile
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.1+129
version: 1.0.1+130

environment:
sdk: ">=2.6.0 <3.0.0"
Expand Down

0 comments on commit ba96fec

Please sign in to comment.