[i18n] use transifex and convert js to json

This commit is contained in:
les
2019-11-06 11:27:02 +01:00
parent 10877b5c59
commit a9ef9f71fc
10 changed files with 552 additions and 663 deletions

View File

@@ -1,6 +1,6 @@
import it from './it'
import en from './en'
import es from './es'
import it from './it.json'
import en from './en.json'
import es from './es.json'
export default {
it, en, es