lifehackerhansol 526f0b5b6e
translations: selectively re-enable languages
Languages that survived the transition:
- Greek
- Hungarian
- Italian
- Korean
- Portuguese (Brazil)
2024-09-27 20:34:30 -07:00

16 lines
246 B
JavaScript

import en_US from './en_US'
import el_GR from './el_GR'
import hu_HU from './hu_HU'
import it_IT from './it_IT'
import ko_KR from './ko_KR'
import pt_BR from './pt_BR'
export {
en_US,
el_GR,
hu_HU,
it_IT,
ko_KR,
pt_BR
}