From 56c5b546c79d7d82d15453dab2d5cb5eb790c74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Tue, 3 Jun 2025 13:28:54 -0300 Subject: [PATCH] :books: docs(readme): add russian to i18n thanks to @NotMephisto --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a304630..1847634 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,9 @@ You can see default bindings and usage information on the [Wiki/Usage] page! ## 🌐 Internationalization Colorshell supports i18n! The shell automatically matches the shell language with the system's, if available.
Currently, there's support for the following languages: -- English (United States), maintained by [@retrozinndev](https://github.com/retrozinndev) -- Português (Brasil), maintained by [@retrozinndev](https://github.com/retrozinndev) +- **English** (English, United States), maintained by [@retrozinndev](https://github.com/retrozinndev) +- **Português** (Portuguese, Brazil), maintained by [@retrozinndev](https://github.com/retrozinndev) +- **русский** (Russian), maintained by [@NotMephisto](https://github.com/NotMephisto) Don't see your language here? You can contribute and make translations too!
You can do so by forking this repository, translating the shell in your fork and then opening a pull request to this repository, simple as that!