-
Notifications
You must be signed in to change notification settings - Fork 25
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
86 lang #88
base: master
Are you sure you want to change the base?
86 lang #88
Conversation
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.
🇺🇸
throw new InvalidArgumentException( sprintf( esc_html__( "Certificate isn't in '%s' folder. Request isn't from Alexa.", 'voicewp' ), static::SIGNATURE_VALID_PATH ) ); | ||
} else if ( isset( $url['port'] ) && static::SIGNATURE_VALID_PORT !== $url['port'] ) { | ||
/* translators: %s: port number */ |
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.
shouldn't that be %d
|
||
$news_utterances = array( | ||
'Latest' => array( | ||
esc_html__( 'can I have the latest content', 'voicewp' ), |
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.
man, that is one existential looking voice command
sprintf( esc_html__( 'Get %s stories', 'voicewp' ), $term_name_slot ), | ||
), | ||
'ReadPost' => array( | ||
/* translators: %s: number */ |
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.
but, ordinal number, right?
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.
er, i see. being very thorough here
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.
er, i see. being very thorough here
Adds support for translations of the plugin and the generated utterances