import enAU from './en_AU'; import enCA from './en_CA'; export default { 'en-AU': enAU, 'en-CA': enCA, };