futurecoder icon indicating copy to clipboard operation
futurecoder copied to clipboard

Unnecesary translation `code_bits.__program_indented__`

Open oskarissimus opened this issue 2 years ago • 2 comments

why do we have ability to provide this translation, it seems like template sting that is only visible for devs but not for users, so why translate it?

msgid "code_bits.__program_indented__"
msgstr "__program_indented__"

its good that it gets caught in tests, but it seems it should be removed

oskarissimus avatar Nov 19 '23 23:11 oskarissimus

Yes, there's a few special terms like this that are generated automatically (by https://github.com/alexmojaki/futurecoder/blob/master/translations/generate_po_file.py) that shouldn't be translated and would ideally be removed, I just didn't bother because it was easy enough to copy the translation.

alexmojaki avatar Nov 20 '23 10:11 alexmojaki

Ok, I'll try to look into this :) thanks for showing starting point :)

oskarissimus avatar Nov 20 '23 12:11 oskarissimus