Move i18n to vue-i18n and json files
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
7
js/src/i18n/index.js
Normal file
7
js/src/i18n/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import en_US from './en_US';
|
||||
import fr_FR from './fr_FR';
|
||||
|
||||
export default {
|
||||
en_US,
|
||||
fr_FR
|
||||
}
|
||||
Reference in New Issue
Block a user