Component Translated Unfinished Unfinished words Unfinished characters Untranslated Checks Suggestions Comments
Glossary Astronomy glossary AGPL-3.0 28% 10 10 80 10 0 0 0
Command line interface AGPL-3.0 45% 37 383 2,336 36 1 0 1

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 AGPL-3.0 Astronomy glossary Command line interface
3 days ago

String statistics

Strings percent Hosted strings Words percent Hosted words Characters percent Hosted characters
Total 82 500 3,145
Translated 42% 35 21% 107 23% 729
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 56% 46 77% 386 74% 2,342

Quick numbers

500
Hosted words
82
Hosted strings
42%
Translated
and previous 30 days

Trends of last 30 days

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

Changes committed

Changes committed 2 weeks ago
User avatar Deuchnord

Translation changed

2 weeks ago
User avatar Deuchnord

Comment added

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

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

2 weeks ago
User avatar None

Resource updated

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

Changes committed

Changes committed 10 months ago
User avatar None

Resource updated

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

Resource updated

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

String updated in the repository

 
a year ago
User avatar None

String updated in the repository

 
a year ago
User avatar None

String updated in the repository

 
a year ago
Browse all changes for this language