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
|
@ -4184,6 +4184,7 @@ void Game::showPauseMenu()
|
|||
<< strgettext("- Creative Mode: ") << creative << "\n";
|
||||
if (!simple_singleplayer_mode) {
|
||||
const std::string &pvp = g_settings->getBool("enable_pvp") ? on : off;
|
||||
//~ PvP = Player versus Player
|
||||
os << strgettext("- PvP: ") << pvp << "\n"
|
||||
<< strgettext("- Public: ") << announced << "\n";
|
||||
std::string server_name = g_settings->get("server_name");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue