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

Merge branch 'translate-everything' of https://github.com/ferferga/jellyfin-web into translate-everything

This commit is contained in:
ferferga 2020-04-03 23:41:23 +02:00
commit e086028deb

View file

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