We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59860b7 commit 027576bCopy full SHA for 027576b
compile.sh
@@ -35,8 +35,6 @@ fi
35
echo -e "\n$step. Search warning translation\n"
36
((step+=1))
37
38
-# TODO echo '<div class="error">'.lang('Warning: don\'t use it in a production environment!').'</div>';
39
-
40
language=$1
41
translation=$(grep ^$language, $TRANSLATIONS_FILE | cut -d',' -f2 | tr -d '\n')
42
if [ "$translation" != "" ]
0 commit comments