desti Posted May 7, 2009 Posted May 7, 2009 1. If try to create lang_pack via "Copy language pack" - no new directory created in cache/lang_cache. 2. After search we get table with "Default Value" and "New Value" colunms, but there is no information in what word pack it's found. Whether probably to add colunm with link to pack? 3. php close tag (?>) in lang files - it's not necessary? 4. "Add new entry" from word pack dropdown menu - word pack name not copy to "Pack Name" field. 5. Removal (delete) function is necessary for word and word pack.
Adriano Faria Posted May 7, 2009 Posted May 7, 2009 It's a bug. On B5, you have to create a folder 2 manally on lang_cache and place your files into it. That's how I'm translating... When it's done, using IN_DEV, I can export the XML... or I can wait for RC1.
bfarber Posted May 7, 2009 Posted May 7, 2009 [quote name='desti' date='07 May 2009 - 09:00 AM' timestamp='1241701253' post='1800293'] 1. If try to create lang_pack via "Copy language pack" - no new directory created in cache/lang_cache. Known (and fixed in RC1) bug [quote name='desti' date='07 May 2009 - 09:00 AM' timestamp='1241701253' post='1800293'] 2. After search we get table with "Default Value" and "New Value" colunms, but there is no information in what word pack it's found. Whether probably to add colunm with link to pack? Will be in RC1 [quote name='desti' date='07 May 2009 - 09:00 AM' timestamp='1241701253' post='1800293'] 3. php close tag (?>) in lang files - it's not necessary? PHP closing tags are never required in PHP files, and Zend actually recommends omitting them to reduce the possibility of sending whitespace before headers. [quote name='desti' date='07 May 2009 - 09:00 AM' timestamp='1241701253' post='1800293'] 4. "Add new entry" from word pack dropdown menu - word pack name not copy to "Pack Name" field. Good find. Will be in RC1 (I'd consider this a bug really) [quote name='desti' date='07 May 2009 - 09:00 AM' timestamp='1241701253' post='1800293'] 5. Removal (delete) function is necessary for word and word pack. Agreed. Will try to get this into RC1 as well. Thanks for the feedback. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.