Software crafter and digital punker keen on open source, iOS and Android apps. Interested in software ecodesign, privacy and accessibility too. pylapersonne.info
Whatever the solution behind is, if you have the resources, move to something self-hosted. Open core or not, if that topic matters to you, you might need something you can own and control. BTW, have a look on Forgejo, Codeberg and Gitea: these are the solutions I see when people look for something FLOSS, not open core, and maybe self-hostable.
It depends of the project in fact. You should reach the community and maintainers by joining them in their Discord / Slack / Matrix / whatever. They may be able to help you.
You can create first an issue, asking for improvements and create a discussion airy the maintainers so as to know which languages are not managed yet and if they are interested in new support. Explains also why you can bring good translations (e.g. native speaker, teacher, etc). It sill help to bring confidence.
Then create a pull / merge request with the updated files. For example, strings.xml ob Android, .strings in iOS, etc. But beware, localisation is not only a matter of translations. You may have also to support new languages and formats for figures, currencies, or dates for example.
Do not use translations services. Project maintainers are able to use them, and in plenty of cases the translations are not good at all or loose details.
I would have said in fact Matrix or XMPP-based solutions but it seems you already have spotted them. Maybe Mattermost?
It seems yet Bluesky has an Android app according to their GitHub repository (https://github.com/bluesky-social/social-app). However indeed nothing mentioned about F-Droid ; maybe some alternative Mastodon clients can also deal with Bluesky?
GitLab because for CI/CD is it far, far much user friendly and comfortable to use with GitLab CI compared to GitHub Actions and flows.
In addition I can integrate templates for CI/CD pipelines already defined with the To Be Continuous project (which is open source).
That is the reason why some developers are “full stack”. All computers are stacked 🤪
Yes you should definitely check before whether or not the device is supported. You can find it for LineageOS here: https://wiki.lineageos.org/devices/
You may also have a look on /e/OS: https://doc.e.foundation/devices
Yeah, reach the FSF like explained in previous comments. Or maybe contact some attorney if it matters because you may face expensive litigations… Big companies are not friendly. Or maybe contact the SFC (https://sfconservancy.org/).
Interesting. Thank you for sharing, didn’t know openhub!
Why did you say Write Freely seems to be dead? According to their GitHub organisation repositories, the backend has a release tagged 4 months ago and the iOS app 3 months ago.
Why not using Firefox, Firefox Focus or Brave?
The disappearance of all these tech peacocks and web turkeys who focus on their number of followers and the quantity of talks rather than quality. The dev rel advocates made the atmosphere toxic
Nice, thank you 😁
Nice! Which app do you use for moderation?
Hi! Thank you a lot 😁 I never moderated such spaces in Lemmy but if you need help to do it it would be with great pleasure I help you 😊 Keep me in touch 😁
I like it!
About the URL I asked Ategon one Discord and he/she explained me it wasn’t mandatory. About the display name I agree, what do you think about “accessibility” or “digital_accessibility”?
Feel free to share your feedback to the team behind the project, they are awesome 😄
BTW I hope any project won’t increase the Z version only by including Dependabot commits, it would be insane. Release must be documented, tested, with CHANGELOG updated. If some maintainers just accept Dependabot commits without checking, move away. That’s just simple crappy auto-merge.