17 Dec
2006
17 Dec
'06
9:14 p.m.
Hello translators, I wrote a script that checks all the placeholders in old translations and converts them to the appropriate character (!, % or @). The script can be found at http://cvs.drupal.org/viewcvs/*checkout*/ drupal/contributions/tricks/update-placeholders.php Copy the script to your translation files and execute: for i in *.po ; do php update-placeholders.php $i ; done Be sure to make a backup of all your files and check them after the conversion. I don't guarantee for anything. Konstantin Käfer – http://kkaefer.com/