Created
October 21, 2019 12:10
-
-
Save elkraneo/b0f40323b59671da292c9e62bd7b8155 to your computer and use it in GitHub Desktop.
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
/* | |
%1$@ = city | |
%2$@ = temperature | |
%3$@ = perceived | |
%4$@ = probability | |
%5$@ = amount | |
%6$@ = speed | |
%7$@ = duration | |
*/ | |
"now.cast %@ %@ %@ %@ %@ %@ %@" = "Current temperature in %1$@: %2$@ which feels like %3$@ with %4$@ of rain probability and %5$@ of amount. Wind speeds up to %6$@ and %7$@ of sun duration."; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment