summaryrefslogtreecommitdiff
path: root/bin/check-translations.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/check-translations.rb')
-rwxr-xr-xbin/check-translations.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-translations.rb b/bin/check-translations.rb
index 16e9b28..438b884 100755
--- a/bin/check-translations.rb
+++ b/bin/check-translations.rb
@@ -46,7 +46,7 @@ def walk(path, en, other)
# puts "#{name} [#{en[key]}] [#{other[key]}]"
if other.nil?|| ! other[key]
puts "MISSING: #{name} [en=#{en[key]}]"
- end
+ end
end
end
end