ember-intl
Version:
A internationalization toolbox for ambitious applications.
12 lines (11 loc) • 428 B
TypeScript
/**
* NOTE: this is a generated file that is produced at build time during
* `treeForAddon`, if `publicOnly` is disabled.
*
* If `publicOnly` is enabled, we'll still want this empty export to be present,
* to that the import in `-private/utils/hydrate.ts` works unconditionally.
* @private
* @hide
*/
declare const translations: readonly [/* locale */ string, /* translations */ unknown][];
export default translations;