Skip to content

Commit 406ae09

Browse files
authored
Merge pull request #2064 from billybooth/dev-hi-intents
Invalid Siri Support: Add Hindi Intents
2 parents 6226289 + ea66ab2 commit 406ae09

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

Common/hi.lproj/Intents.strings

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
"80eo5o" = "Add Carb Entry";
2+
3+
"9KhaIS" = "I've set the preset";
4+
5+
"I4OZy8" = "Enable Override Preset";
6+
7+
"OcNxIj" = "Add Carb Entry";
8+
9+
"XNNmtH" = "Enable preset in Loop";
10+
11+
"ZZ3mtM" = "Enable an override preset in Loop";
12+
13+
"b085BW" = "I wasn't able to set the preset.";
14+
15+
"lYMuWV" = "Override Name";
16+
17+
"nDKAmn" = "What's the name of the override you'd like to set?";
18+
19+
"oLQSsJ" = "Enable '${overrideName}' Override Preset";
20+
21+
"yBzwCL" = "Override Selection";
22+
23+
"yc02Yq" = "Add a carb entry to Loop";
24+

Loop.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,7 @@
787787
1DC63E7325351BDF004605DA /* TrueTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = TrueTime.framework; path = Carthage/Build/iOS/TrueTime.framework; sourceTree = "<group>"; };
788788
1DE09BA824A3E23F009EE9F9 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
789789
1DFE9E162447B6270082C280 /* UserNotificationAlertSchedulerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserNotificationAlertSchedulerTests.swift; sourceTree = "<group>"; };
790+
3D03C6DA2AACE6AC00FDE5D2 /* hi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hi; path = hi.lproj/Intents.strings; sourceTree = "<group>"; };
790791
4302F4E01D4E9C8900F0FCAF /* TextFieldTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextFieldTableViewController.swift; sourceTree = "<group>"; };
791792
4302F4E21D4EA54200F0FCAF /* InsulinDeliveryTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InsulinDeliveryTableViewController.swift; sourceTree = "<group>"; };
792793
430B29892041F54A00BA9F93 /* NSUserDefaults.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSUserDefaults.swift; sourceTree = "<group>"; };
@@ -4224,6 +4225,7 @@
42244225
C1C3127F297E4C0400296DA4 /* ar */,
42254226
C1C247882995823200371B88 /* sk */,
42264227
C1C5357529C6346A00E32DF9 /* cs */,
4228+
3D03C6DA2AACE6AC00FDE5D2 /* hi */,
42274229
);
42284230
name = Intents.intentdefinition;
42294231
sourceTree = "<group>";

0 commit comments

Comments
 (0)