Remove length restriction from crowdin

pull/10734/head
Oliver Günther 3 years ago
parent ebcf660043
commit dc65a55e13
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      script/crowdin/fix_locale_keys.rb

@ -18,7 +18,7 @@ Dir.glob('**/config/locales/crowdin/*.yml').each do |crowdin_file|
end
# Read the language code from the YML index
if language_key.nil? || language_key.length > 5
if language_key.nil?
raise "Failed to detect language from #{crowdin_file}"
end

Loading…
Cancel
Save