Merge branch 'translate-everything' of https://github.com/ferferga/jellyfin-web into translate-everything
This commit is contained in:
@@ -95,4 +95,10 @@ export function getLocale() {
|
||||
return enUS;
|
||||
}
|
||||
}
|
||||
|
||||
export const localeWithSuffix = { addSuffix: true, locale: getLocale() };
|
||||
|
||||
export default {
|
||||
getLocale: getLocale,
|
||||
localeWithSuffix: localeWithSuffix
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user