Skip to content

Commit e330655

Browse files
Crowdin to lnl Crowdin PR nr 1 (#2)
* Add languages (cherry picked from commit 269de43fd02c7f4496fc391ee7ee779aa29c5fc2) * Add file (cherry picked from commit a93636c88fde349ae40295e5d24eacaf8b5c5e2a) * Update Crowdin configuration file * Update Crowdin configuration file * Update Crowdin configuration file * Create .gitattributes * Update .gitattributes * Update .gitattributes * Create .gitconfig * Delete .gitconfig * trying to fix encoding * Crowdin (LoopKit#9) * Delete .gitattributes * Watch Loop Scene adjustments (cherry picked from commit eef849bf4e4cc4e308bf69f54e734255b6a32541) * Norwegian Bokmal * Watch Loop Scene adjustments Changed back encoding in Xcode settings. (cherry picked from commit eef849bf4e4cc4e308bf69f54e734255b6a32541) * Norwegian Bokmal * hotfix: dexcom share encode Trend as string * hotfix: more elegant solution for dexcom share encode Trend as string * Russian Co-authored-by: marionbarker <[email protected]>
1 parent 945ee4b commit e330655

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+30
-0
lines changed

ShareClient.xcodeproj/project.pbxproj

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@
6565
/* End PBXContainerItemProxy section */
6666

6767
/* Begin PBXFileReference section */
68+
199561D5275FB7040077B976 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Localizable.strings; sourceTree = "<group>"; };
69+
199561D6275FB7040077B976 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Localizable.strings; sourceTree = "<group>"; };
70+
199561D7275FB71B0077B976 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Localizable.strings; sourceTree = "<group>"; };
71+
199561D8275FB71B0077B976 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Localizable.strings; sourceTree = "<group>"; };
72+
199561D9275FB7240077B976 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = "<group>"; };
73+
199561DA275FB7240077B976 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = "<group>"; };
74+
199561DB275FB73A0077B976 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
75+
199561DC275FB73A0077B976 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
76+
199561DD275FB7400077B976 /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Localizable.strings; sourceTree = "<group>"; };
77+
199561DE275FB7400077B976 /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Localizable.strings; sourceTree = "<group>"; };
6878
4325E9CE210E6A0A00969CE5 /* HKUnit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HKUnit.swift; sourceTree = "<group>"; };
6979
4325E9D0210E6A3D00969CE5 /* TimeInterval.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TimeInterval.swift; sourceTree = "<group>"; };
7080
4325E9D2210E6ADA00969CE5 /* IdentifiableClass.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IdentifiableClass.swift; sourceTree = "<group>"; };
@@ -405,6 +415,11 @@
405415
ro,
406416
fi,
407417
da,
418+
sk,
419+
ca,
420+
uk,
421+
ar,
422+
he,
408423
);
409424
mainGroup = 432B0E7E1CDFC3C50045347B;
410425
productRefGroup = 432B0E891CDFC3C50045347B /* Products */;
@@ -563,6 +578,11 @@
563578
7D9BF12C2336FFA2005DCFD6 /* ro */,
564579
7D9BF12E2336FFA9005DCFD6 /* fi */,
565580
7D9BF1302336FFAF005DCFD6 /* da */,
581+
199561D6275FB7040077B976 /* sk */,
582+
199561D8275FB71B0077B976 /* ca */,
583+
199561DA275FB7240077B976 /* uk */,
584+
199561DC275FB73A0077B976 /* ar */,
585+
199561DE275FB7400077B976 /* he */,
566586
);
567587
name = Localizable.strings;
568588
sourceTree = "<group>";
@@ -587,6 +607,11 @@
587607
7D9BF12B2336FFA2005DCFD6 /* ro */,
588608
7D9BF12D2336FFA9005DCFD6 /* fi */,
589609
7D9BF12F2336FFAF005DCFD6 /* da */,
610+
199561D5275FB7040077B976 /* sk */,
611+
199561D7275FB71B0077B976 /* ca */,
612+
199561D9275FB7240077B976 /* uk */,
613+
199561DB275FB73A0077B976 /* ar */,
614+
199561DD275FB7400077B976 /* he */,
590615
);
591616
name = Localizable.strings;
592617
sourceTree = "<group>";
552 Bytes
Binary file not shown.
548 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.
276 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
546 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)