git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19441 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-12-14 22:53:34 +00:00
parent 676fd32c96
commit a428d02d3b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
if [ "wiki" == "$1" ]; then
if [ "wiki" = "$1" ]; then
echo "As of `LC_ALL=C date +'%d %b %Y'`, the current status of the translations is the following:"
echo "| *Language* | *Missing strings* | *Changed desc* | *Changed source* |"
FORMAT="|%s| %d| %d| %d|\n"