Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-20 | Regenerate language files | Adam | |
2013-10-12 | Update language files | Adam | |
2013-10-10 | replaced the country name in the Language header in the language files by ↵ | DukePyrolator | |
four letter codes | |||
2013-10-09 | set the Language header in the language files so msgfmt doesnt complain | DukePyrolator | |
2013-03-02 | Regenerate language files | Adam | |
2012-12-15 | Convert the language files to utf-8 encoding. | Marcin Łabanowski | |
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 | |||
2012-09-02 | Regenerate language files | Adam | |
2012-02-03 | Regenerate language files | Adam | |
2011-09-09 | Regenerate language files | Adam | |
2011-05-21 | fixed bug #1272 | DukePyrolator | |
2011-04-03 | fixed some duplicate messages and updated the german langfile (10% done) | DukePyrolator | |
2011-03-29 | Regenerated language files. | Adam | |
2011-03-26 | burned all %R and %S in the .po files | DukePyrolator | |
2011-02-04 | Moved the language strings which are only used once | Adam | |
out of the core and into the modules that use them. |