From adf6713aa71be28c86c466045e55aa2535bcffe8 Mon Sep 17 00:00:00 2001 From: Mengjuei Date: Sun, 25 Mar 2012 22:16:26 -0700 Subject: [PATCH] I can't localize this: "McBopomofo has been installed on your Mac." = "McBopomofo has been installed on your Mac."; --- pyInstaller/English.lproj/Localizable.strings | Bin 0 -> 694 bytes pyInstaller/Installer.xcodeproj/project.pbxproj | 14 ++++++++++++++ pyInstaller/zh-Hant.lproj/Localizable.strings | Bin 0 -> 486 bytes 3 files changed, 14 insertions(+) create mode 100644 pyInstaller/English.lproj/Localizable.strings create mode 100644 pyInstaller/zh-Hant.lproj/Localizable.strings diff --git a/pyInstaller/English.lproj/Localizable.strings b/pyInstaller/English.lproj/Localizable.strings new file mode 100644 index 0000000000000000000000000000000000000000..fe8080d76835af9df485ed93ff61669c74302094 GIT binary patch literal 694 zcmcJMF;Bxl429p^Utx8E4lNWhMF^ELfJDT`o~B1gRhlXZAo%gX=Zk=3Mjh<)`JSKO z*$tC5O>&HZk~6vqiXWq%aS;dZ}DqbS9-^% z+`N9H7ow8P4fQ4Q6LH0x=}a@tb&fyfoc{7v+QZ=r3eYXcBXk~f&UF&8rh72n;epOO zkgh6&qoS_hG%aGzdOQtT*V$GM{$_O;_C((_HgItO literal 0 HcmV?d00001 diff --git a/pyInstaller/Installer.xcodeproj/project.pbxproj b/pyInstaller/Installer.xcodeproj/project.pbxproj index 697b3e5a..7d675603 100644 --- a/pyInstaller/Installer.xcodeproj/project.pbxproj +++ b/pyInstaller/Installer.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 71EF7ABE15202B070040AE62 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 71EF7AC015202B070040AE62 /* Localizable.strings */; }; 77631A270C06C501005415CB /* Python.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77631A260C06C501005415CB /* Python.framework */; }; 77631A3F0C0748CF005415CB /* main.py in Resources */ = {isa = PBXBuildFile; fileRef = 77631A3E0C0748CF005415CB /* main.py */; }; 7790198F0C07548A00326F66 /* InstallerAppDelegate.py in Resources */ = {isa = PBXBuildFile; fileRef = 7790198E0C07548A00326F66 /* InstallerAppDelegate.py */; }; @@ -63,6 +64,8 @@ 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 32CA4F630368D1EE00C91783 /* Installer_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Installer_Prefix.pch; sourceTree = ""; }; + 71EF7ABF15202B070040AE62 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = ""; }; + 71EF7AC115202B1B0040AE62 /* zh-Hant */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = ""; }; 77631A260C06C501005415CB /* Python.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Python.framework; path = /System/Library/Frameworks/Python.framework; sourceTree = ""; }; 77631A3E0C0748CF005415CB /* main.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = main.py; sourceTree = ""; }; 7790198E0C07548A00326F66 /* InstallerAppDelegate.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InstallerAppDelegate.py; sourceTree = ""; }; @@ -151,6 +154,7 @@ 77C8C1F70C07829500965286 /* MainMenu.xib */, 8D1107310486CEB800E47090 /* Info.plist */, 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */, + 71EF7AC015202B070040AE62 /* Localizable.strings */, ); name = Resources; sourceTree = ""; @@ -257,6 +261,7 @@ 7790198F0C07548A00326F66 /* InstallerAppDelegate.py in Resources */, 77C8C1F90C07829500965286 /* MainMenu.xib in Resources */, D48D00DF1438932E0050BDFF /* Lettuce.icns in Resources */, + 71EF7ABE15202B070040AE62 /* Localizable.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -291,6 +296,15 @@ name = InfoPlist.strings; sourceTree = ""; }; + 71EF7AC015202B070040AE62 /* Localizable.strings */ = { + isa = PBXVariantGroup; + children = ( + 71EF7ABF15202B070040AE62 /* English */, + 71EF7AC115202B1B0040AE62 /* zh-Hant */, + ); + name = Localizable.strings; + sourceTree = ""; + }; 77C8C1F70C07829500965286 /* MainMenu.xib */ = { isa = PBXVariantGroup; children = ( diff --git a/pyInstaller/zh-Hant.lproj/Localizable.strings b/pyInstaller/zh-Hant.lproj/Localizable.strings new file mode 100644 index 0000000000000000000000000000000000000000..fd63991a0664fc3e3c25cd6f43c121ce7bf26145 GIT binary patch literal 486 zcmYk2%}T>i5QWb=2;viX$x6Fuwc<)dq%IVdE?Nb5CT)ndwJAwd6xJDlm{_tpJ)*Sq7cigDwc8t?T{qD| mjrHT&HV?-?Z(r~8K``$3X0M+Y>kHeoRNU2RZQ|vsQt=0y22!v9 literal 0 HcmV?d00001