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:
parent
fd93ce45f7
commit
82d019099f
1 changed files with 6 additions and 0 deletions
|
@ -95,4 +95,10 @@ export function getLocale() {
|
|||
return enUS;
|
||||
}
|
||||
}
|
||||
|
||||
export const localeWithSuffix = { addSuffix: true, locale: getLocale() };
|
||||
|
||||
export default {
|
||||
getLocale: getLocale,
|
||||
localeWithSuffix, localeWithSuffix
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue