Skip to content

Instantly share code, notes, and snippets.

@yann-yinn
Last active October 16, 2018 13:22
Show Gist options
  • Save yann-yinn/98bf522e283d92e67f92d132236b5023 to your computer and use it in GitHub Desktop.
Save yann-yinn/98bf522e283d92e67f92d132236b5023 to your computer and use it in GitHub Desktop.
import { i18n } from './language/lang' // ton fichier qui initialise vue i18n avec les trads
export default [
{
bot: "xxx",
pouet: i18n.tc('my.string.id')
}
// etc
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment