-
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Siri intent definition localisation #214
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
b6f0281
Use deferred localisation for suggested intent phrase
sharplet 9b43cba
Enable Base Internationalisation
sharplet c1ba110
Generate localisation files for Intents.intentdefinition
sharplet 11ad4b3
Add Italian localisation for the Siri Intents
andreamazz 785865d
Add Italian translation for CheckWeatherSuggestedPhrase
andreamazz d63b498
Use Google translate for Polish translation
sharplet 2c80136
Use Google translate for Swedish translation
sharplet 011b921
Update to ruby 2.5.0
sharplet c8231cc
Print xcodebuild version to stdout on CI
sharplet 1a1be83
Log donated weather interaction at info level
sharplet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.3.0 | ||
2.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,10 @@ | |
</dict> | ||
<key>NSPhotoLibraryUsageDescription</key> | ||
<string>Tropos does not access your photo library.</string> | ||
<key>NSUserActivityTypes</key> | ||
<array> | ||
<string>CheckWeatherIntent</string> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was automatically added by Xcode. |
||
</array> | ||
<key>UIAppFonts</key> | ||
<array> | ||
<string>DINNextLTPro-Light.otf</string> | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
"CheckWeatherSuggestedPhrase" = "Check the weather"; | ||
"CheckingWeather" = "Checking Weather..."; | ||
"UpdateFailed" = "Update Failed"; | ||
"UpdateFailed" = "Update Failed"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
"CheckWeatherSuggestedPhrase" = "Controlla previsioni Meteo"; | ||
"CheckingWeather" = "Controllo il Meteo..."; | ||
"UpdateFailed" = "Update non riuscito"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
"CheckWeatherSuggestedPhrase" = "Sprawdź pogodę"; | ||
"CheckingWeather" = "Sprawdzam pogodę..."; | ||
"UpdateFailed" = "Brak połączenia z serwerem"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
"CheckWeatherSuggestedPhrase" = "Kontrollera vädret"; | ||
"CheckingWeather" = "Uppdaterar prognos..."; | ||
"UpdateFailed" = "Uppdatering misslyckades"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
"8SKsHj" = "Controlla previsioni meteo"; | ||
|
||
"Hpkcrr" = "${conditionsDescription}"; | ||
|
||
"RwwC7B" = "Controlla le attuali previsioni meteo"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
"8SKsHj" = "Sprawdź prognozę pogody"; | ||
|
||
"Hpkcrr" = "${conditionsDescription}"; | ||
|
||
"RwwC7B" = "Sprawdź aktualną prognozę pogody"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
"8SKsHj" = "Kontrollera väderprognosen"; | ||
|
||
"Hpkcrr" = "${conditionsDescription}"; | ||
|
||
"RwwC7B" = "Kontrollera aktuell väderprognos"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This new concept of deferred localisation enables a donated intent to be localised potentially much later, when the device could have changed language.