Overview

Project website kosmorro.space
Instructions for translators

Should Kosmorro's name be translated?

No. The name Kosmorro has been chosen in such a way it should be pronounceable no matter your language. It should also be written with Latin characters, even if the target language uses another characters set. Note that you may still adapt the name to comply with the target language grammar (e.g., in German, clear Kosmorro's cache becomes Kosmorros Cache löschen, because German grammar requires an s suffix to be appended to proper nouns in possessive mode).

How do I translate the yes/no (yN) questions?

First, you will need to check that Python's locale module has translations for that in the target locale: open a terminal, invoke Python and write the following commands:

>>> import locale
>>> locale.setlocale(locale.LC_ALL, 'fr_FR.UTF-8') # Replace 'fr-FR' with your locale
'fr-FR.UTF-8'
>>> locale.nl_langinfo(locale.YESEXPR)
'^[oOyY].*' # This is the regular expression that will validate a "yes" answer
>>> locale.nl_langinfo(locale.NOEXPR)
'^[nN].*' # This is the regular expression that will validate a "no" answer

All you have to do now is to extract the characters that correspond to your language (here, it is o and N). If Python only gives the English alternatives, it means it does not supported it for now. In this case, the yN has to be used by default.

Project maintainers User avatar Deuchnord
Translation license GNU Affero General Public License v3.0 or later
Translation process
  • Translations can be made directly.
  • Translation suggestions can be made.
  • Any authenticated user can contribute.
  • The translation uses bilingual files.
Source code repository https://github.com/Kosmorro/kosmorro
Repository branch master
Last remote commit chore(deps-dev): bump pytest from 8.3.1 to 8.3.4 cf30f03
dependabot[bot] authored a month ago
Last commit in Weblate chore(i18n): update Tamil translation 1e7fc4e
User avatar TamilNeram authored 3 weeks ago
Weblate repository https://hosted.weblate.org/git/kosmorro/cli/
File mask kosmorro/locales/*/LC_MESSAGES/messages.po
Translation file Download kosmorro/locales/ru/LC_MESSAGES/messages.po
Last change May 26, 2024, 11:25 a.m.
Last change made by None
Language Russian
Language code ru
Text direction Left to right
Case sensitivity Case-sensitive
Number of speakers 193,498,207
Number of plurals 3
Plural type One/few/many
Plurals One 1, 21, 31, 41, 51, 61, 71, 81, 91, 101, …
Few 2, 3, 4, 22, 23, 24, 32, 33, 34, 42, …
Many 0, 5, 6, 7, 8, 9, 10, 11, 12, 13, …
Plural formula (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)
6 days ago

String statistics

Strings percent Hosted strings Words percent Hosted words Characters percent Hosted characters
Total 68 486 3,041
Translated 45% 31 21% 103 23% 705
Needs editing 1% 1 1% 7 2% 74
Read-only 0% 0 0% 0 0% 0
Failing checks 1% 1 1% 4 1% 42
Strings with suggestions 0% 0 0% 0 0% 0
Untranslated strings 52% 36 77% 376 74% 2,262

Quick numbers

0
Hosted words
0
Hosted strings
0%
Translated
and previous 30 days

Trends of last 30 days

Hosted words
+100%
Hosted strings
+100%
Translated
+45%
Contributors
User avatar None

Resource updated

The “kosmorro/locales/ru/LC_MESSAGES/messages.po” file was changed. 8 months ago
User avatar None

Changes committed

Changes committed 10 months ago
User avatar Deuchnord

Translation changed

10 months ago
User avatar Deuchnord

Comment added

Emptying this translation, because it didn't seem to match the original value:

Дата {date} не соответствовать требуемому формату YYYY-MM-DD или ???

10 months ago
User avatar None

Resource updated

The “kosmorro/locales/ru/LC_MESSAGES/messages.po” file was changed. a year ago
User avatar None

Resource updated

The “kosmorro/locales/ru/LC_MESSAGES/messages.po” file was changed. a year ago
User avatar None

Resource updated

The “kosmorro/locales/ru/LC_MESSAGES/messages.po” file was changed. 2 years ago
User avatar None

String updated in the repository

 
2 years ago
User avatar None

String updated in the repository

 
2 years ago
User avatar None

String updated in the repository

 
2 years ago
Browse all translation changes