Skip to content

Commit

Permalink
actually add chinese-t translation to build
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jul 31, 2021
1 parent c5fcaa9 commit aace2dc
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 102 deletions.
5 changes: 5 additions & 0 deletions Tinodios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@
B0BB53C2256DD5C9000FE949 /* LargeFileHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LargeFileHelper.swift; sourceTree = "<group>"; };
B0BC2B5B235E0DB800BEEB4B /* Tinodios.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Tinodios.entitlements; sourceTree = "<group>"; };
B0C6A3C1229EDF14009B0B5D /* ImagePreviewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagePreviewController.swift; sourceTree = "<group>"; };
B0CEF8D726B5EC21000028C2 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Main.strings"; sourceTree = "<group>"; };
B0CEF8D826B5EC5D000028C2 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
B0CF83DD244DFB1C00E79D22 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
B0CF83E1244E074A00E79D22 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
B0CF83E3244E074E00E79D22 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -487,6 +489,7 @@
Base,
"zh-Hans",
es,
"zh-Hant",
);
mainGroup = 0A0380CB21B3CC8100A3FA0E;
productRefGroup = 0A0380D521B3CC8100A3FA0E /* Products */;
Expand Down Expand Up @@ -720,6 +723,7 @@
B0CF83DD244DFB1C00E79D22 /* zh-Hans */,
B0762A9F244EE94300385B65 /* en */,
B0941BC42487CEE100A891B7 /* es */,
B0CEF8D726B5EC21000028C2 /* zh-Hant */,
);
name = Main.storyboard;
sourceTree = "<group>";
Expand All @@ -730,6 +734,7 @@
0A0380E121B3CC8200A3FA0E /* Base */,
B36DC000235D850000724348 /* zh-Hans */,
B0941BC52487CEE100A891B7 /* es */,
B0CEF8D826B5EC5D000028C2 /* zh-Hant */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading

0 comments on commit aace2dc

Please # to comment.