taku0
88e129f793
Change CSS font-family by language preference
...
Fixes https://github.com/jellyfin/jellyfin-web/issues/913 .
- Update `lang` attribute of `html` element on user preference change.
- Choose appropriate `font-family` depending on `lang` attribute using
attribute selectors in CSS.
- Add `Noto Sans TC`, the Traditional Chinese (Taiwan variant).
- Fix event listener registration in `globalize.js`.
2022-05-16 09:18:06 +09:00
Dmitry Lyzo
3badb21b00
Remove language normalization - use original language
...
Otherwise `pt-PT` is replaced by `pt`, but they have different translations.
2021-10-26 22:29:41 +03:00
Bill Thornton
172e06ed3f
Refactor translation method
2021-09-08 13:11:20 -04:00
Bill Thornton
1c663b7675
Log warning instead of error when dictionary has not loaded
2021-09-08 10:39:46 -04:00
Bill Thornton
ed67e601aa
Add error logging for missing translation keys
2021-06-08 23:48:51 -04:00
Bill Thornton
f60b7686d0
Remove unused variables
2021-03-23 11:28:16 -04:00
vitorsemeano
b49524e5ea
multiple fixes and otimizations
2020-11-07 12:05:09 +00:00
vitorsemeano
a48d466e6a
fixes for lint errors
...
added missing packages for lint
removed unecessary babel/polyfill
2020-11-05 23:21:35 +00:00
Bill Thornton
a71b0314d4
Fix apiclient imports
2020-11-05 23:11:47 +00:00
MrTimscampi
7d9208e951
WIP
2020-11-05 23:09:09 +00:00
MrTimscampi
bfb8c7c1f6
Make import paths ES6-compatible
2020-11-05 22:58:26 +00:00
MrTimscampi
a7df7ad720
Fix appHost.supports
2020-08-06 19:32:31 +02:00
Cameron
76a037b7c2
Migration of Globalize to ES6 module
2020-07-18 09:21:15 +01:00
ferferga
dcde6bfb5e
Export updateCurrentCulture function
2020-04-04 22:17:21 +02:00
ferferga
100f7cc8f5
Don't require connectionManager
2020-04-04 20:36:14 +02:00
ferferga
e9979954a8
Apply #1004#issuecomment-605708819 suggestions
2020-04-04 20:35:13 +02:00
MrTimscampi
e12e6731b2
Make the console quieter by default
2020-02-16 04:22:50 +01:00
dkanada
a260e33182
sort through the define statements
2019-10-03 02:33:21 +09:00