From 4f06f479f7b6746139b46ed10517589ad0884170 Mon Sep 17 00:00:00 2001 From: Li Linfeng Date: Fri, 11 Oct 2019 09:06:58 +0800 Subject: [PATCH] move languages --- .../BrowserWindow.nib/classes.nib | 0 .../BrowserWindow.nib/info.nib | 0 .../BrowserWindow.nib/keyedobjects.nib | Bin .../{English.lproj => Base.lproj}/Credits.rtf | 0 .../EclipseFinder.nib/designable.nib | 0 .../EclipseFinder.nib/keyedobjects.nib | Bin .../HelpWindow.nib/designable.nib | 0 .../HelpWindow.nib/keyedobjects.nib | Bin .../InfoPlist.strings | Bin .../Localizable.strings | Bin .../MainMenu.nib/designable.nib | 0 .../MainMenu.nib/keyedobjects.nib | Bin .../TextWindow.nib/classes.nib | 0 .../TextWindow.nib/info.nib | 0 .../TextWindow.nib/keyedobjects.nib | Bin macosx/celestia.xcodeproj/project.pbxproj | 42 +++++++++--------- 16 files changed, 20 insertions(+), 22 deletions(-) rename macosx/{English.lproj => Base.lproj}/BrowserWindow.nib/classes.nib (100%) rename macosx/{English.lproj => Base.lproj}/BrowserWindow.nib/info.nib (100%) rename macosx/{English.lproj => Base.lproj}/BrowserWindow.nib/keyedobjects.nib (100%) rename macosx/{English.lproj => Base.lproj}/Credits.rtf (100%) rename macosx/{English.lproj => Base.lproj}/EclipseFinder.nib/designable.nib (100%) rename macosx/{English.lproj => Base.lproj}/EclipseFinder.nib/keyedobjects.nib (100%) rename macosx/{English.lproj => Base.lproj}/HelpWindow.nib/designable.nib (100%) rename macosx/{English.lproj => Base.lproj}/HelpWindow.nib/keyedobjects.nib (100%) rename macosx/{English.lproj => Base.lproj}/InfoPlist.strings (100%) rename macosx/{English.lproj => Base.lproj}/Localizable.strings (100%) rename macosx/{English.lproj => Base.lproj}/MainMenu.nib/designable.nib (100%) rename macosx/{English.lproj => Base.lproj}/MainMenu.nib/keyedobjects.nib (100%) rename macosx/{English.lproj => Base.lproj}/TextWindow.nib/classes.nib (100%) rename macosx/{English.lproj => Base.lproj}/TextWindow.nib/info.nib (100%) rename macosx/{English.lproj => Base.lproj}/TextWindow.nib/keyedobjects.nib (100%) diff --git a/macosx/English.lproj/BrowserWindow.nib/classes.nib b/macosx/Base.lproj/BrowserWindow.nib/classes.nib similarity index 100% rename from macosx/English.lproj/BrowserWindow.nib/classes.nib rename to macosx/Base.lproj/BrowserWindow.nib/classes.nib diff --git a/macosx/English.lproj/BrowserWindow.nib/info.nib b/macosx/Base.lproj/BrowserWindow.nib/info.nib similarity index 100% rename from macosx/English.lproj/BrowserWindow.nib/info.nib rename to macosx/Base.lproj/BrowserWindow.nib/info.nib diff --git a/macosx/English.lproj/BrowserWindow.nib/keyedobjects.nib b/macosx/Base.lproj/BrowserWindow.nib/keyedobjects.nib similarity index 100% rename from macosx/English.lproj/BrowserWindow.nib/keyedobjects.nib rename to macosx/Base.lproj/BrowserWindow.nib/keyedobjects.nib diff --git a/macosx/English.lproj/Credits.rtf b/macosx/Base.lproj/Credits.rtf similarity index 100% rename from macosx/English.lproj/Credits.rtf rename to macosx/Base.lproj/Credits.rtf diff --git a/macosx/English.lproj/EclipseFinder.nib/designable.nib b/macosx/Base.lproj/EclipseFinder.nib/designable.nib similarity index 100% rename from macosx/English.lproj/EclipseFinder.nib/designable.nib rename to macosx/Base.lproj/EclipseFinder.nib/designable.nib diff --git a/macosx/English.lproj/EclipseFinder.nib/keyedobjects.nib b/macosx/Base.lproj/EclipseFinder.nib/keyedobjects.nib similarity index 100% rename from macosx/English.lproj/EclipseFinder.nib/keyedobjects.nib rename to macosx/Base.lproj/EclipseFinder.nib/keyedobjects.nib diff --git a/macosx/English.lproj/HelpWindow.nib/designable.nib b/macosx/Base.lproj/HelpWindow.nib/designable.nib similarity index 100% rename from macosx/English.lproj/HelpWindow.nib/designable.nib rename to macosx/Base.lproj/HelpWindow.nib/designable.nib diff --git a/macosx/English.lproj/HelpWindow.nib/keyedobjects.nib b/macosx/Base.lproj/HelpWindow.nib/keyedobjects.nib similarity index 100% rename from macosx/English.lproj/HelpWindow.nib/keyedobjects.nib rename to macosx/Base.lproj/HelpWindow.nib/keyedobjects.nib diff --git a/macosx/English.lproj/InfoPlist.strings b/macosx/Base.lproj/InfoPlist.strings similarity index 100% rename from macosx/English.lproj/InfoPlist.strings rename to macosx/Base.lproj/InfoPlist.strings diff --git a/macosx/English.lproj/Localizable.strings b/macosx/Base.lproj/Localizable.strings similarity index 100% rename from macosx/English.lproj/Localizable.strings rename to macosx/Base.lproj/Localizable.strings diff --git a/macosx/English.lproj/MainMenu.nib/designable.nib b/macosx/Base.lproj/MainMenu.nib/designable.nib similarity index 100% rename from macosx/English.lproj/MainMenu.nib/designable.nib rename to macosx/Base.lproj/MainMenu.nib/designable.nib diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/Base.lproj/MainMenu.nib/keyedobjects.nib similarity index 100% rename from macosx/English.lproj/MainMenu.nib/keyedobjects.nib rename to macosx/Base.lproj/MainMenu.nib/keyedobjects.nib diff --git a/macosx/English.lproj/TextWindow.nib/classes.nib b/macosx/Base.lproj/TextWindow.nib/classes.nib similarity index 100% rename from macosx/English.lproj/TextWindow.nib/classes.nib rename to macosx/Base.lproj/TextWindow.nib/classes.nib diff --git a/macosx/English.lproj/TextWindow.nib/info.nib b/macosx/Base.lproj/TextWindow.nib/info.nib similarity index 100% rename from macosx/English.lproj/TextWindow.nib/info.nib rename to macosx/Base.lproj/TextWindow.nib/info.nib diff --git a/macosx/English.lproj/TextWindow.nib/keyedobjects.nib b/macosx/Base.lproj/TextWindow.nib/keyedobjects.nib similarity index 100% rename from macosx/English.lproj/TextWindow.nib/keyedobjects.nib rename to macosx/Base.lproj/TextWindow.nib/keyedobjects.nib diff --git a/macosx/celestia.xcodeproj/project.pbxproj b/macosx/celestia.xcodeproj/project.pbxproj index 1672a653b..02af4dea8 100644 --- a/macosx/celestia.xcodeproj/project.pbxproj +++ b/macosx/celestia.xcodeproj/project.pbxproj @@ -435,13 +435,11 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; 0C76BFC0085215B100D31A90 /* moviecapture.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = moviecapture.h; path = ../src/celestia/moviecapture.h; sourceTree = SOURCE_ROOT; }; 0C76BFCF08537EDB00D31A90 /* qtcapture.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = qtcapture.cpp; sourceTree = SOURCE_ROOT; }; 0C76BFD008537EDB00D31A90 /* qtcapture.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = qtcapture.h; sourceTree = SOURCE_ROOT; }; 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = ""; }; 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 = ""; }; 3D8726800EA84D260069EBBA /* extras-standard */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "extras-standard"; path = "../extras-standard"; sourceTree = SOURCE_ROOT; }; @@ -509,6 +507,14 @@ 97E4018223101501002013C7 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = lib/libpng.a; sourceTree = ""; }; 97E401842310150F002013C7 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; 97E40188231015AD002013C7 /* liblua5.1.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liblua5.1.a; path = lib/liblua5.1.a; sourceTree = ""; }; + 97E97FB623500A3A00BB1897 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = Base; path = Base.lproj/Credits.rtf; sourceTree = ""; }; + 97E97FB923500A3B00BB1897 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/InfoPlist.strings; sourceTree = ""; }; + 97E97FBA23500A3B00BB1897 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = ""; }; + 97E97FBD23500CB700BB1897 /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/MainMenu.nib; sourceTree = ""; }; + 97E97FBE23500CB800BB1897 /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/BrowserWindow.nib; sourceTree = ""; }; + 97E97FBF23500CB800BB1897 /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/EclipseFinder.nib; sourceTree = ""; }; + 97E97FC023500CB900BB1897 /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/HelpWindow.nib; sourceTree = ""; }; + 97E97FC123500CB900BB1897 /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/TextWindow.nib; sourceTree = ""; }; CE4EEA6D0F50144A003341A2 /* cspice.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = cspice.a; path = lib/cspice.a; sourceTree = ""; }; CE5202FD0F4F9DD0007D0DE8 /* spiceinterface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = spiceinterface.cpp; path = ../src/celengine/spiceinterface.cpp; sourceTree = SOURCE_ROOT; }; CE5202FE0F4F9DD0007D0DE8 /* spiceinterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = spiceinterface.h; path = ../src/celengine/spiceinterface.h; sourceTree = SOURCE_ROOT; }; @@ -540,7 +546,6 @@ E50657D70CBFB08500151204 /* imagecapture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imagecapture.h; path = ../src/celestia/imagecapture.h; sourceTree = SOURCE_ROOT; }; E50CCA370C065BF900E9C76A /* eclipsefinder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = eclipsefinder.cpp; path = ../src/celestia/eclipsefinder.cpp; sourceTree = SOURCE_ROOT; }; E50CCA380C065BF900E9C76A /* eclipsefinder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eclipsefinder.h; path = ../src/celestia/eclipsefinder.h; sourceTree = SOURCE_ROOT; }; - E50CCA540C065F0100E9C76A /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/EclipseFinder.nib; sourceTree = ""; }; E50CCA5C0C065F4000E9C76A /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = fr.lproj/EclipseFinder.nib; sourceTree = ""; }; E50CCA5D0C065F4300E9C76A /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = es.lproj/EclipseFinder.nib; sourceTree = ""; }; E50CCA670C06632A00E9C76A /* EclipseFinderController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EclipseFinderController.h; sourceTree = ""; }; @@ -565,7 +570,6 @@ E53E619A0C0CA105003CD767 /* scriptmenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = scriptmenu.h; path = ../src/celestia/scriptmenu.h; sourceTree = SOURCE_ROOT; }; E53E61AA0C0CA444003CD767 /* ScriptsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptsController.h; sourceTree = ""; }; E53E61AB0C0CA444003CD767 /* ScriptsController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ScriptsController.mm; sourceTree = ""; }; - E54343110783C3F200053094 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/BrowserWindow.nib; sourceTree = ""; }; E54343140783C42500053094 /* BrowserWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BrowserWindowController.h; sourceTree = ""; }; E54343150783C42500053094 /* BrowserWindowController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = BrowserWindowController.mm; sourceTree = ""; }; E54742CF09631D3600E89E09 /* defaults.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = defaults.plist; sourceTree = ""; }; @@ -650,7 +654,6 @@ E589B6DA078AC511005B8DD9 /* glshader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = glshader.h; path = ../src/celengine/glshader.h; sourceTree = SOURCE_ROOT; }; E589B6DB078AC511005B8DD9 /* shadermanager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shadermanager.cpp; path = ../src/celengine/shadermanager.cpp; sourceTree = SOURCE_ROOT; }; E589B6DC078AC511005B8DD9 /* shadermanager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = shadermanager.h; path = ../src/celengine/shadermanager.h; sourceTree = SOURCE_ROOT; }; - E599A78D097CAB390079C254 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = English; path = English.lproj/Credits.rtf; sourceTree = ""; }; E59F0B8F0E93A62F001A985D /* NSWindowController_Extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSWindowController_Extensions.h; sourceTree = ""; }; E59F0B900E93A62F001A985D /* NSWindowController_Extensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSWindowController_Extensions.m; sourceTree = ""; }; E59FE8FD0934DC66000F7BDA /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = fr.lproj/MainMenu.nib; sourceTree = ""; }; @@ -671,7 +674,6 @@ E5CC202909AA823400CFFF2C /* POConverter */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = POConverter; sourceTree = BUILT_PRODUCTS_DIR; }; E5CC203209AA834B00CFFF2C /* POConverter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = POConverter.m; sourceTree = ""; }; E5CC203309AA834B00CFFF2C /* POSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = POSupport.h; sourceTree = ""; }; - E5CC204609AA843300CFFF2C /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = ""; }; E5CC204809AA846600CFFF2C /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = ""; }; E5D3E6530D1EA18A00214838 /* axisarrow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = axisarrow.cpp; path = ../src/celengine/axisarrow.cpp; sourceTree = SOURCE_ROOT; }; E5D3E6540D1EA18A00214838 /* axisarrow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = axisarrow.h; path = ../src/celengine/axisarrow.h; sourceTree = SOURCE_ROOT; }; @@ -684,7 +686,6 @@ E5D5425F0D0B86B200E8C513 /* Menu_Extensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Menu_Extensions.m; sourceTree = ""; }; E5D7660B0982B15C0099DBBD /* es */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = es; path = es.lproj/Credits.rtf; sourceTree = ""; }; E5D7660C0982B1630099DBBD /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = fr; path = fr.lproj/Credits.rtf; sourceTree = ""; }; - E5D7660F0982B1860099DBBD /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/HelpWindow.nib; sourceTree = ""; }; E5D766150982B19F0099DBBD /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = fr.lproj/HelpWindow.nib; sourceTree = ""; }; E5D766270982B3300099DBBD /* amalthea.cmod */ = {isa = PBXFileReference; lastKnownFileType = file; path = amalthea.cmod; sourceTree = ""; }; E5D766280982B3300099DBBD /* apollo.3ds */ = {isa = PBXFileReference; lastKnownFileType = file; path = apollo.3ds; sourceTree = ""; }; @@ -733,7 +734,6 @@ E5D969AA0ABCC76C00F43225 /* SBc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = SBc.png; sourceTree = ""; }; E5D969AB0ABCC76C00F43225 /* Sc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Sc.png; sourceTree = ""; }; E5E198960C1D9BB90094D8BB /* scripts */ = {isa = PBXFileReference; lastKnownFileType = folder; name = scripts; path = ../scripts; sourceTree = SOURCE_ROOT; }; - E5E2BDD10C24F7B6000D6E83 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/TextWindow.nib; sourceTree = ""; }; E5E2BDD40C24F7E6000D6E83 /* TextWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextWindowController.h; sourceTree = ""; }; E5E2BDD50C24F7E6000D6E83 /* TextWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TextWindowController.m; sourceTree = ""; }; E5E365AA095C11B500B14224 /* SplashScreen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SplashScreen.h; sourceTree = ""; }; @@ -1856,15 +1856,13 @@ hasScannedForEncodings = 0; knownRegions = ( en, - English, - Japanese, - French, - German, fr, es, ja, zh_CN, zh_TW, + de, + Base, ); mainGroup = 29B97314FDCFA39411CA2CEA /* celestia */; projectDirPath = ""; @@ -1914,7 +1912,7 @@ ); runOnlyForDeploymentPostprocessing = 1; shellPath = /bin/sh; - shellScript = "DIDCOPY=0\nDEST=\"$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/CelestiaResources/locale\"\nmkdir -p $DEST\nfor prefix in 'demo' 'guide' 'start'; do\nfor cel in $SRCROOT/../locale/$prefix_*.cel; do\n f=${cel##*/}\n if [ $cel -nt $DEST/$f ];then\n echo \"cp $cel $DEST/$f\"\n cp $cel $DEST/$f\n DIDCOPY=1\n fi\ndone\ndone\nif [ $DIDCOPY -eq 1 ];then\n echo \"Touch $BUILT_PRODUCTS_DIR/$PRODUCT_NAME.app\"\n touch -c $BUILT_PRODUCTS_DIR/$PRODUCT_NAME.app\nfi"; + shellScript = "DIDCOPY=0\nDEST=\"$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/CelestiaResources/locale\"\nmkdir -p $DEST\nfor prefix in 'demo' 'guide' 'start'; do\nfor cel in $SRCROOT/../locale/$prefix_*.cel; do\n f=${cel##*/}\n if [ $cel -nt $DEST/$f ];then\n echo \"cp $cel $DEST/$f\"\n cp $cel $DEST/$f\n DIDCOPY=1\n fi\ndone\ndone\nif [ $DIDCOPY -eq 1 ];then\n echo \"Touch $BUILT_PRODUCTS_DIR/$PRODUCT_NAME.app\"\n touch -c $BUILT_PRODUCTS_DIR/$PRODUCT_NAME.app\nfi\n"; showEnvVarsInLog = 0; }; E5CC203B09AA83A900CFFF2C /* Convert PO */ = { @@ -1929,7 +1927,7 @@ ); runOnlyForDeploymentPostprocessing = 1; shellPath = /bin/sh; - shellScript = "DIDBUILD=0\nfor po in $SRCROOT/../po/*.po; do\n f=${po##*/};f=${f%.*}\n if [ $f == 'en' ];then f='English'\n fi\n LPROJ=$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/$f.lproj\n mkdir -p $LPROJ\n if [ $po -nt $LPROJ/po.strings ];then\n echo \"$BUILT_PRODUCTS_DIR/POConverter -sn $po $LPROJ/po.strings\"\n $BUILT_PRODUCTS_DIR/POConverter -sn $po $LPROJ/po.strings\n DIDBUILD=1\n fi\ndone\n\nfor po in $SRCROOT/../po2/*.po; do\n f=${po##*/};f=${f%.*}\n if [ $f == 'en' ];then f='English'\n fi\n LPROJ=$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/$f.lproj\n mkdir -p $LPROJ\n if [ $po -nt $LPROJ/celestia_constellations.strings ];then\n echo \"$BUILT_PRODUCTS_DIR/POConverter -sn $po $LPROJ/celestia_constellations.strings\"\n $BUILT_PRODUCTS_DIR/POConverter -sn $po $LPROJ/celestia_constellations.strings\n DIDBUILD=1\n fi\ndone\nif [ $DIDBUILD -eq 1 ];then\n echo \"Touch $BUILT_PRODUCTS_DIR/$PRODUCT_NAME.app\"\n touch -c $BUILT_PRODUCTS_DIR/$PRODUCT_NAME.app\nfi\n"; + shellScript = "DIDBUILD=0\nfor po in $SRCROOT/../po/*.po; do\n f=${po##*/};f=${f%.*}\n if [ $f == 'en' ];then f='Base'\n fi\n LPROJ=$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/$f.lproj\n mkdir -p $LPROJ\n if [ $po -nt $LPROJ/po.strings ];then\n echo \"$BUILT_PRODUCTS_DIR/POConverter -sn $po $LPROJ/po.strings\"\n $BUILT_PRODUCTS_DIR/POConverter -sn $po $LPROJ/po.strings\n DIDBUILD=1\n fi\ndone\n\nfor po in $SRCROOT/../po2/*.po; do\n f=${po##*/};f=${f%.*}\n if [ $f == 'en' ];then f='Base'\n fi\n LPROJ=$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/$f.lproj\n mkdir -p $LPROJ\n if [ $po -nt $LPROJ/celestia_constellations.strings ];then\n echo \"$BUILT_PRODUCTS_DIR/POConverter -sn $po $LPROJ/celestia_constellations.strings\"\n $BUILT_PRODUCTS_DIR/POConverter -sn $po $LPROJ/celestia_constellations.strings\n DIDBUILD=1\n fi\ndone\nif [ $DIDBUILD -eq 1 ];then\n echo \"Touch $BUILT_PRODUCTS_DIR/$PRODUCT_NAME.app\"\n touch -c $BUILT_PRODUCTS_DIR/$PRODUCT_NAME.app\nfi\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -2129,12 +2127,12 @@ 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( - 089C165DFE840E0CC02AAC07 /* English */, E59FE90E0934E27B000F7BDA /* fr */, E5E365B2095C12D200B14224 /* es */, E5EAAE650A1A0E9700848446 /* ja */, CEBD084F0F3A8F0500B3A535 /* zh_CN */, 8459EE891127970C0077F40B /* zh_TW */, + 97E97FB923500A3B00BB1897 /* Base */, ); name = InfoPlist.strings; sourceTree = ""; @@ -2142,12 +2140,12 @@ 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = { isa = PBXVariantGroup; children = ( - 29B97319FDCFA39411CA2CEA /* English */, E59FE8FD0934DC66000F7BDA /* fr */, E5E365B0095C12BD00B14224 /* es */, E5EAAE530A1A0B3000848446 /* ja */, CE70D6BD0F38568E0020C34D /* zh_CN */, 8459EE821127967F0077F40B /* zh_TW */, + 97E97FBD23500CB700BB1897 /* Base */, ); name = MainMenu.nib; sourceTree = ""; @@ -2155,12 +2153,12 @@ E50CCA530C065F0100E9C76A /* EclipseFinder.nib */ = { isa = PBXVariantGroup; children = ( - E50CCA540C065F0100E9C76A /* English */, E50CCA5C0C065F4000E9C76A /* fr */, E50CCA5D0C065F4300E9C76A /* es */, CEDE1E960F0FC29700C95690 /* ja */, CE70D6BF0F3856970020C34D /* zh_CN */, 8459EE86112796D40077F40B /* zh_TW */, + 97E97FBF23500CB800BB1897 /* Base */, ); name = EclipseFinder.nib; sourceTree = ""; @@ -2168,12 +2166,12 @@ E54343100783C3F200053094 /* BrowserWindow.nib */ = { isa = PBXVariantGroup; children = ( - E54343110783C3F200053094 /* English */, E59FE8FE0934DC7C000F7BDA /* fr */, E5E365B1095C12C900B14224 /* es */, E5EAAE540A1A0B3F00848446 /* ja */, CE70D6BE0F3856930020C34D /* zh_CN */, 8459EE85112796C60077F40B /* zh_TW */, + 97E97FBE23500CB800BB1897 /* Base */, ); name = BrowserWindow.nib; sourceTree = ""; @@ -2181,12 +2179,12 @@ E599A78C097CAB390079C254 /* Credits.rtf */ = { isa = PBXVariantGroup; children = ( - E599A78D097CAB390079C254 /* English */, E5D7660B0982B15C0099DBBD /* es */, E5D7660C0982B1630099DBBD /* fr */, E579D3130A1A1949008F3BC8 /* ja */, CE70D6BC0F3856880020C34D /* zh_CN */, 8459EE8B112797390077F40B /* zh_TW */, + 97E97FB623500A3A00BB1897 /* Base */, ); name = Credits.rtf; sourceTree = ""; @@ -2194,12 +2192,12 @@ E5CC204509AA843300CFFF2C /* Localizable.strings */ = { isa = PBXVariantGroup; children = ( - E5CC204609AA843300CFFF2C /* English */, E5CC204809AA846600CFFF2C /* fr */, E5FB63B20A0F80FA00A60759 /* es */, E5EAAE660A1A0E9B00848446 /* ja */, CEBD08500F3A8F0B00B3A535 /* zh_CN */, 8459EE8A112797190077F40B /* zh_TW */, + 97E97FBA23500A3B00BB1897 /* Base */, ); name = Localizable.strings; sourceTree = ""; @@ -2207,11 +2205,11 @@ E5D7660E0982B1860099DBBD /* HelpWindow.nib */ = { isa = PBXVariantGroup; children = ( - E5D7660F0982B1860099DBBD /* English */, E5D766150982B19F0099DBBD /* fr */, E5EAAE550A1A0B4600848446 /* ja */, CE70D6C00F38569C0020C34D /* zh_CN */, 8459EE87112796E10077F40B /* zh_TW */, + 97E97FC023500CB900BB1897 /* Base */, ); name = HelpWindow.nib; sourceTree = ""; @@ -2219,7 +2217,7 @@ E5E2BDD00C24F7B6000D6E83 /* TextWindow.nib */ = { isa = PBXVariantGroup; children = ( - E5E2BDD10C24F7B6000D6E83 /* English */, + 97E97FC123500CB900BB1897 /* Base */, ); name = TextWindow.nib; sourceTree = "";