Prepare dfnshelper.js for AMD conversion
Co-Authored-By: Julien Machiels <julien.machiels@protonmail.com>
This commit is contained in:
@@ -95,4 +95,10 @@ export function getLocale() {
|
||||
return enUS;
|
||||
}
|
||||
}
|
||||
|
||||
export const localeWithSuffix = { addSuffix: true, locale: getLocale() };
|
||||
|
||||
export default {
|
||||
getLocale: getLocale,
|
||||
localeWithSuffix, localeWithSuffix
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user