diff --git a/lib/i18n/locale_file_checker.rb b/lib/i18n/locale_file_checker.rb index fb549387689..1f30f1ab66f 100644 --- a/lib/i18n/locale_file_checker.rb +++ b/lib/i18n/locale_file_checker.rb @@ -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