Skip to content

Commit

Permalink
Add new translation files to Xcode project.
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Jul 22, 2014
1 parent 898ae73 commit e61c3af
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Poedit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,18 @@
B29AE89B17105306008D1F8A /* errors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = errors.h; sourceTree = "<group>"; };
B29FC688182157A700BFC15D /* language_impl_plurals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = language_impl_plurals.h; sourceTree = "<group>"; };
B29FC6891821616C00BFC15D /* icuhelpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = icuhelpers.h; sourceTree = "<group>"; };
B2A84663197EAEA4008A4ACA /* hu */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = hu; path = deps/letsmove/hu.lproj/MoveApplication.strings; sourceTree = "<group>"; };
B2A84664197EAEAD008A4ACA /* sr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sr; path = deps/letsmove/sr.lproj/MoveApplication.strings; sourceTree = "<group>"; };
B2A84665197EAEB2008A4ACA /* tr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = tr; path = deps/letsmove/tr.lproj/MoveApplication.strings; sourceTree = "<group>"; };
B2A84666197EAF55008A4ACA /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B2A84667197EAF6E008A4ACA /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B2A84668197EAFB0008A4ACA /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B2A84669197EAFB2008A4ACA /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B2A8466B197EAFC3008A4ACA /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B2A8466C197EAFDB008A4ACA /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B2A8466D197EB019008A4ACA /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_BR; path = pt_BR.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B2A8466E197EB024008A4ACA /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B2A8466F197EB030008A4ACA /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eu; path = eu.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B2BF84B9170846290030AA22 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
B2BF84BB170846940030AA22 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
B2BF84BD170847220030AA22 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -759,6 +771,12 @@
pt_BR,
pt,
zh_CN,
hu,
sr,
tr,
"pt-BR",
ca,
eu,
);
mainGroup = B24ACD5216F6201F00399242;
productRefGroup = B24ACD5C16F6201F00399242 /* Products */;
Expand Down Expand Up @@ -1025,6 +1043,15 @@
isa = PBXVariantGroup;
children = (
B24ACD6816F6201F00399242 /* en */,
B2A84666197EAF55008A4ACA /* cs */,
B2A84667197EAF6E008A4ACA /* fr */,
B2A84668197EAFB0008A4ACA /* tr */,
B2A84669197EAFB2008A4ACA /* sr */,
B2A8466B197EAFC3008A4ACA /* hu */,
B2A8466C197EAFDB008A4ACA /* es */,
B2A8466D197EB019008A4ACA /* pt_BR */,
B2A8466E197EB024008A4ACA /* ca */,
B2A8466F197EB030008A4ACA /* eu */,
);
name = InfoPlist.strings;
path = macosx;
Expand All @@ -1048,6 +1075,9 @@
B2F672DF197A842600DBFDB0 /* pt_BR */,
B2F672E0197A843400DBFDB0 /* pt */,
B2F672E1197A843F00DBFDB0 /* zh_CN */,
B2A84663197EAEA4008A4ACA /* hu */,
B2A84664197EAEAD008A4ACA /* sr */,
B2A84665197EAEB2008A4ACA /* tr */,
);
name = MoveApplication.strings;
sourceTree = "<group>";
Expand Down

0 comments on commit e61c3af

Please sign in to comment.