Skip to content

Instantly share code, notes, and snippets.

@elkraneo
Created October 21, 2019 12:10
Show Gist options
  • Save elkraneo/b0f40323b59671da292c9e62bd7b8155 to your computer and use it in GitHub Desktop.
Save elkraneo/b0f40323b59671da292c9e62bd7b8155 to your computer and use it in GitHub Desktop.
/*
%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