plainblack.com
Username Password
search
Bookmark and Share
View All Tickets
i18n downloads  (#10730)
Issue

i18n downloads are not compatible with the normal file structures.

Normal (e.g. German):

.../i18n/German.pm
.../i18n/German/<translationFiles>

The downloaded tars  (mit normal "tar xvzf German.tgz") expand as:

.../i18/German/German.pm
.../i18n/German/German/<translationFiles>

 

Solution Summary
Comments
perlDreamer
0
8/7/2009 11:03 pm
This is not a bug.  It's actually done this way be design.

If you'd like to drop the top level directory, give tar the --strip-components switch:

tar -zx --strip-components=1 -f Spanish.tar.gz

and it will drop the top-level language directory as it unpacks.

Resolved by perlDreamer
martien
0
8/9/2009 11:32 am
ok
Details
Ticket Status Closed  
Rating0.0 
Submitted Bymartien 
Date Submitted2009-08-07 
Assigned To unassigned  
Date Assigned2010-09-02 
Assigned By 
Severity Minor (annoying, but not harmful)  
What's the bug in? WebGUI Stable  
WebGUI / WRE Version  
URLuse/bugs/tracker/10730
Keywords
Ticket History
8/9/2009
11:32 AM
Closed martien
8/7/2009
11:03 PM
Resolved perlDreamer
8/7/2009
4:20 AM
Ticket created martien
© 2010 Plain Black Corporation | All Rights Reserved