Skip to content

Commit

Permalink
Merge pull request #2064 from billybooth/dev-hi-intents
Browse files Browse the repository at this point in the history
Invalid Siri Support: Add Hindi Intents
  • Loading branch information
ps2 authored Sep 9, 2023
2 parents 6226289 + ea66ab2 commit 406ae09
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Common/hi.lproj/Intents.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
"80eo5o" = "Add Carb Entry";

"9KhaIS" = "I've set the preset";

"I4OZy8" = "Enable Override Preset";

"OcNxIj" = "Add Carb Entry";

"XNNmtH" = "Enable preset in Loop";

"ZZ3mtM" = "Enable an override preset in Loop";

"b085BW" = "I wasn't able to set the preset.";

"lYMuWV" = "Override Name";

"nDKAmn" = "What's the name of the override you'd like to set?";

"oLQSsJ" = "Enable '${overrideName}' Override Preset";

"yBzwCL" = "Override Selection";

"yc02Yq" = "Add a carb entry to Loop";

2 changes: 2 additions & 0 deletions Loop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@
1DC63E7325351BDF004605DA /* TrueTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = TrueTime.framework; path = Carthage/Build/iOS/TrueTime.framework; sourceTree = "<group>"; };
1DE09BA824A3E23F009EE9F9 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
1DFE9E162447B6270082C280 /* UserNotificationAlertSchedulerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserNotificationAlertSchedulerTests.swift; sourceTree = "<group>"; };
3D03C6DA2AACE6AC00FDE5D2 /* hi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hi; path = hi.lproj/Intents.strings; sourceTree = "<group>"; };
4302F4E01D4E9C8900F0FCAF /* TextFieldTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextFieldTableViewController.swift; sourceTree = "<group>"; };
4302F4E21D4EA54200F0FCAF /* InsulinDeliveryTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InsulinDeliveryTableViewController.swift; sourceTree = "<group>"; };
430B29892041F54A00BA9F93 /* NSUserDefaults.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSUserDefaults.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -4224,6 +4225,7 @@
C1C3127F297E4C0400296DA4 /* ar */,
C1C247882995823200371B88 /* sk */,
C1C5357529C6346A00E32DF9 /* cs */,
3D03C6DA2AACE6AC00FDE5D2 /* hi */,
);
name = Intents.intentdefinition;
sourceTree = "<group>";
Expand Down

0 comments on commit 406ae09

Please sign in to comment.