mobilizon.chapril.org-mobil.../js/src/i18n/index.js
Thomas Citharel 96380f7df2
Move i18n to vue-i18n and json files
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-12 12:19:02 +02:00

7 lines
98 B
JavaScript

import en_US from './en_US';
import fr_FR from './fr_FR';
export default {
en_US,
fr_FR
}