diff --git a/README.md b/README.md index 7e591a4..442fe51 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,7 @@ Follow the [mdbook instructions](https://rust-lang.github.io/mdBook/guide/instal ## Formatting To format your markdown files, install [prettier](https://prettier.io), then run `prettier -w src` + +## Translations + +See [lemmy-docs-l10n](https://github.com/localizethedocs/lemmy-docs-l10n) to contribute translations. diff --git a/src/contributors/01-overview.md b/src/contributors/01-overview.md index f65f7eb..a8c6e95 100644 --- a/src/contributors/01-overview.md +++ b/src/contributors/01-overview.md @@ -21,6 +21,8 @@ You may notice different problems or potential improvements when using Lemmy. Yo Use [Weblate](https://weblate.join-lemmy.org/projects/lemmy/) to help translate Lemmy into different languages. +Use @localizethedocs's [Crowdin](https://localizethedocs.crowdin.com/lemmy-docs-l10n) to help translate these docs. + ### Programming and Design You can open a pull request to make changes to Lemmy. In case of bigger contributions it is recommended to discuss it in an issue first. See the next sections for instructions to compile and develop the projects. diff --git a/src/introduction.md b/src/introduction.md index 5d1144e..bb50268 100644 --- a/src/introduction.md +++ b/src/introduction.md @@ -1,5 +1,7 @@ # Introduction +[Translations of these docs](https://projects.localizethedocs.org/lemmy-docs-l10n/en-us/main/index.html) + Lemmy is a selfhosted, federated social link aggregation and discussion forum. It consists of many different communities which are focused on different topics. Users can post text, links or images and discuss it with others. Voting helps to bring the most interesting items to the top. There are strong moderation tools to keep out spam and trolls. All this is completely free and open, not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Federation is a form of decentralization. Instead of a single central service that everyone uses, there are multiple services that any number of people can use.