Commit graph

82 commits

Author SHA1 Message Date
wukko f70128f4fc fix small issues 2022-09-01 19:51:18 +06:00
wukko a8b5555a1b added ability to download full audios from tiktok (3.3.5)
- it's now possible to download full audios from tiktok videos, you just have to turn that on in settings.
- tiktok audios are better in quality when it's possible to get exact audio used in video and not the full version of it.
- cleaned up the way user preference stuff is passed over between modules, should be way more flexible now.
- added audio ignore list to services config json instead of hardcoding it.
2022-08-23 20:43:56 +06:00
wukko 189ecf8fe7 soundcloud and tooltip and some other stuff (3.3) 2022-08-22 20:10:54 +06:00
wukko 869dab9d1f ukrainian localization and new error popup 2022-08-19 23:54:20 +06:00
wukko a8a4a78d2d russian loc fix 2022-08-16 19:30:05 +06:00
wukko a7ea766289 3.1 2022-08-16 16:31:41 +06:00
wukko e11ee6fb62 clean up 2022-08-16 13:14:19 +06:00
wukko b9042a8648 loc fix 2022-08-12 19:56:10 +06:00
wukko 54c14232d5 3.0
probably the biggest update in history of cobalt
2022-08-12 19:36:19 +06:00
wukko ee4d411a86
polish localization by hexandcube
merge pull request #15 from hexandcube/current
2022-08-04 18:40:54 +06:00
wukko 2212ea7dc8 just a clean up
- moved pattern testers out of match module (thanks you @radkii)
- button borders are now easier to see

the reason this commit exists is because i tried to implement a language picker and failed to do it properly so here we are
2022-08-04 17:22:40 +06:00
Hexandcube d59d97aaa0 added polish localization 2022-08-01 22:23:09 +01:00
wukko 6afa8448f8 Merge branch 'current' of https://github.com/wukko/cobalt into current 2022-08-01 21:49:06 +06:00
wukko c0289b6a8c basically new readme and more languages
- indonesian localization by @LyfeV
- rewrote readme
- added new line at the end for files that were missing it
2022-08-01 21:48:37 +06:00
Lyfe c98fd30914
Update id.json 2022-08-01 22:10:54 +07:00
wukko e9a95bb680
Update id.json 2022-08-01 20:47:13 +06:00
Lyfe b432b7c07f
Update id.json 2022-08-01 20:34:14 +07:00
Lyfe 83ede178d4
Update id.json 2022-08-01 20:23:32 +07:00
Lyfe 7c1bdf51c9
Update id.json 2022-08-01 20:12:36 +07:00
Lyfe e59bb88c20
Add files via upload 2022-08-01 20:04:03 +07:00
Lexito a3b1cf4f6f
Update fr.json 2022-07-30 13:47:35 -04:00
Lexito 64513e0c8c
Update fr.json 2022-07-30 13:41:37 -04:00
Lexito 8922217fbb
Update fr.json 2022-07-30 13:39:02 -04:00
Lexito fbbe9d1eff
Update fr.json 2022-07-30 13:37:11 -04:00
Lexito 83cb2e368c
Update fr.json 2022-07-30 13:18:17 -04:00
Lexito c3b9d383d8
Update fr.json 2022-07-30 09:14:26 -04:00
Lexito 7aa779b071
Update fr.json 2022-07-30 08:42:31 -04:00
lexito-o b853bf5901 added french localization 2022-07-30 08:35:04 -04:00
wukko 2e417a3c96 move spanish localization to correct folder 2022-07-30 13:48:13 +06:00
wukko b16eec47d6
fixed minor issues 2022-07-30 13:36:22 +06:00
adrigoomy 23119c8fa8
updated spanish localisation 2022-07-29 01:49:27 -04:00
wukko a4a9af6120 remade localization system once again
- new localization system: fast, dynamic, way more organized
- localization strings are WAY more descriptive
- it's now easier to add support for other languages (just one loc file instead of five)
- localization now falls back to english if localized string isnt available
- got rid of all static language selectors (probably)
- slightly updated english and russian strings
- miscellaneous settings items have been bundled together and moved to the bottom, cause they're used the least
- bottom links should no longer touch the popup border on overflow
- rearranged popup order in the rendered page
- bumped version up to 2.2.5

if you see strings that are like this: !!EXAMPLE!! or withoutspace please file an issue on github
2022-07-24 16:54:05 +06:00