Support i18n with multiple links
We can now pass a variable number of hrefs into i18n_with_links rather than just one.
This commit is contained in:
parent
fd08297cc2
commit
5b5a430114
2 changed files with 8 additions and 5 deletions
|
@ -15,9 +15,9 @@
|
|||
installWelcome: i18n('installWelcome'),
|
||||
installTagline: i18n('installTagline'),
|
||||
installGetStartedButton: i18n('installGetStartedButton'),
|
||||
installSignalLink: this.i18n_with_link('installSignalLinks', playStoreHref, appStoreHref),
|
||||
installSignalLink: this.i18n_with_links('installSignalLinks', playStoreHref, appStoreHref),
|
||||
installIHaveSignalButton: i18n('installGotIt'),
|
||||
installFollowUs: this.i18n_with_link('installFollowUs', twitterHref),
|
||||
installFollowUs: this.i18n_with_links('installFollowUs', twitterHref),
|
||||
installAndroidInstructions: i18n('installAndroidInstructions'),
|
||||
installLinkingWithNumber: i18n('installLinkingWithNumber'),
|
||||
installComputerName: i18n('installComputerName'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue