Przeglądaj źródła

Adding langs in Xcode

Jon Mårtensson 5 lat temu
rodzic
commit
aa11846336

+ 10 - 5
FreeAPS.xcodeproj/project.pbxproj

@@ -316,6 +316,10 @@
 		10CAE3534904CDCA0F367017 /* PumpSettingsEditorBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PumpSettingsEditorBuilder.swift; sourceTree = "<group>"; };
 		111579A6E3AC6BFA79C4DD43 /* NightscoutConfigBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = NightscoutConfigBuilder.swift; sourceTree = "<group>"; };
 		12204445D7632AF09264A979 /* PreferencesEditorDataFlow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PreferencesEditorDataFlow.swift; sourceTree = "<group>"; };
+		198C700B26703D7C00DDDAF0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
+		198C700C26703D8600DDDAF0 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
+		198C700F26703E6200DDDAF0 /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Localizable.strings; sourceTree = "<group>"; };
+		198C701026703E6200DDDAF0 /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Localizable.strings; sourceTree = "<group>"; };
 		199D0AC12670351400D24E2B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
 		199D0AC32670351800D24E2B /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
 		199D0AC42670351900D24E2B /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
@@ -331,8 +335,6 @@
 		199D0ACE2670352400D24E2B /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
 		199D0ACF2670352500D24E2B /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
 		199D0AD02670352600D24E2B /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = "<group>"; };
-		19A9A6FD2666335E005378EB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
-		19A9A6FF2666341F005378EB /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
 		19A9A70026663428005378EB /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
 		19A9A7012666342E005378EB /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Localizable.strings; sourceTree = "<group>"; };
 		19A9A70226663437005378EB /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
@@ -1613,7 +1615,6 @@
 			hasScannedForEncodings = 0;
 			knownRegions = (
 				en,
-				Base,
 				ar,
 				"zh-Hans",
 				da,
@@ -1628,6 +1629,8 @@
 				uk,
 				it,
 				pl,
+				Base,
+				el,
 			);
 			mainGroup = 388E594F25AD948C0019842D;
 			packageReferences = (
@@ -1958,6 +1961,7 @@
 				199D0ACE2670352400D24E2B /* es */,
 				199D0ACF2670352500D24E2B /* sv */,
 				199D0AD02670352600D24E2B /* uk */,
+				198C700F26703E6200DDDAF0 /* el */,
 			);
 			name = Localizable.strings;
 			sourceTree = "<group>";
@@ -1965,8 +1969,6 @@
 		19A9A6FE2666335E005378EB /* Localizable.strings */ = {
 			isa = PBXVariantGroup;
 			children = (
-				19A9A6FD2666335E005378EB /* en */,
-				19A9A6FF2666341F005378EB /* ar */,
 				19A9A70026663428005378EB /* zh-Hans */,
 				19A9A7012666342E005378EB /* da */,
 				19A9A70226663437005378EB /* nl */,
@@ -1980,6 +1982,9 @@
 				19A9A70A26663484005378EB /* uk */,
 				19A9A70B26664B53005378EB /* it */,
 				19A9A70C26666667005378EB /* pl */,
+				198C700B26703D7C00DDDAF0 /* en */,
+				198C700C26703D8600DDDAF0 /* ar */,
+				198C701026703E6200DDDAF0 /* el */,
 			);
 			name = Localizable.strings;
 			sourceTree = "<group>";

Plik diff jest za duży
+ 133 - 0
FreeAPS/Sources/Localizations/Descriptions/el.lproj/Localizable.strings


Plik diff jest za duży
+ 0 - 1
FreeAPS/Sources/Localizations/Descriptions/en.lproj/Localizable.strings