diff --git a/Battery Time Remaining.xcodeproj/project.pbxproj b/Battery Time Remaining.xcodeproj/project.pbxproj index b0c28fe..21435e5 100644 --- a/Battery Time Remaining.xcodeproj/project.pbxproj +++ b/Battery Time Remaining.xcodeproj/project.pbxproj @@ -94,6 +94,8 @@ 2CDF24CA16B51EC500B8B8C0 /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = ""; }; 2CDF24CB16B51ED400B8B8C0 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = ru; path = ru.lproj/Credits.rtf; sourceTree = ""; }; 68CCA33F1699145E0081001E /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; + 883AB19717C377E900F835CA /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/Credits.rtf"; sourceTree = ""; }; + 883AB19817C377E900F835CA /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/Localizable.strings"; sourceTree = ""; }; C24C463B15E7DC8A00DC943D /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; D53375E415DC43380077CEF6 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; D53375FC15DC44620077CEF6 /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = ""; }; @@ -247,6 +249,7 @@ ko, es, ru, + "zh-Hant-TW", ); mainGroup = 2841C7D115C91CC100F4F15F; productRefGroup = 2841C7DD15C91CC100F4F15F /* Products */; @@ -320,6 +323,7 @@ children = ( 2841C7F015C91CC100F4F15F /* en */, 2CDF24CB16B51ED400B8B8C0 /* ru */, + 883AB19717C377E900F835CA /* zh-Hant-TW */, ); name = Credits.rtf; sourceTree = ""; @@ -340,6 +344,7 @@ 2822133616369BB70019A3EE /* ko */, 68CCA33F1699145E0081001E /* es */, 2CDF24CA16B51EC500B8B8C0 /* ru */, + 883AB19817C377E900F835CA /* zh-Hant-TW */, ); name = Localizable.strings; sourceTree = ""; diff --git a/Battery Time Remaining/zh-Hant-TW.lproj/Credits.rtf b/Battery Time Remaining/zh-Hant-TW.lproj/Credits.rtf new file mode 100644 index 0000000..80f3477 --- /dev/null +++ b/Battery Time Remaining/zh-Hant-TW.lproj/Credits.rtf @@ -0,0 +1,17 @@ +{\rtf1\ansi\ansicpg950\cocoartf1187\cocoasubrtf390 +{\fonttbl\f0\fnil\fcharset136 STHeitiTC-Light;\f1\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\paperw11900\paperh16840\vieww9600\viewh8400\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720 + +\f0\b\fs24 \cf0 \'b5\'7b\'a6\'a1\'b3\'5d\'ad\'70\'a1\'47 +\f1\b0 \ + Han Lin Yap\ + Mathijs Kadijk \ + +\f0\b \ +\'c2\'bd\'c4\'b6\'a4\'48\'ad\'fb\'a1\'47 +\f1\b0 \ + Kuan Hsueh Lai ({\field{\*\fldinst{HYPERLINK "http://mlkh0225@gmail.com"}}{\fldrslt mlkh0225@gmail.com}})\ +\ +App icon provided by happytel.com free calling for all.} \ No newline at end of file diff --git a/Battery Time Remaining/zh-Hant-TW.lproj/Localizable.strings b/Battery Time Remaining/zh-Hant-TW.lproj/Localizable.strings new file mode 100644 index 0000000..b25acdf Binary files /dev/null and b/Battery Time Remaining/zh-Hant-TW.lproj/Localizable.strings differ