URL:
  <http://gna.org/bugs/?24306>

                 Summary: View-tab not translatable in QT client
                 Project: Freeciv
            Submitted by: mlinnaka
            Submitted on: Wed 13 Jan 2016 10:28:17 AM EET
                Category: client-qt
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
                 Release: 2.5
         Discussion Lock: Any
        Operating System: Any
         Planned Release: 

    _______________________________________________________

Details:

When playing Freeciv using QT client, name of the default "View" tab stays
"View" even if running with different language than English. For example in
Finnish it should be "Näkymä". Other tabs are translated fine.

Applies to 2.5, 2.6 and trunk. In 2.5-branch this can be fixed with following
change:

--- client/gui-qt/pages.cpp     (revision 31460)
+++ client/gui-qt/pages.cpp     (working copy)
@@ -632,7 +632,7 @@
 
   game_tab_widget->setMinimumSize(600,400);
   game_tab_widget->setTabsClosable(true);
-  add_game_tab(game_main_widget, "View");
+  add_game_tab(game_main_widget, _("?noun:View"));
 
   QObject::connect(game_tab_widget, SIGNAL(tabCloseRequested(int)),
                    SLOT(slot_close_widget(int)));





    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?24306>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to