UNPKG

wuchale

Version:

Protobuf-like i18n from normal code

8 lines (5 loc) 319 B
// This is just the default loader. // You can customize it however you want, it will not be overwritten once it exists and is not empty. import { loadCatalog, loadIDs, key } from './proxy.js' import { loadLocales } from 'wuchale/load-utils/server' export default await loadLocales(key, loadIDs, loadCatalog, ['en'])