! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Removal unnecessary 'N_' from code
Status:
CLOSED: FIXED

Comments

Description Daichi Kawahata 2005-09-14 17:31:45 CEST
The gettext keyword 'N_' is required in the static array (actually not),
if this keyword was used outside the array, it goes 'no operation (noop)'
against the marked strings literally.

Reproducible: Always
Steps to Reproduce:
1. ./configure && make && su && make install

Actual Results:  
They're kept in English in the UI.

Expected Results:  
They should be localized in the UI.
Comment 1 Daichi Kawahata 2005-09-14 17:33:11 CEST
Created attachment 313 
Removal patch

This patch removes unnecessary 'N_' from code.
Comment 2 Benedikt Meurer editbugs 2005-09-14 17:45:44 CEST
Ahem, yup, copy&paste is evil (those actions where in a GtkActionEntry array
previousy, which is then translated by the GtkActionGroup). Committed, thanks.

Bug #1153

Reported by:
Daichi Kawahata
Reported on: 2005-09-14
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
unspecified

Attachments

Removal patch (3.54 KB, patch)
2005-09-14 17:33 CEST , Daichi Kawahata
no flags

Additional information