gancio-upstream/locales/index.js

7 lines
73 B
JavaScript
Raw Normal View History

2019-07-26 23:52:51 +02:00
import it from './it'
import en from './en'
export default {
it, en
}