Component Translated Unfinished Unfinished words Unfinished characters Untranslated Checks Suggestions Comments
Command line interface AGPL-3.0 78% 115 1,084 6,679 85 13 0 1
Glossary Astronomy glossary AGPL-3.0 57% 53 53 399 53 0 0 0

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
3 weeks ago

String statistics

Strings percent Hosted strings Words percent Hosted words Characters percent Hosted characters
Total 670 4,014 25,264
Source 82 500 3,145
Translated 74% 502 71% 2,877 71% 18,186
Needs editing 4% 30 6% 258 6% 1,633
Read-only 10% 68 12% 486 12% 3,041
Failing checks 1% 13 1% 16 1% 108
Strings with suggestions 0% 0 0% 0 0% 0
Untranslated strings 20% 138 21% 879 21% 5,445

Quick numbers

4,014
Hosted words
670
Hosted strings
74%
Translated
and previous 30 days

Trends of last 30 days

Hosted words
+100%
Hosted strings
+100%
Translated
+74%
Contributors
Language Translated Unfinished Unfinished words Unfinished characters Untranslated Checks Suggestions Comments
English 0 0 0 0 0 0 0
Czech 0% 14 14 104 14 0 0 0
Dutch 73% 22 209 1,276 2 6 0 0
French 0 0 0 0 0 0 0
German 0 0 0 0 0 0 0
Norwegian Bokmål 34% 54 421 2,625 45 6 0 0
Romanian 62% 31 100 657 31 0 0 0
Russian 42% 47 393 2,416 46 1 0 1
Spanish 0 0 0 0 0 0 0
User avatar None

Changes pushed

Changes pushed 2 weeks ago
User avatar None

Repository rebased

Repository rebased

Original revision: 0bb8c742aa598e953232030a5ab18f1563d62651
New revision: 16a8d8cbedcce83b125a5a77c30a191b9bd0b84b 2 weeks ago
User avatar None

Repository notification received

GitHub: https://github.com/Kosmorro/kosmorro, master 2 weeks ago
User avatar None

Changes pushed

Changes pushed 3 months ago
User avatar None

Repository rebased

Repository rebased

Original revision: c80e5933002f7657198910d6a73788135d43a275
New revision: 0bb8c742aa598e953232030a5ab18f1563d62651 3 months ago
User avatar None

Repository notification received

GitHub: https://github.com/Kosmorro/kosmorro, master 3 months ago
User avatar None

Changes pushed

Changes pushed 4 months ago
User avatar None

Repository rebased

Repository rebased

Original revision: 95ce61a23a91987ed43622ebaf74b8ce75152d2f
New revision: c80e5933002f7657198910d6a73788135d43a275 4 months ago
User avatar None

Repository notification received

GitHub: https://github.com/Kosmorro/kosmorro, master 4 months ago
User avatar None

Changes pushed

Changes pushed 4 months ago
Browse all project changes
User avatar Deuchnord

Announcement posted

Strings for the future version 0.10 are now available for translation!

Deep improvements have been made in this future version, and some strings have been changed too to make sure they have the expected meaning.

Version 0.10 should be released on Sunday May 30, 2021. In the meantime, please take some time to update the translations that need review.

3 years ago
User avatar Deuchnord

Announcement posted

Strings for the future version 0.10 are now available for translation!

Deep improvements have been made in this future version, and some strings have been changed too to make sure they have the expected meaning. Version 0.10 should be released on Saturday May 29, 2021. In the meantime, please take some time to update the translations that need review.

3 years ago
Browse all project changes