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

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
}