summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/langstatus2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/langstatus b/tools/langstatus
index 79ea0c643f..3c5fd74c63 100755
--- a/tools/langstatus
+++ b/tools/langstatus
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3if [ "wiki" == "$1" ]; then 3if [ "wiki" = "$1" ]; then
4 echo "As of `LC_ALL=C date +'%d %b %Y'`, the current status of the translations is the following:" 4 echo "As of `LC_ALL=C date +'%d %b %Y'`, the current status of the translations is the following:"
5 echo "| *Language* | *Missing strings* | *Changed desc* | *Changed source* |" 5 echo "| *Language* | *Missing strings* | *Changed desc* | *Changed source* |"
6 FORMAT="|%s| %d| %d| %d|\n" 6 FORMAT="|%s| %d| %d| %d|\n"