From 1c9001ad218fb58a9f8c1d27e8fcdf52c17d9177 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Thu, 23 Feb 2023 12:53:03 +1100 Subject: [PATCH] docs: add TRANSLATION.md --- README.md | 2 +- docs/other/TRANSLATION.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/other/TRANSLATION.md diff --git a/README.md b/README.md index 6a2e9cc00d..5857b2d898 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ cleanup, testing, or code reviews, is very much encouraged to do so. To join, just raise your hand on the InvokeAI Discord server (#dev-chat) or the GitHub discussion board. -If you'd like to help with localization, please register on [Weblate][translation status link]. If you want add a new language, please let us know which language and we will add it to the Weblate project. +If you'd like to help with translation, please see our [translation guide](docs/other/TRANSLATION.md). If you are unfamiliar with how to contribute to GitHub projects, here is a diff --git a/docs/other/TRANSLATION.md b/docs/other/TRANSLATION.md new file mode 100644 index 0000000000..9bd288499f --- /dev/null +++ b/docs/other/TRANSLATION.md @@ -0,0 +1,19 @@ +# Translation + +We are now using [Weblate](https://weblate.org) to translate InvokeAI. Weblate is a FOSS project providing a scalable translation service. Using Weblate automates the tedious parts of managing translation of a growing project and provides their service for free for FOSS projects like InvokeAI. + +## Contributing + +If you'd like to contribute by adding or updating a translation, please visit our [Weblate project](https://hosted.weblate.org/engage/invokeai/). You'll need to sign in with your GitHub account (a number of other accounts are supported, including Google). + +Once signed in, select a language and then the Web UI component. From here you can Browse and Translate strings from English to your chosen language. Zen mode offers a simpler translation experience. + +Your changes will be attributed to you in the automated PR process; you don't need to do anything else. + +## Help & Questions + +Please check Weblate's [documentation](https://docs.weblate.org/en/latest/index.html) or ping @psychedelicious or @blessedcoolant on Discord if you have any questions. + +## Thanks + +Thanks to the InvokeAI community for their efforts to translate the project!