Age | Commit message (Collapse) | Author |
|
|
|
|
|
Closes #357.
|
|
|
|
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 was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ns_maxemail: Bold code 2 -> 002.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more typos while we're at it.
|
|
typos while we're at it.
|
|
|
|
|
|
four letter codes
|
|
|
|
cs_ban: Merge the syntaxes into one.
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|