Skip to content

Instantly share code, notes, and snippets.

@thykka
Last active August 25, 2020 11:35
Show Gist options
  • Save thykka/8f6ccb6320a48f583a6171a55194c9fe to your computer and use it in GitHub Desktop.
Save thykka/8f6ccb6320a48f583a6171a55194c9fe to your computer and use it in GitHub Desktop.
/tmp/bli
i18next.init({
lng: Vue.params.i18nextLanguage,
resources: {
en: {
translation: {
'why collaborate with us': 'Why collaborate with us?',
'our experience, our mood, our skills': `Our experience, our mood and our multiple expertise:
we design and produce cross-channel strategies in an Agile manner
to optimize your profitability.`
),
}
},
fr: {
translation: {
'why collaborate with us': 'Pourquoi collaborer avec nous?',
'our experience, our mood, our skills': `Notre expérience, notre mood et nos multiples expertises :
nous concevons et produisons de manière Agile des stratégies cross-canal
pour optimiser votre rentabilité.`
),
}
},
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment