Skip to content

Commit 6448313

Browse files
committed
Merge pull request #93 from choefele/master
Added German translation
2 parents ef4b39f + e4cb9a8 commit 6448313

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Demo/SVWeb.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
28F335F01007B36200424DE2 /* ViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ViewController.xib; path = ../ViewController.xib; sourceTree = "<group>"; };
6767
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
6868
431F485D17145A510045AA32 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/SVWebViewController.strings; sourceTree = "<group>"; };
69+
627D469418D9EA4300E514BB /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/SVWebViewController.strings; sourceTree = "<group>"; };
6970
6DAD2E4EAB184F72ACE29999 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
7071
8D1107310486CEB800E47090 /* SVWeb-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "SVWeb-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
7172
A0667BBC457D4307AC51AC26 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = "<group>"; };
@@ -330,6 +331,7 @@
330331
1A3406D316B7F32300150B11 /* zh-Hant */,
331332
431F485D17145A510045AA32 /* fr */,
332333
22B0DA4C1832008E00B331B3 /* ja */,
334+
627D469418D9EA4300E514BB /* de */,
333335
);
334336
name = SVWebViewController.strings;
335337
sourceTree = "<group>";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"Open in Safari" = "In Safari öffnen";
2+
"Open in Chrome" = "In Chrome öffnen";

0 commit comments

Comments
 (0)