1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Prepare dfnshelper.js for AMD conversion

Co-Authored-By: Julien Machiels <julien.machiels@protonmail.com>
This commit is contained in:
Fernando 2020-04-03 20:24:04 +02:00 committed by GitHub
parent fd93ce45f7
commit 82d019099f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,4 +95,10 @@ export function getLocale() {
return enUS;
}
}
export const localeWithSuffix = { addSuffix: true, locale: getLocale() };
export default {
getLocale: getLocale,
localeWithSuffix, localeWithSuffix
}