Age | Commit message (Collapse) | Author |
|
|
|
The translations are updated so infrequently that these always
change a bunch and it makes reading the diffs really hard.
|
|
Update the dutch language file.
|
|
Also refresh the language files while at it.
|
|
|
|
|
|
- Regenerated the language files.
- Made some corrections to the french language file.
|
|
|
|
|
|
|
|
This reverts commit e955db6e85f0372cb2d4be449f424e37fdc78097.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
four letter codes
|
|
|
|
|
|
|
|
|
|
The files have been converted using the following script:
for i in *.po; do
cat $i | grep charset | cut -d= -f2 | cut -d\\ -f1 > charset
echo Converting $i from `cat charset` to UTF-8
iconv -f `cat charset` -t UTF-8 < $i | sed "s/`cat charset`/UTF-8/g" > $i~
mv -f $i~ $i
rm -f charset
done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
out of the core and into the modules that use them.
|