octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libgui/src/files-dock-widget.cc: unnecessary translated strings?


From: Andreas Weber
Subject: libgui/src/files-dock-widget.cc: unnecessary translated strings?
Date: Tue, 20 Sep 2016 09:59:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.8.0

Dear maintainers,

libgui/src/files-dock-widget.cc:82
  _columns_shown_keys.append (tr ("filesdockwidget/showFileSize"));
  _columns_shown_keys.append (tr ("filesdockwidget/showFileType"));
  _columns_shown_keys.append (tr ("filesdockwidget/showLastModified"));
  _columns_shown_keys.append (tr ("filesdockwidget/showHiddenFiles"));
  _columns_shown_keys.append (tr
("filesdockwidget/useAlternatingRowColors"));

As far as I understand the code, these strings are used as keys and not
visible to the user. So is it save to remove the tr ()?

If I look at the translation files only ja_JP.ts translated these
strings, all other leaved them as they are.

Thank you, Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]