summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/utilities/languages.ts
AgeCommit message (Collapse)Author
2024-08-25Fixed chinese audio language (#2632)Anderson Shindy Oki
2024-06-14Reverted normal only (non-hi) option to languages profile. Will be properly ↵v1.4.4-beta.6morpheus65535
reintroduced later.
2024-06-10Added normal only (non-hi) option to languages profilemorpheus65535
2024-06-07no log: Apply style linter (#2516)Anderson Shindy Oki
2024-03-03Updated multiple Python modules (now in libs and custom_libs directories) ↵morpheus65535
and React libraries
2023-05-27Added feature to treat couples of languages as equal when searching for ↵v1.2.2-beta.9Vitiko
subtitles * Add 'Language-equals' support This feature will treat couples of languages as equal for list-subtitles operations. It's optional; its methods won't do anything if an empy list is set. See more info at docstrings from 'subliminal_patch.core'. For example, let's say I only want to have "Spanish (es.srt)" subtitles and I don't care about the differences between Spain and LATAM spanish. This feature will allow me to always get European Spanish even from LATAM Spanish providers like Argenteam and Subdivx. Example for config.ini: language_equals = ['spa-MX:spa'] (Which means all Latam Spanish subtitles from every provider will be converted to European Spanish) * Add PT and ZH language tests * Add HI and Forced parsing for language pairs Format example: ["en@HI:en", "es-MX@forced:es-MX"] * Update languages.py * Update API definition to reflect the previous change * Add language equals table to the UI (test only) * Add global language selector and get language from code3 utilities * Add unit tests for language equal feature * Add encode function to language equal feature * Add CRUD methods to the language equals panel * Add equals description * Add parsing support for alpha3 custom languages * no log: add more tests * Add forced and hi support to the language equal target --------- Co-authored-by: morpheus65535 <[email protected]> Co-authored-by: LASER-Yi <[email protected]>
2022-05-31Replace Bootstrap with Mantine (#1795)Liang Yi
2022-03-16Frontend improvement and cleanup (#1690)Liang Yi
* Replace Create-React-App with Vite.js * Update React-Router to v6 * Cleanup unused codes
2022-02-24Fix a issue that seleection of the languages profiles could be Unknown on ↵LASER-Yi
settings page
2022-01-22Add React-Query to improve network and cache performancev1.0.3-beta.15Liang Yi