Skip to content

Commit fe47b7a

Browse files
Kdisimoneps2
authored andcommitted
Translations update (#10)
* Updated genstrings and added translations/languages * finishing all languages
1 parent faf2b77 commit fe47b7a

File tree

24 files changed

+35
-0
lines changed

24 files changed

+35
-0
lines changed

ShareClient.xcodeproj/project.pbxproj

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,20 @@
110110
43AB51302133161A00B3D58D /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
111111
43AB51352133177800B3D58D /* LocalizedString.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalizedString.swift; sourceTree = "<group>"; };
112112
43C418AE1CE0488900405B6A /* ShareClient.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShareClient.swift; sourceTree = "<group>"; };
113+
7D9BF1232336FF88005DCFD6 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
114+
7D9BF1242336FF89005DCFD6 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
115+
7D9BF1252336FF8F005DCFD6 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
116+
7D9BF1262336FF8F005DCFD6 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
117+
7D9BF1272336FF96005DCFD6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
118+
7D9BF1282336FF96005DCFD6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
119+
7D9BF1292336FF9C005DCFD6 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Localizable.strings; sourceTree = "<group>"; };
120+
7D9BF12A2336FF9C005DCFD6 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Localizable.strings; sourceTree = "<group>"; };
121+
7D9BF12B2336FFA2005DCFD6 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Localizable.strings; sourceTree = "<group>"; };
122+
7D9BF12C2336FFA2005DCFD6 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Localizable.strings; sourceTree = "<group>"; };
123+
7D9BF12D2336FFA9005DCFD6 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/Localizable.strings; sourceTree = "<group>"; };
124+
7D9BF12E2336FFA9005DCFD6 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/Localizable.strings; sourceTree = "<group>"; };
125+
7D9BF12F2336FFAF005DCFD6 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Localizable.strings; sourceTree = "<group>"; };
126+
7D9BF1302336FFAF005DCFD6 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Localizable.strings; sourceTree = "<group>"; };
113127
A9ED4DA4225EB4D30080DEBA /* ShareClient.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ShareClient.framework; sourceTree = BUILT_PRODUCTS_DIR; };
114128
A9ED4DAE225EB9390080DEBA /* HealthKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = HealthKit.framework; path = Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/HealthKit.framework; sourceTree = DEVELOPER_DIR; };
115129
/* End PBXFileReference section */
@@ -384,6 +398,13 @@
384398
nb,
385399
ru,
386400
pl,
401+
ja,
402+
"pt-BR",
403+
sv,
404+
vi,
405+
ro,
406+
fi,
407+
da,
387408
);
388409
mainGroup = 432B0E7E1CDFC3C50045347B;
389410
productRefGroup = 432B0E891CDFC3C50045347B /* Products */;
@@ -535,6 +556,13 @@
535556
43AB512221330D8A00B3D58D /* nb */,
536557
43AB512321330D8E00B3D58D /* ru */,
537558
43AB512421330D9400B3D58D /* pl */,
559+
7D9BF1242336FF89005DCFD6 /* ja */,
560+
7D9BF1262336FF8F005DCFD6 /* pt-BR */,
561+
7D9BF1282336FF96005DCFD6 /* sv */,
562+
7D9BF12A2336FF9C005DCFD6 /* vi */,
563+
7D9BF12C2336FFA2005DCFD6 /* ro */,
564+
7D9BF12E2336FFA9005DCFD6 /* fi */,
565+
7D9BF1302336FFAF005DCFD6 /* da */,
538566
);
539567
name = Localizable.strings;
540568
sourceTree = "<group>";
@@ -552,6 +580,13 @@
552580
43AB512E2133161900B3D58D /* nb */,
553581
43AB512F2133161A00B3D58D /* ru */,
554582
43AB51302133161A00B3D58D /* pl */,
583+
7D9BF1232336FF88005DCFD6 /* ja */,
584+
7D9BF1252336FF8F005DCFD6 /* pt-BR */,
585+
7D9BF1272336FF96005DCFD6 /* sv */,
586+
7D9BF1292336FF9C005DCFD6 /* vi */,
587+
7D9BF12B2336FFA2005DCFD6 /* ro */,
588+
7D9BF12D2336FFA9005DCFD6 /* fi */,
589+
7D9BF12F2336FFAF005DCFD6 /* da */,
555590
);
556591
name = Localizable.strings;
557592
sourceTree = "<group>";
548 Bytes
Binary file not shown.
550 Bytes
Binary file not shown.
532 Bytes
Binary file not shown.
554 Bytes
Binary file not shown.
550 Bytes
Binary file not shown.
558 Bytes
Binary file not shown.
542 Bytes
Binary file not shown.
2.07 KB
Binary file not shown.
1.05 KB
Binary file not shown.

0 commit comments

Comments
 (0)