Add Localization tools, find missing strings #1979

Open
opened 2013-12-31 06:40:41 +00:00 by rlx · 1 comment
Owner

Generated table of strings to be localized, plus existing localized strings.

Generated table of strings to be localized, plus existing localized strings.
rlx added the
general
label 2013-12-31 06:40:41 +00:00
0x2620 was assigned by rlx 2013-12-31 06:40:41 +00:00
rlx added the
enhancement
label 2013-12-31 06:40:41 +00:00
rlx added this to the 13.04 milestone 2014-02-09 19:52:30 +00:00
Author
Owner

This is very useful to find hardcoded strings...

Turn on 'ne' (reverse English):

Ox.__ = Ox._;
Ox._ = function(value, options) {
    return Ox.reverse(Ox.__(value, Ox.map(options || [], Ox.reverse)));
};
pandora.$ui.appPanel.reload();
This is very useful to find hardcoded strings... Turn on 'ne' (reverse English): ``` Ox.__ = Ox._; Ox._ = function(value, options) { return Ox.reverse(Ox.__(value, Ox.map(options || [], Ox.reverse))); }; pandora.$ui.appPanel.reload(); ```
rlx changed title from Add Localization tools to Add Localization tools, find missing strings 2014-02-10 05:55:56 +00:00
rlx added the
major
label 2016-02-01 05:32:10 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#1979
No description provided.