Locale checks were disabled by mistake

This commit is contained in:
Gerhard Schlager 2020-06-15 00:15:08 +02:00
parent f1b97202d4
commit 4cff4892e8
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ class LocaleFileChecker
@locale_yaml = YAML.load_file(locale_path)
@reference_yaml = YAML.load_file(reference_path)
# check_interpolation_keys
# check_plural_keys
check_interpolation_keys
check_plural_keys
check_message_format
end