mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Export updateCurrentCulture function
This commit is contained in:
parent
100f7cc8f5
commit
dcde6bfb5e
1 changed files with 2 additions and 1 deletions
|
@ -268,6 +268,7 @@ define(['userSettings', 'events'], function (userSettings, events) {
|
||||||
defaultModule: defaultModule,
|
defaultModule: defaultModule,
|
||||||
getCurrentLocale: getCurrentLocale,
|
getCurrentLocale: getCurrentLocale,
|
||||||
getCurrentDateTimeLocale: getCurrentDateTimeLocale,
|
getCurrentDateTimeLocale: getCurrentDateTimeLocale,
|
||||||
register: register
|
register: register,
|
||||||
|
updateCurrentCulture: updateCurrentCulture
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue