The issue was caused by incorrect handling of the `i18n.global.locale` value in the Composition API.
When using `createI18n` with `legacy: false`, `i18n.global.locale` is a reactive ref.
Assigning directly with `i18n.global.locale = lang;` breaks reactivity.
The correct usage is : `i18n.global.locale.value = lang;`.
However, this assignment was unnecessary because the value is already updated automatically when the language changes.
All scripts using `const { locale } = useI18n({ useScope: "global" });` are updated to use `locale.value` instead of just `locale`, to ensure correct reactive behavior.
Fixes: #1597, #1772, and possibly other related issues.
Mobilizon is your federated organization and mobilization platform. Gather people with a convivial, ethical, and emancipating tool.
2017 - 2024 Developed with ♥ by Framasoft
Introduction
Mobilizon is a tool designed to create platforms for managing communities and events. Its purpose is to help as many people as possible to free themselves from Facebook groups and events, from Meetup, etc.
The Mobilizon software is under a Free licence, so anyone can host a Mobilizon server, called an instance. These instances may federate with each other, so any person with an account on ExampleMeet will be able to register to an event created on SpecimenEvent.
✨ Features
👤 Identities
Do you want to separate your family gatherings from your associative activities or militant mobilizations? You will have the power to create multiple identities from the same account, like so many social masks.
📅 Events and groups
Create your events and make sure they will appeal to everybody. Privacy settings and participants roles are supported. There's no lock-in, you can interact with the event without registration.
Contributing
We appreciate any contribution to Mobilizon. Check our contributing page for more information.
Links
Learn more
- 🌐 Official website: https://joinmobilizon.org
- 🔢 Pick an instance https://mobilizon.org
- 💻 Source: https://framagit.org/framasoft/mobilizon
- 📜 Documentation https://docs.joinmobilizon.org
- A summarized description of structure of sources is done in
docs/dev.md
- A summarized description of structure of sources is done in
Discuss
- 💬 Element/Matrix: https://matrix.to/#/#Mobilizon:matrix.org
- 🗣️ Forum: https://framacolibri.org/c/mobilizon
Follow
- 🐘 Mastodon: https://framapiaf.org/@mobilizon
- 🐦 Twitter https://twitter.com/@joinmobilizon
Note: Most federation code comes from Pleroma, which is Copyright © 2017-2018 Pleroma Authors - AGPL-3.0.
❤️ Supports of our crowdfunding
We have run a crowdfunding campaign to pave the road to the version 1.0.0 of Mobilizon. Thanks to everyone who pitched in and shared the news around! The list of everyone who donated is available here.