]> git.koha-community.org Git - koha.git/commit
improving translator tool a lot :
authortipaul <tipaul>
Fri, 16 Jan 2004 16:24:19 +0000 (16:24 +0000)
committertipaul <tipaul>
Fri, 16 Jan 2004 16:24:19 +0000 (16:24 +0000)
commitbb0ad1b5b52ed41ccea57b2532d86ef8166ef59c
treeb5f5733965b8f9173c69409f99211322587079d8
parent3c6c62bc6b4ca467173757ead3e1c7d760b29b21
improving translator tool a lot :
* managing strings with LIMITED pragma when the string is a koha intenral code too (like search)
* improving speed by 50 : just by reading the whole file before s///g, instead of doing a s///g on each line.
* NOT overwritting unchanged file => now, we can commit only what has changed !
* removing useless chars (., ?, spaces...) at end of strings.

WORKS on french OPAC AND INTRANET without problems.
misc/translator/intranet.en
misc/translator/intranet.fr
misc/translator/opac-css.fr
misc/translator/tmpl_process.pl
misc/translator/translator_doc.txt