Update src/scripts/dfnshelper.js

Co-Authored-By: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
Fernando 2020-04-03 20:55:43 +02:00 committed by GitHub
parent 82d019099f
commit e734f7c793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,5 +100,5 @@ export const localeWithSuffix = { addSuffix: true, locale: getLocale() };
export default {
getLocale: getLocale,
localeWithSuffix, localeWithSuffix
localeWithSuffix: localeWithSuffix
}