diff --git a/src/scripts/dfnshelper.js b/src/scripts/dfnshelper.js index 01d032f223..ada97a14b4 100644 --- a/src/scripts/dfnshelper.js +++ b/src/scripts/dfnshelper.js @@ -95,4 +95,10 @@ export function getLocale() { return enUS; } } + export const localeWithSuffix = { addSuffix: true, locale: getLocale() }; + +export default { + getLocale: getLocale, + localeWithSuffix, localeWithSuffix +}