summaryrefslogtreecommitdiffstats
path: root/locales/en-US.json (follow)
AgeCommit message (Collapse)Author
2024-10-10Add "Filipino (auto-generated)" to the list of caption languagesSamantaz Fox
2024-10-08Translations update from Hosted Weblate (#4862)Samantaz Fox
2024-10-08Preferences: Add option to control preloading of video data (#4122)Samantaz Fox
This PR adds a configuration option to control the preloading of video data on page load with the HTML5 'preload'[1] attribute on the `<video>` element. The option is enabled by default, meaning that the `preload` attribute's value will be 'auto'. If users want to prevent preloading of video data, they can disable the option, which will set the attribute value to 'none'. [1](https://www.w3schools.com/tags/att_video_preload.asp) Closes issue 4110
2024-10-06Update English (United States) translationHosted Weblate
Co-authored-by: Dick Groskamp <dikgro@yahoo.co.uk> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2024-04-25Update English (United States) translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Lime bar <limebarartist@gmail.com>
2024-02-19Channels: Add support for multi-image community posts (#4412)Samantaz Fox
This PR adds a CSS-only image carousel for community posts with more than one image attached. Closes issue 3522
2024-02-19I18n: Add missing translation strings (#4424)Samantaz Fox
Closes issue 3120
2024-02-15Add support for multi image community postsChunkyProgrammer
2024-02-08Add missing translation stringsshironeko
closes #3120
2023-12-07Add title to toggle theme iconChunkyProgrammer
2023-10-16add 'Import YouTube watch history (.json)' entry to en-US.jsonUlysses Zhan
2023-09-26Add option to control preloading of video dataThomas Lange
Fix #4110 by adding an option to control the preloading of video data on page load. If disabled ("false"), the browser will not preload any video data until the user explicitly hits the "Play" button. If enabled ("true"), the default behavior will be used, which means the browser decides how much of the video will be preloaded.
2023-07-28I18n: Add translation strings for new feature (fr/en)Samantaz Fox
2023-07-16UI: Nicer buttons (#3763)Samantaz Fox
2023-07-14Add support for releases and podcasts tabsChunkyProgrammer
2023-07-08HTML: Use new buttons for playlists (save/delete/add videos/etc...)Samantaz Fox
2023-06-11User: Remove broken Google login (localized strings)Samantaz Fox
2023-04-03Merge branch 'iv-org:master' into youtube-playlist-importGavin
2023-03-30download_widget: Add missing translation keyJarek Baran
2023-03-20Videos: Fix 0 views and empty license field (#3557)Samantaz Fox
2023-03-13Video page: add song title + remove song license on music videos (#3680)Samantaz Fox
2023-03-12Comments: Add support for custom emojis + member info (#3636)Samantaz Fox
2023-03-07add song title for music tracksChunkyProgrammer
2023-02-28Update English (United States) translationAshirg-ch
2023-02-26Video: Fix 0 views, and empty license fieldtechmetx11
2023-02-19use string builder to create imagesChunkyProgrammer
change member to sponsor
2023-02-16show member icon, hide deleted emojis, fix non-custom emojisChunkyProgrammer
2023-01-28added youtube playlist import functionality. fixes issue #2114Gavin Johnson
Signed-off-by: Gavin Johnson <gavinj1984@gmail.com>
2023-01-22Major improvementstechmetx11
2023-01-16added youtube playlist import; initial commitGavin Johnson
Signed-off-by: Gavin Johnson <gavinj1984@gmail.com>
2023-01-16Add support for multiple songstechmetx11
2023-01-14Video: Add support for the music sectiontechmetx11
2022-12-22frontend: Add support for the "featured channels" pageSamantaz Fox
2022-12-22frontend: Add support for shorts and livestreamsSamantaz Fox
2022-09-02reword error messagesEmilien Devos
2022-08-23Message when the video doesn't exist in playlistEmilien Devos
2022-05-25Add "Popular Enabled: " string to localisationGauthier POGAM--LE MONTAGNER
2022-05-01Update English (United States) translationHosted Weblate
Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr>
2022-04-09Replace "Github" by "GitHub"Hosted Weblate
2022-04-08Add a user friendly message for when no results are foundSamantaz Fox
2022-04-03Add filters UI HTML generatorSamantaz Fox
2022-03-09Update English (United States) translationHosted Weblate
Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr>
2022-02-23Add missing '_label' suffix to translation identifierSamantaz Fox
2022-02-23Make the history recording optional.Le Jester
2022-02-10Update en-US translations instead of translation keys for data controlmatthewmcgarvey
2022-02-08Add missing subtitle languagesSamantaz Fox
2022-02-08Mention that VR videos option require WebGLSamantaz Fox
2022-01-17Apply suggestions from reviewSamantaz Fox
2022-01-17Fix typo in "crash_page_read_the_faq"Samantaz Fox
Co-authored-by: Matthew McGarvey <matthewmcgarvey14@gmail.com>
2022-01-16Don't show "next steps" message with a stack traceSamantaz Fox
Usually, next steps are after the error message. Here, we want the same options to be right above the stack trace, so users are less likely to report duplicates.