Need to brak down this massive chunk. https://fe.soapbox.pub/report.html
Conversation
Notices
-
Embed this notice
Alex Gleason (alex@gleasonator.com)'s status on Monday, 25-Sep-2023 04:51:19 JST Alex Gleason -
Embed this notice
Tassoman (tassoman@orwell.fun)'s status on Monday, 25-Sep-2023 05:06:19 JST Tassoman we can shrink locales because most of them are bloated of English in the wrong place.
Because of previous semi-manual compilation.
So, turns out you have English in Greek, for example.In conversation permalink Alex Gleason likes this. -
Embed this notice
Alex Gleason (alex@gleasonator.com)'s status on Monday, 25-Sep-2023 05:08:30 JST Alex Gleason @tassoman for (const [key, englishMsg] of Object.entries(enJson)) { for (const language of languages) { if (language[key] === englishMsg) { delete language[key]; } } } In conversation permalink -
Embed this notice
Alex Gleason (alex@gleasonator.com)'s status on Monday, 25-Sep-2023 05:56:26 JST Alex Gleason @tassoman Isn't weblate just a git repo? Should be able to push to it. In conversation permalink -
Embed this notice
Tassoman (tassoman@orwell.fun)'s status on Monday, 25-Sep-2023 05:56:27 JST Tassoman Must be done inside weblate administration. I started doing that, months ago, but now I forgot the sequence. You can see in the graphs.
https://hosted.weblate.org/widgets/soapbox-pub/#horizontalIn conversation permalink Attachments
-
Embed this notice
Tassoman (tassoman@orwell.fun)'s status on Monday, 25-Sep-2023 06:09:24 JST Tassoman No way, GIT export is read only. Otherwise I’ve already done. https://docs.weblate.org/en/latest/admin/optionals.html#usage
export / edit / import feature it’s ok. Maybe using your routine, can be only “import” procedure … Need to check
In conversation permalink Attachments
Alex Gleason likes this. -
Embed this notice
Tassoman (tassoman@orwell.fun)'s status on Monday, 25-Sep-2023 06:09:26 JST Tassoman I was using export / edit / import feature
https://docs.weblate.org/en/latest/user/files.html
Maybe can be checked out using personal account’s apikey, see: profile settings 🤔
I don’t want to mes-sup things 🍲In conversation permalink Attachments
-
Embed this notice