config/initializers/inflections.rb in msip-2.2.0.alfa3 vs config/initializers/inflections.rb in msip-2.2.0.beta1

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + # Be sure to restart your server when you modify this file. # Add new inflection rules using the following format. Inflections # are locale specific, and you may define rules for as many different # locales as you wish. All of these examples are active by default: @@ -22,22 +24,22 @@ inflect.singular(/^(.*d)es$/i, '\1') inflect.plural(/^(.*l)$/i, '\1es') inflect.singular(/^(.*l)es$/i, '\1') inflect.plural(/^(.*n)$/i, '\1es') inflect.singular(/^(.*n)es$/i, '\1') - inflect.irregular 'orgsocial', 'orgsociales' - inflect.irregular 'clase', 'clases' - inflect.irregular 'estadosol', 'estadossol' - inflect.irregular 'etiqueta', 'etiquetas' - inflect.irregular 'error', 'errores' - inflect.irregular 'fuenteprensa', 'fuentesprensa' - inflect.irregular 'grupoper', 'gruposper' - inflect.irregular 'pais', 'paises' - inflect.irregular 'perfilorgsocial', 'perfilesorgsocial' - inflect.irregular 'sectororgsocial', 'sectoresorgsocial' - inflect.irregular 'tipoorg', 'tiposorg' - inflect.irregular 'trelacion', 'trelaciones' - inflect.irregular 'trivalente', 'trivalentes' - inflect.irregular 'ubicacion', 'ubicaciones' - inflect.irregular 'ubicacionpre', 'ubicacionespre' - inflect.irregular 'vereda', 'veredas' + inflect.irregular("orgsocial", "orgsociales") + inflect.irregular("clase", "clases") + inflect.irregular("estadosol", "estadossol") + inflect.irregular("etiqueta", "etiquetas") + inflect.irregular("error", "errores") + inflect.irregular("fuenteprensa", "fuentesprensa") + inflect.irregular("grupoper", "gruposper") + inflect.irregular("pais", "paises") + inflect.irregular("perfilorgsocial", "perfilesorgsocial") + inflect.irregular("sectororgsocial", "sectoresorgsocial") + inflect.irregular("tipoorg", "tiposorg") + inflect.irregular("trelacion", "trelaciones") + inflect.irregular("trivalente", "trivalentes") + inflect.irregular("ubicacion", "ubicaciones") + inflect.irregular("ubicacionpre", "ubicacionespre") + inflect.irregular("vereda", "veredas") end