Skip to content

Commit

Permalink
Added Simplified Chinese localization, thanks @zhangwen590 the great!
Browse files Browse the repository at this point in the history
  • Loading branch information
codler committed Sep 25, 2012
1 parent 5451fb2 commit 0ee45aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Battery Time Remaining.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
280E9EBD15E0D18C00530934 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 280E9EBC15E0D18C00530934 /* QuartzCore.framework */; };
2824FFF01611A5D500CD3140 /* build_version in Resources */ = {isa = PBXBuildFile; fileRef = 28833BB315D7D61100741727 /* build_version */; };
2841C7E115C91CC100F4F15F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2841C7E015C91CC100F4F15F /* Cocoa.framework */; };
2841C7ED15C91CC100F4F15F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2841C7EC15C91CC100F4F15F /* main.m */; };
2841C7F115C91CC100F4F15F /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 2841C7EF15C91CC100F4F15F /* Credits.rtf */; };
Expand Down Expand Up @@ -55,6 +56,7 @@

/* Begin PBXFileReference section */
280E9EBC15E0D18C00530934 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
2824FFEF1611A5D500CD3140 /* zh-Hans */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
28369FFA15EE902E005957A0 /* sk */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Localizable.strings; sourceTree = "<group>"; };
2841C7DC15C91CC100F4F15F /* Battery Time Remaining.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Battery Time Remaining.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2841C7E015C91CC100F4F15F /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -225,6 +227,7 @@
sk,
pt,
pl,
"zh-Hans",
);
mainGroup = 2841C7D115C91CC100F4F15F;
productRefGroup = 2841C7DD15C91CC100F4F15F /* Products */;
Expand Down Expand Up @@ -262,6 +265,7 @@
28833BB215D7D4FF00741727 /* Readme.md in Resources */,
28833BB415D7D61100741727 /* build_version in Resources */,
D53375E515DC43380077CEF6 /* Localizable.strings in Resources */,
2824FFF01611A5D500CD3140 /* build_version in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -309,6 +313,7 @@
28369FFA15EE902E005957A0 /* sk */,
E5F79AEE15F1002500F23122 /* pl */,
28C8E25415F684CD009AA6DB /* pt */,
2824FFEF1611A5D500CD3140 /* zh-Hans */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
Binary file not shown.

0 comments on commit 0ee45aa

Please sign in to comment.