Browse Source

Update Chinese Traditional translations + Open App Store on tapping iVersion download button.

pull/92/head
Abhishek 4 years ago
parent
commit
7902fa60e0
  1. 4
      Clocker/Clocker/zh-Hant.lproj/Localizable.strings
  2. 1
      Clocker/Dependencies/iVersion/iVersion.m

4
Clocker/Clocker/zh-Hant.lproj/Localizable.strings

@ -108,8 +108,8 @@
"Display the time in seconds" = "顯示時間秒數";
"Larger Text" = "較大文字";
"Future Slider Range" = "未來滑桿範圍";
"Include Date" = "包含期";
"Include Day" = "包含期";
"Include Date" = "包含期";
"Include Day" = "包含期";
"Include Place Name" = "包含位置名稱";
"Menubar Display Options" = "選單列顯示選項";
"Menubar Mode" = "選單列模式";

1
Clocker/Dependencies/iVersion/iVersion.m

@ -820,6 +820,7 @@ static NSString *mostRecentVersionInDict(NSDictionary *dictionary)
{
//clear reminder
self.lastReminded = nil;
[self openAppPageInAppStore];
}
else if (buttonIndex == ignoreButtonIndex)
{

Loading…
Cancel
Save