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 da7e57d commit 2bdfcadCopy full SHA for 2bdfcad
scripts/update_ts_files.sh
@@ -59,7 +59,7 @@ while (( $# > 0 )); do
59
arg=$1
60
shift
61
if [ -f "i18n/qgis_$arg.ts" ]; then
62
- echo "cannot add existing tranlation $arg"
+ echo "cannot add existing translation $arg"
63
exit 1
64
else
65
add="$add $arg"
0 commit comments