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
+6
View File
@@ -95,4 +95,10 @@ export function getLocale() {
return enUS;
}
}
export const localeWithSuffix = { addSuffix: true, locale: getLocale() };
export default {
getLocale: getLocale,
localeWithSuffix: localeWithSuffix
}