Last active
October 16, 2018 13:22
-
-
Save yann-yinn/98bf522e283d92e67f92d132236b5023 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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