mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 00:25:39 +08:00
Locale checks were disabled by mistake
This commit is contained in:
parent
f1b97202d4
commit
4cff4892e8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user