mirror of
https://github.com/discourse/discourse.git
synced 2025-03-31 14:16:03 +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)
|
@locale_yaml = YAML.load_file(locale_path)
|
||||||
@reference_yaml = YAML.load_file(reference_path)
|
@reference_yaml = YAML.load_file(reference_path)
|
||||||
|
|
||||||
# check_interpolation_keys
|
check_interpolation_keys
|
||||||
# check_plural_keys
|
check_plural_keys
|
||||||
check_message_format
|
check_message_format
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user