Update Matrix room URI #132

Merged
KitaitiMakoto merged 2 commits from plume/documentation:matrix-room into main 2 years ago

@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.4)
activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@ -21,9 +21,9 @@ GEM
dotenv (2.7.6)
erubis (2.7.0)
execjs (2.8.1)
fast_blank (1.0.0)
fast_blank (1.0.1)
fastimage (2.2.5)
ffi (1.15.3)
ffi (1.15.4)
haml (5.2.2)
temple (>= 0.8.0)
tilt
@ -86,7 +86,7 @@ GEM
padrino-support (= 0.15.1)
tilt (>= 1.4.1, < 3)
padrino-support (0.15.1)
parallel (1.20.1)
parallel (1.21.0)
parslet (2.0.0)
public_suffix (4.0.6)
rack (2.2.3)
@ -96,7 +96,7 @@ GEM
ffi (~> 1.0)
redcarpet (3.5.1)
rexml (3.2.5)
rouge (3.26.0)
rouge (3.26.1)
sassc (2.4.0)
ffi (~> 1.9)
servolux (0.13.0)
@ -127,4 +127,4 @@ DEPENDENCIES
webrick
BUNDLED WITH
2.2.25
2.2.29

@ -10,7 +10,7 @@
<a href="https://git.joinplu.me/Plume/Plume">Source code</a>
</li>
<li>
<a href="https://riot.im/app/#/room/#plume:disroot.org">Chat room</a>
<a href="https://matrix.to/#/#plume-blog:matrix.org">Chat room</a>
</li>
</ul>
</nav>

@ -163,7 +163,7 @@ If it is not, ask someone who has access to the Crowdin API key (like a Crowdin
To find a manager, look at the list [in the sidebar of this page](https://crowdin.com/project/plume).
These people are managers because they were involved enough in the project, and especially in the translation process.
If you want to become a manager on Crowdin too, ask us [on Matrix](https://matrix.to/#/#plume:disroot.org).
If you want to become a manager on Crowdin too, ask us [on Matrix](https://matrix.to/#/#plume-blog:matrix.org).
Then, in `src/main.rs` and `plume-front/src/main.rs`, add the code corresponding to the language in the `init_i18n!` macro.
If you don't know the code for the language: it is the name of the `.po` file, without the extension.

@ -14,7 +14,7 @@ with, maybe we speak it too, and even if we don't we will find ways to talk with
Matrix is federated chat (but it doesn't use ActivityPub 😛). If you don't have an account yet, you
can find an instance [here](https://www.hello-matrix.net/public_servers.php) (if you don't know which one to choose, just go for matrix.org).
Once you created an account, open [this link to join `#plume:disroot.org`](https://riot.im/app/#/room/#plume:disroot.org). And you are done!
Once you created an account, open [this link to join `#plume-blog:matrix.org`](https://matrix.to/#/#plume-blog:matrix.org). And you are done!
This place is the best one to give feedback or to ask for help if you encounter issues while using Plume, or while contributing for example.

@ -30,13 +30,11 @@ We use Crowdin to translate Plume's projects.
## Matrix
**[Group: +plume:disroot.org](https://app.element.io/#/group/+plume:disroot.org)**
**[Group: +plume-blog:matrix.org](https://matrix.to/#/#plume-blog:matrix.org)**
**[Main room: #plume:disroot.org](https://app.element.io/#/room/#plume:disroot.org)**
**[Main room: #plume-blog:matrix.org](https://matrix.to/#/#plume-blog:matrix.org)**
**[Developers: #plume-dev:disroot.org](https://app.element.io/#/room/#plume-dev:disroot.org)**
**[Translators: #plume-i18n:disroot.org](https://app.element.io/#/room/#plume-i18n:disroot.org)**
**[Developers: #plume-dev:matrix.org](https://matrix.to/#/#plume-dev:matrix.org)**
Matrix is our main discussion and support channel. We also make announcements about the project here, so you can join it
to stay tuned.

Loading…
Cancel
Save