Skip to content

Commit ca54f3e

Browse files
authored
Merge pull request #274 from LoopKit/translation-it
Adding Italian translations
2 parents 884831a + fe667c7 commit ca54f3e

File tree

7 files changed

+606
-2
lines changed

7 files changed

+606
-2
lines changed

Loop.xcodeproj/project.pbxproj

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
43776F901B8022E90074EA36 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43776F8F1B8022E90074EA36 /* AppDelegate.swift */; };
5959
43776F971B8022E90074EA36 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 43776F951B8022E90074EA36 /* Main.storyboard */; };
6060
43776F991B8022E90074EA36 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 43776F981B8022E90074EA36 /* Assets.xcassets */; };
61-
43776F9C1B8022E90074EA36 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 43776F9A1B8022E90074EA36 /* LaunchScreen.storyboard */; };
6261
437CCADA1D284ADF0075D2C3 /* AuthenticationTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 437CCAD91D284ADF0075D2C3 /* AuthenticationTableViewCell.swift */; };
6362
437CCADC1D284B830075D2C3 /* ButtonTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 437CCADB1D284B830075D2C3 /* ButtonTableViewCell.swift */; };
6463
437CCADE1D2858FD0075D2C3 /* AuthenticationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 437CCADD1D2858FD0075D2C3 /* AuthenticationViewController.swift */; };
@@ -156,6 +155,10 @@
156155
C15713821DAC6983005BC4D2 /* MealBolusNightscoutTreatment.swift in Sources */ = {isa = PBXBuildFile; fileRef = C15713811DAC6983005BC4D2 /* MealBolusNightscoutTreatment.swift */; };
157156
C17884631D51A7A400405663 /* BatteryIndicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17884621D51A7A400405663 /* BatteryIndicator.swift */; };
158157
C18C8C511D5A351900E043FB /* NightscoutDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C18C8C501D5A351900E043FB /* NightscoutDataManager.swift */; };
158+
C1C73EF71DE3D0230022FC89 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C1C73EF91DE3D0230022FC89 /* InfoPlist.strings */; };
159+
C1C73F021DE3D0250022FC89 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = C1C73F041DE3D0250022FC89 /* Localizable.strings */; };
160+
C1C73F081DE3D0260022FC89 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C1C73F0A1DE3D0260022FC89 /* InfoPlist.strings */; };
161+
C1C73F0D1DE3D0270022FC89 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C1C73F0F1DE3D0270022FC89 /* InfoPlist.strings */; };
159162
/* End PBXBuildFile section */
160163

161164
/* Begin PBXContainerItemProxy section */
@@ -390,6 +393,10 @@
390393
C15713811DAC6983005BC4D2 /* MealBolusNightscoutTreatment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MealBolusNightscoutTreatment.swift; sourceTree = "<group>"; };
391394
C17884621D51A7A400405663 /* BatteryIndicator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BatteryIndicator.swift; sourceTree = "<group>"; };
392395
C18C8C501D5A351900E043FB /* NightscoutDataManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NightscoutDataManager.swift; sourceTree = "<group>"; };
396+
C1C73EF81DE3D0230022FC89 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = "<group>"; };
397+
C1C73F031DE3D0250022FC89 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
398+
C1C73F091DE3D0260022FC89 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = "<group>"; };
399+
C1C73F0E1DE3D0270022FC89 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = "<group>"; };
393400
/* End PBXFileReference section */
394401

395402
/* Begin PBXFrameworksBuildPhase section */
@@ -521,6 +528,8 @@
521528
43776F8E1B8022E90074EA36 /* Loop */ = {
522529
isa = PBXGroup;
523530
children = (
531+
C1C73F0A1DE3D0260022FC89 /* InfoPlist.strings */,
532+
C1C73F041DE3D0250022FC89 /* Localizable.strings */,
524533
43846AD81D8FA84B00799272 /* gallery.ckcomplication */,
525534
43EDEE6B1CF2E12A00393BE3 /* Loop.entitlements */,
526535
43F5C2D41B92A4A6003EB13D /* Info.plist */,
@@ -553,6 +562,7 @@
553562
43A943731B926B7B0051FA24 /* WatchApp */ = {
554563
isa = PBXGroup;
555564
children = (
565+
C1C73F0F1DE3D0270022FC89 /* InfoPlist.strings */,
556566
43A943771B926B7B0051FA24 /* Assets.xcassets */,
557567
43F5C2D61B92A4DC003EB13D /* Info.plist */,
558568
43A943741B926B7B0051FA24 /* Interface.storyboard */,
@@ -563,6 +573,7 @@
563573
43A943821B926B7B0051FA24 /* WatchApp Extension */ = {
564574
isa = PBXGroup;
565575
children = (
576+
C1C73EF91DE3D0230022FC89 /* InfoPlist.strings */,
566577
43D533BB1CFD1DD7009E3085 /* WatchApp Extension.entitlements */,
567578
43846AD41D8FA67800799272 /* Base.lproj */,
568579
43A943911B926B7B0051FA24 /* Info.plist */,
@@ -937,9 +948,10 @@
937948
isa = PBXResourcesBuildPhase;
938949
buildActionMask = 2147483647;
939950
files = (
940-
43776F9C1B8022E90074EA36 /* LaunchScreen.storyboard in Resources */,
951+
C1C73F081DE3D0260022FC89 /* InfoPlist.strings in Resources */,
941952
43776F991B8022E90074EA36 /* Assets.xcassets in Resources */,
942953
434F54591D28805E002A9274 /* ButtonTableViewCell.xib in Resources */,
954+
C1C73F021DE3D0250022FC89 /* Localizable.strings in Resources */,
943955
43776F971B8022E90074EA36 /* Main.storyboard in Resources */,
944956
43846AD91D8FA84B00799272 /* gallery.ckcomplication in Resources */,
945957
434F545B1D2880D4002A9274 /* AuthenticationTableViewCell.xib in Resources */,
@@ -951,6 +963,7 @@
951963
buildActionMask = 2147483647;
952964
files = (
953965
43A943781B926B7B0051FA24 /* Assets.xcassets in Resources */,
966+
C1C73F0D1DE3D0270022FC89 /* InfoPlist.strings in Resources */,
954967
43A943761B926B7B0051FA24 /* Interface.storyboard in Resources */,
955968
);
956969
runOnlyForDeploymentPostprocessing = 0;
@@ -960,6 +973,7 @@
960973
buildActionMask = 2147483647;
961974
files = (
962975
43846AD51D8FA67800799272 /* Base.lproj in Resources */,
976+
C1C73EF71DE3D0230022FC89 /* InfoPlist.strings in Resources */,
963977
43A943901B926B7B0051FA24 /* Assets.xcassets in Resources */,
964978
);
965979
runOnlyForDeploymentPostprocessing = 0;
@@ -1205,6 +1219,38 @@
12051219
name = Interface.storyboard;
12061220
sourceTree = "<group>";
12071221
};
1222+
C1C73EF91DE3D0230022FC89 /* InfoPlist.strings */ = {
1223+
isa = PBXVariantGroup;
1224+
children = (
1225+
C1C73EF81DE3D0230022FC89 /* it */,
1226+
);
1227+
name = InfoPlist.strings;
1228+
sourceTree = "<group>";
1229+
};
1230+
C1C73F041DE3D0250022FC89 /* Localizable.strings */ = {
1231+
isa = PBXVariantGroup;
1232+
children = (
1233+
C1C73F031DE3D0250022FC89 /* it */,
1234+
);
1235+
name = Localizable.strings;
1236+
sourceTree = "<group>";
1237+
};
1238+
C1C73F0A1DE3D0260022FC89 /* InfoPlist.strings */ = {
1239+
isa = PBXVariantGroup;
1240+
children = (
1241+
C1C73F091DE3D0260022FC89 /* it */,
1242+
);
1243+
name = InfoPlist.strings;
1244+
sourceTree = "<group>";
1245+
};
1246+
C1C73F0F1DE3D0270022FC89 /* InfoPlist.strings */ = {
1247+
isa = PBXVariantGroup;
1248+
children = (
1249+
C1C73F0E1DE3D0270022FC89 /* it */,
1250+
);
1251+
name = InfoPlist.strings;
1252+
sourceTree = "<group>";
1253+
};
12081254
/* End PBXVariantGroup section */
12091255

12101256
/* Begin XCBuildConfiguration section */

Loop/it.lproj/InfoPlist.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/* (No Commment) */
2+
"CFBundleDisplayName" = "Loop";

0 commit comments

Comments
 (0)