export { en } from './en'; export { ru } from './ru'; export { fr } from './fr'; export { ge } from './ge'; export { sp } from './sp'; export type { Localization } from './types';