GRN2-xx: Added fallback language to locales (#788)

* Added fallback language to locales

* Added comments
This commit is contained in:
Ahmad Farhat
2019-09-06 14:28:47 -04:00
committed by Jesus Federico
parent 2090b9f8e6
commit b590a5a264
5 changed files with 41 additions and 9 deletions

View File

@ -121,6 +121,9 @@ Metrics/LineLength:
Metrics/MethodLength:
Enabled: false
Metrics/ModuleLength:
Enabled: false
# A calculated magnitude based on number of assignments,
# branches, and conditions.
Metrics/AbcSize: