Commit graph

216 commits

Author SHA1 Message Date
Lexito bf8fded0c7
Merge branch 'wukko:current' into current 2022-07-30 08:37:30 -04:00
lexito-o b853bf5901 added french localization 2022-07-30 08:35:04 -04:00
wukko e19837417b removed mobile user agent because douyin doesnt need it 2022-07-30 17:36:18 +06:00
wukko e9a67e1f48 added support for douyin
- full support for douyin (no watermark)
- fixed up some tiktok stuff in the module
2022-07-30 16:58:14 +06:00
wukko 22c16b2fc8 implemented esbuild and cleaned up stuff
cobalt should now load even faster
2022-07-30 15:01:54 +06: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 1509046680 tiktok is back! (fix)
- added support for tiktok (images won't work, they're only accessible through the app)
- hopefully main input bar is now not rounded on ios, i fucking hate apple
- if service is not supported, a correlating error will appear, not generic one
- removed duplicates from config that are present in package json already
- tiny bit of clean up
- fixed weird redirect issue that broke downloads from some tiktok share links
2022-07-28 22:20:18 +06:00
wukko 1b4872c1de tiktok is back!
- added support for tiktok (images won't work, they're only accessible through the app)
- hopefully main input bar is now not rounded on ios, i fucking hate apple
- if service is not supported, a correlating error will appear, not generic one
- removed duplicates from config that are present in package json already
- tiny bit of clean up
2022-07-28 22:03:17 +06: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
wukko 8d275b0213 reddit is back!
- fixed reddit support (i had no idea older posts had a different naming pattern for media files)
- improved russian localisation
- now frontend handles more unexpected api errors in case something goes absolutely wrong
2022-07-22 14:05:36 +06:00
wukko 99cf7a238c fixed russian localisation grammar 2022-07-17 19:39:42 +06:00
wukko d08af58b11 it's all about you and your native language!
- finally cleaned up localisation (now i18n)
- made localisation strings easier to read and understand
- removed static selected language in service modules
- added support for russian language (привет-привет)
- it's now extremely easy to add support for more languages. just copy en folder in i18n and start translating strings. pull requests for adding languages are more than welcome.
2022-07-17 18:58:51 +06:00
wukko 299fe6336b got rid of dash in file names 2022-07-17 17:21:51 +06:00
wukko 67223b3acd internal changes only
- remade config module
- renamed loc to i18n because that's what all developers do
- moved code to src to make repo look cleaner
- fixed some i18n strings
2022-07-17 17:08:49 +06:00