@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
52 lines • 1.17 kB
JavaScript
import AE from "./ar-AE.json";
import BG from "./bg-BG.json";
import CZ from "./cs-CZ.json";
import DK from "./da-DK.json";
import DE from "./de-DE.json";
import GR from "./el-GR.json";
import GB from "./en-GB.json";
import US from "./en-US.json";
import AR from "./es-AR.json";
import ES from "./es-ES.json";
import MX from "./es-MX.json";
import FI from "./fi-FI.json";
import FR from "./fr-FR.json";
import IL from "./he-IL.json";
import HU from "./hu-HU.json";
import ID from "./id-ID.json";
import IT from "./it-IT.json";
import JP from "./ja-JP.json";
import KR from "./ko-KR.json";
import LT from "./lt-LT.json";
import MY from "./ms-MY.json";
import NO from "./nb-NO.json";
import NL from "./nl-NL.json";
import PL from "./pl-PL.json";
import BR from "./pt-BR.json";
export default {
"ar-AE": AE,
"bg-BG": BG,
"cs-CZ": CZ,
"da-DK": DK,
"de-DE": DE,
"el-GR": GR,
"en-GB": GB,
"en-US": US,
"es-AR": AR,
"es-ES": ES,
"es-MX": MX,
"fi-FI": FI,
"fr-FR": FR,
"he-IL": IL,
"hu-HU": HU,
"id-ID": ID,
"it-IT": IT,
"ja-JP": JP,
"ko-KR": KR,
"lt-LT": LT,
"ms-MY": MY,
"nb-NO": NO,
"nl-NL": NL,
"pl-PL": PL,
"pt-BR": BR
};