mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add comments for translators (#9510)
* Add translator comments for "special" strings * Add translator comments for some "tricky" strings
This commit is contained in:
parent
5c1b72544a
commit
625b100593
8 changed files with 30 additions and 0 deletions
|
@ -134,6 +134,8 @@ bool GUIModalMenu::preprocessEvent(const SEvent &event)
|
|||
return retval;
|
||||
|
||||
m_jni_field_name = field_name;
|
||||
/*~ Imperative, as in "Enter/type in text".
|
||||
Don't forget the space. */
|
||||
std::string message = gettext("Enter ");
|
||||
std::string label = wide_to_utf8(getLabelByID(hovered->getID()));
|
||||
if (label.empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue