mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-02-18 16:40:12 +00:00
![lifehackerhansol](/assets/img/avatar_default.png)
Languages that survived the transition: - Greek - Hungarian - Italian - Korean - Portuguese (Brazil)
16 lines
246 B
JavaScript
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
|
|
}
|