Skip to content

Commit c575ae1

Browse files
committed
Add localization TODO
1 parent 5093887 commit c575ae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

App/ViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ class ViewController: UIViewController {
135135
dynamic private func addToSiri(_ sender: Any) {
136136
#if !DISABLE_SIRI_SHORTCUT
137137
let intent = BuckPhotoIntent()
138+
// TODO: localize to "Muéstrame un venado" once https://github.com/airbnb/BuckSample/pull/105 is merged.
138139
intent.suggestedInvocationPhrase = "Show me a buck"
139140
if let shortcut = INShortcut(intent: intent) {
140141
let viewController = INUIAddVoiceShortcutViewController(shortcut: shortcut)

0 commit comments

Comments
 (0)