Commit Graph

6503 Commits

Author SHA1 Message Date
jsf f91a2aac22
Added translation using Weblate (Chinese (Simplified)) 2020-08-19 07:53:36 +02:00
Scott Anecito b8376fae27
Translated using Weblate (Japanese)
Currently translated at 4.3% (12 of 278 strings)

Translation: Free Tube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ja/
2020-08-19 07:32:51 +02:00
Scott Anecito 6c37acb2b7
Added translation using Weblate (Japanese) 2020-08-19 06:00:23 +02:00
Preston fcc6e8744b Merge branch 'master' of github.com:FreeTubeApp/FreeTube-Vue 2020-08-18 19:34:02 -04:00
Preston 2942630f2e Only load storyboards on non-live videos 2020-08-18 19:32:44 -04:00
Preston 4392f96b42
Merge pull request #81 from GilgusMaximus/master
Localization of 'Published x y ago' strings
2020-08-18 17:12:09 -04:00
Preston b87bf0fe93 Break text for extremely long titles with no space 2020-08-18 17:01:01 -04:00
Preston 0f59c42462 Merge branch 'master' of github.com:FreeTubeApp/FreeTube-Vue 2020-08-18 16:51:58 -04:00
Preston 38714bdb29 Update Dependencies and update localization logic for X views 2020-08-18 16:49:51 -04:00
Luca 3479442259 For JetBrains IDEs 2020-08-18 21:42:32 +02:00
Luca d4a3d35734 Local API Publication Strings, Localization Files 2, Live and Upcoming
videos
Added:
1) Local API Publication Strings - When using the local API, the
correctly translated strings stating how much time since publication has
passed are displayed
2) Localization Files 2 - Added additional strings for upcoming videos
as well as the missing strings to the third translation marked as
missing

Fixed:
Live and Upcoming videos - Livestreams were not handled before but are
now correctly implemented. Upcoming videos have a dummy string until the
relevant data is provided by the scraper
2020-08-18 21:37:43 +02:00
Luca 91bcf52dab Video publication string, Localization files
Added:
1) video publication string - The code now creates a correctly
translated string for the info on how far back the publication was
2) Localization files - Added the required template string as well as
the unit for second and seconds to the yaml files to be able to utilize
them in 1)
2020-08-18 20:32:01 +02:00
Mykyta Poturai 5bc2e70e88 Refactor popular page 2020-08-18 18:51:56 +03:00
Luca 2e8fc9da87 Merge 2020-08-18 13:33:19 +02:00
Preston 733c1ff23d
Update README.md 2020-08-17 22:19:47 -04:00
Preston c5252a3e78
Translated using Weblate (Portuguese (Portugal))
Currently translated at 98.5% (270 of 274 strings)

Translation: Free Tube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/pt_PT/
2020-08-18 04:08:42 +02:00
Preston 1d911fb263
Translated using Weblate (German)
Currently translated at 100.0% (274 of 274 strings)

Translation: Free Tube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/de/
2020-08-18 04:08:42 +02:00
Preston f01982ca5d Update Locales 2020-08-17 22:02:31 -04:00
Preston a83308bb30 Update Base Locale 2020-08-17 22:00:28 -04:00
Preston 8ee1ef8290 Update base locale 2020-08-17 21:58:51 -04:00
Preston 6fe02a61b2 Update Base Locale 2020-08-17 21:47:57 -04:00
Preston 21a92207a0 Update base locale 2020-08-17 21:44:56 -04:00
Preston 224d6e75a4
Translated using Weblate (Portuguese (Portugal))
Currently translated at 99.2% (272 of 274 strings)

Translation: Free Tube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/pt_PT/
2020-08-18 03:39:07 +02:00
Preston e2e56d63de Update video player styling 2020-08-17 17:55:50 -04:00
Luca 636ea102a8 Fixed size of subtitle translations submenu, so that it is wide enough to display every translation completely 2020-08-17 17:13:12 +02:00
Preston 46fdacf3a7 Fix view counter for video lists 2020-08-16 18:24:07 -04:00
Preston f041910172 Finish implementation of local storyboards logic 2020-08-16 18:11:44 -04:00
Preston 2f939182dc
Merge pull request #78 from GilgusMaximus/Storyboards
Local Storyboard extraction and VTT File Generation
2020-08-16 17:25:01 -04:00
Luca 4cf59c7cf2 Removed debug my directory 2020-08-16 20:30:21 +02:00
Preston e68b57bfdb
Merge pull request #73 from d43m0nhLInt3r/patch-5
added new strings & replaced some strings
2020-08-16 14:29:47 -04:00
Luca 15d5180d87 Removed .idea 2020-08-16 20:29:19 +02:00
Preston ceac45b265
Merge pull request #76 from Hiers/master
Added portuguese localisation.
2020-08-16 14:25:31 -04:00
Preston c3434b1847
Merge pull request #75 from d43m0nhLInt3r/patch-7
corrected license
2020-08-16 14:24:45 -04:00
Preston 77364ddce0
Merge pull request #74 from d43m0nhLInt3r/patch-6
fixed license again
2020-08-16 14:23:11 -04:00
Luca a7efe66d21 VTT file generation, Number leading zero padding
Added:
1) VTT file generation - After the extraction of the storyboard data, a
VTT file according to the format of Invidious is generated and returned
as a string
2) Number leading zero padding - Added a function to pad a number with
leading zeros as a string in order to follow the structure of the
2020-08-15 13:03:30 +02:00
Luca 0e3221c329 Delegate creation of VTT generation to new function as well as useful information about the values of the url 2020-08-14 19:55:25 +02:00
Luca 02894ddda3 Removed unnecessary dependencies 2020-08-13 23:27:23 +02:00
Luca b0e75f2e44 Storyboards:
Added:
Storyboards - Added the storyboards URL generation and extarction
2020-08-13 23:24:58 +02:00
Luca 07db5c5759 Merge branch 'master' of git://github.com/FreeTubeApp/FreeTube-Vue
Merge with Watch.Js
2020-08-13 23:24:10 +02:00
Preston 306335ab16 Have channel toast messages show up again 2020-08-13 14:21:25 -04:00
Mykyta Poturai 739dddf74c Add caching for popular videos
Also add the button to refresh the cache
2020-08-13 17:26:20 +03:00
Hiers 75308e4b7c Added portuguese localisation. 2020-08-13 10:02:11 +01:00
d43m0nhLInt3r a23ceaa5e0
Update de-DE.yaml 2020-08-12 21:40:19 +02:00
d43m0nhLInt3r 80062f3f9d
Update static/locales/de-DE.yaml
Co-authored-by: Luca Hohmann <34301369+GilgusMaximus@users.noreply.github.com>
2020-08-12 21:34:24 +02:00
d43m0nhLInt3r 6ff2db3a1b
corrected license 2020-08-12 19:37:06 +02:00
Preston 62c588dad6 Fix package-lock.json 2020-08-12 09:42:49 -04:00
Luca a25ae08b80 Fixed merge conflicts 2020-08-12 14:00:29 +02:00
d43m0nhLInt3r 069817fd0d
fixed license again 2020-08-12 07:09:36 +02:00
d43m0nhLInt3r 75ad99f424
added new strings & replaced some strings 2020-08-12 07:08:28 +02:00
Preston 287739de7c Add More Locale Strings to Both the locales file and the app 2020-08-11 23:26:49 -04:00