From 4208e11571e085737b1c3be175c79dd7baa563b9 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 11 Jun 2022 22:33:47 +0200 Subject: [PATCH] Update Crowdin URL --- CHANGELOG.md | 2 +- DEVELOPING.md | 2 +- docs/MANUAL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99fd48b7..7b23c046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1089,7 +1089,7 @@ Thanks to [slingamn](https://github.com/slingamn) for a lot of heavy lifting thi ## [0.11.0] - 2018-04-15 And v0.11.0 finally comes along! This release has been in the works for almost four months now, with an alpha and beta helping square away the issues. -We're adding a lot of features to improve debugging, better support international users, and make things better for network administrators. Among the new features, you can use the `LANGUAGE` command to set a custom server language (see our [CrowdIn](https://crowdin.com/project/oragono) to contribute), expose a debugging `pprof` endpoint, reserve nicknames with `NickServ`, and force email verification for new user accounts. On the improvements side we have a `CAP REQ` fix, and we now have a manual that contains a nice overview of Oragono's documentation. +We're adding a lot of features to improve debugging, better support international users, and make things better for network administrators. Among the new features, you can use the `LANGUAGE` command to set a custom server language (see our [CrowdIn](https://crowdin.com/project/ergochat) to contribute), expose a debugging `pprof` endpoint, reserve nicknames with `NickServ`, and force email verification for new user accounts. On the improvements side we have a `CAP REQ` fix, and we now have a manual that contains a nice overview of Oragono's documentation. If you have any trouble with this release, please let us know with an issue on our tracker, or by talking to us in `#oragono` on Freenode. diff --git a/DEVELOPING.md b/DEVELOPING.md index 6f04fe9f..507905f9 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -170,7 +170,7 @@ In addition, throughout most of the codebase, if a string is created using the b ## Updating Translations -We support translating server strings using [CrowdIn](https://crowdin.com/project/oragono)! To send updated source strings to CrowdIn, you should: +We support translating server strings using [CrowdIn](https://crowdin.com/project/ergochat)! To send updated source strings to CrowdIn, you should: 1. `cd` to the base directory (the one this `DEVELOPING` file is in). 2. Install the `pyyaml` and `docopt` deps using `pip3 install pyyamp docopt`. diff --git a/docs/MANUAL.md b/docs/MANUAL.md index 383b71f9..eeff2c21 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -391,7 +391,7 @@ To change to a specific language, you can use the `LANGUAGE` command like this: The above will change the server language to Romanian, with a fallback to Chinese. English will always be the final fallback, if there's a line that is not translated. Substitute any of the other language codes in to select other languages, and run `/LANGUAGE en` to get back to standard English. -Our language and translation functionality is very early, so feel free to let us know if there are any troubles with it! If you know another language and you'd like to contribute, we've got a CrowdIn project here: [https://crowdin.com/project/oragono](https://crowdin.com/project/oragono) +Our language and translation functionality is very early, so feel free to let us know if there are any troubles with it! If you know another language and you'd like to contribute, we've got a CrowdIn project here: [https://crowdin.com/project/ergochat](https://crowdin.com/project/ergochat) ## Multiclient ("Bouncer")