Browse Source

Update Crowdin URL

tags/v2.11.0-rc1
Valentin Lorentz 1 year ago
parent
commit
4208e11571
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      CHANGELOG.md
  2. 1
    1
      DEVELOPING.md
  3. 1
    1
      docs/MANUAL.md

+ 1
- 1
CHANGELOG.md View File

@@ -1089,7 +1089,7 @@ Thanks to [slingamn](https://github.com/slingamn) for a lot of heavy lifting thi
1089 1089
 ## [0.11.0] - 2018-04-15
1090 1090
 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.
1091 1091
 
1092
-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.
1092
+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.
1093 1093
 
1094 1094
 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.
1095 1095
 

+ 1
- 1
DEVELOPING.md View File

@@ -170,7 +170,7 @@ In addition, throughout most of the codebase, if a string is created using the b
170 170
 
171 171
 ## Updating Translations
172 172
 
173
-We support translating server strings using [CrowdIn](https://crowdin.com/project/oragono)! To send updated source strings to CrowdIn, you should:
173
+We support translating server strings using [CrowdIn](https://crowdin.com/project/ergochat)! To send updated source strings to CrowdIn, you should:
174 174
 
175 175
 1. `cd` to the base directory (the one this `DEVELOPING` file is in).
176 176
 2. Install the `pyyaml` and `docopt` deps using `pip3 install pyyamp docopt`.

+ 1
- 1
docs/MANUAL.md View File

@@ -391,7 +391,7 @@ To change to a specific language, you can use the `LANGUAGE` command like this:
391 391
 
392 392
 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.
393 393
 
394
-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)
394
+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)
395 395
 
396 396
 
397 397
 ## Multiclient ("Bouncer")

Loading…
Cancel
Save