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:
commit
e086028deb
1 changed files with 6 additions and 0 deletions
|
@ -95,4 +95,10 @@ export function getLocale() {
|
||||||
return enUS;
|
return enUS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export const localeWithSuffix = { addSuffix: true, locale: getLocale() };
|
export const localeWithSuffix = { addSuffix: true, locale: getLocale() };
|
||||||
|
|
||||||
|
export default {
|
||||||
|
getLocale: getLocale,
|
||||||
|
localeWithSuffix: localeWithSuffix
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue