From df3d8db50ca2ccaec1a4f6a5f53b4519c9c37371 Mon Sep 17 00:00:00 2001 From: Roman PARYGIN Date: Wed, 11 Feb 2026 13:08:00 +0300 Subject: [PATCH 1/2] New translations contributing.md (Russian) --- docs/ru/CONTRIBUTING.MD | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/ru/CONTRIBUTING.MD diff --git a/docs/ru/CONTRIBUTING.MD b/docs/ru/CONTRIBUTING.MD new file mode 100644 index 0000000..8e6043a --- /dev/null +++ b/docs/ru/CONTRIBUTING.MD @@ -0,0 +1,15 @@ +We use Crowdin to localize our documentation. This helps us keep translations up to date without needing to edit the code directly. + +How to contribute: + + ``` + Visit our project page on Crowdin. + + Select a language you are proficient in. + + Start translating the available strings. You can also vote on translations provided by other contributors. + + Once translations are ready, they will be automatically submitted to this repository via a Pull Request. + + Note: Please do not submit translation Pull Requests directly on GitHub. All text changes should be handled through Crowdin to prevent synchronization conflicts. + ``` From e0b489caf0c99f9cf1c58d0b894d906bb0eb1aaf Mon Sep 17 00:00:00 2001 From: Roman PARYGIN Date: Wed, 11 Feb 2026 13:08:01 +0300 Subject: [PATCH 2/2] New translations contributing.md (Franconian) --- docs/fr/CONTRIBUTING.MD | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/fr/CONTRIBUTING.MD diff --git a/docs/fr/CONTRIBUTING.MD b/docs/fr/CONTRIBUTING.MD new file mode 100644 index 0000000..8e6043a --- /dev/null +++ b/docs/fr/CONTRIBUTING.MD @@ -0,0 +1,15 @@ +We use Crowdin to localize our documentation. This helps us keep translations up to date without needing to edit the code directly. + +How to contribute: + + ``` + Visit our project page on Crowdin. + + Select a language you are proficient in. + + Start translating the available strings. You can also vote on translations provided by other contributors. + + Once translations are ready, they will be automatically submitted to this repository via a Pull Request. + + Note: Please do not submit translation Pull Requests directly on GitHub. All text changes should be handled through Crowdin to prevent synchronization conflicts. + ```