Last active
August 25, 2020 11:35
-
-
Save thykka/8f6ccb6320a48f583a6171a55194c9fe to your computer and use it in GitHub Desktop.
/tmp/bli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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