@inflightit/api-plugin-orders
Version:
Orders plugin for the Reaction API
55 lines (53 loc) • 1.01 kB
JavaScript
import ar from "./ar.json";
import bg from "./bg.json";
import de from "./de.json";
import el from "./el.json";
import en from "./en.json";
import es from "./es.json";
import fr from "./fr.json";
import he from "./he.json";
import hr from "./hr.json";
import it from "./it.json";
import my from "./my.json";
import nb from "./nb.json";
import nl from "./nl.json";
import pl from "./pl.json";
import pt from "./pt.json";
import ro from "./ro.json";
import ru from "./ru.json";
import sl from "./sl.json";
import sv from "./sv.json";
import tr from "./tr.json";
import vi from "./vi.json";
import zh from "./zh.json";
//
// we want all the files in individual
// imports for easier handling by
// automated translation software
//
export default {
translations: [
...ar,
...bg,
...de,
...el,
...en,
...es,
...fr,
...he,
...hr,
...it,
...my,
...nb,
...nl,
...pl,
...pt,
...ro,
...ru,
...sl,
...sv,
...tr,
...vi,
...zh
]
};