Component Translated Unfinished Unfinished words Unfinished characters Untranslated Checks Suggestions Comments
Command line interface AGPL-3.0-or-later 76% 175 1,587 9,964 131 55 4 0
Glossary Astronomy glossary AGPL-3.0-or-later 56% 125 132 793 125 0 0 0

Summary

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 maintainers1 User avatar Deuchnord
03/25/2026

String statistics

Strings percent Hosted strings Words percent Hosted words Characters percent Hosted characters
Total 1,046 5,807 36,773
Source 102 578 3,660
Translated 71% 746 70% 4,088 70% 26,016
Needs editing 4% 44 7% 458 7% 2,873
Read-only 9% 102 9% 578 9% 3,660
Failing checks 5% 55 4% 268 4% 1,717
Strings with suggestions 1% 4 1% 15 1% 72
Untranslated strings 24% 256 21% 1,261 21% 7,884

Quick numbers

5,807
Hosted words
1,046
Hosted strings
71%
Translated
2
Components
11
Languages
21
Translations
3
Screenshots
and previous 30 days

Trends of last 30 days

Hosted words
+100%
Hosted strings
+100%
Translated
+71%
Contributors
User avatar webhook:github

Repository merged

Repository merged

Original revision: 53d1ebe51205964d8567c34ca81863036029f0ee
New revision: e5227c90ee94925b36d6e77de5fbb27f403b6d56 04/13/2026
User avatar webhook:github

Repository notification received

GitHub: https://api.github.com/repos/Kosmorro/kosmorro, master 04/13/2026
User avatar webhook:github

Repository merged

Repository merged

Original revision: cdb47b0bff1ea0f0c26e893af01d74f279a43dfc
New revision: 53d1ebe51205964d8567c34ca81863036029f0ee 04/09/2026
User avatar webhook:github

Repository notification received

GitHub: https://api.github.com/repos/Kosmorro/kosmorro, master 04/09/2026
User avatar None

Alert triggered

Broken project website URL 03/26/2026
User avatar None

Alert triggered

Broken project website URL 03/26/2026
User avatar webhook:github

Repository merged

Repository merged

Original revision: 2f2f1fa75f536779f9e395537db6c0ec3f649b0a
New revision: cdb47b0bff1ea0f0c26e893af01d74f279a43dfc 03/12/2026
User avatar webhook:github

Repository notification received

GitHub: https://api.github.com/repos/Kosmorro/kosmorro, master 03/12/2026
User avatar webhook:github

Repository merged

Repository merged

Original revision: 4624af4a0825af124d0dc7e1eb5dd770be6dbd4d
New revision: 2f2f1fa75f536779f9e395537db6c0ec3f649b0a 03/06/2026
User avatar webhook:github

Repository notification received

GitHub: https://api.github.com/repos/Kosmorro/kosmorro, master 03/06/2026
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.

05/25/2021
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.

05/20/2021
Browse all project changes