[Vtigercrm-commits] [Vtiger development] #7867: i18n helper script
Vtiger development
vtiger-tickets at trac.vtiger.com
Thu Dec 19 09:56:32 GMT 2013
#7867: i18n helper script
--------------------------+------------------------------
Reporter: zygmuntowicz | Owner: developer
Type: enhancement | Status: new
Priority: trivial | Milestone: Unassigned
Component: vtigercrm | Version: 6.0.0 RC
Severity: Low | Keywords: i18n,translation
--------------------------+------------------------------
I wrote a simple script, that helps to prepare translations. The script
compares base language files with translated language files and outputs
new language files with approtiate comments for missing or untranslated
strings. The resulting files have the same directory layuout as base files
and can be used directly with vtiger.
Sample usage:
{{{
php lang_diff.php ./vtiger6/languages/en_us ./vtiger6/languages/pl_pl
./tobetranslated/pl_pl
}}}
When invoked with no arguments it print detailed help info.
I hope someone will find it useful.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7867>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list