Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Last active November 26, 2019 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/eb39352c52dad1df2ccfc23ced180636 to your computer and use it in GitHub Desktop.
Save bodrovis/eb39352c52dad1df2ccfc23ced180636 to your computer and use it in GitHub Desktop.
$.i18n().load({
'en': {
'welcome': 'Welcome!',
'message_from': '$1 has send you $2 {{plural:$2|message|messages}}. {{gender:$3|He|She}} is waiting for your response!'
},
'ru': {
'welcome': 'Добро пожаловать!',
'message_from': '$1 {{gender:$3|отправил|отправила}} вам $2 {{plural:$2|сообщение|сообщения|сообщений}}. {{gender:$3|Он|Она}} ждёт вашего ответа!'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment