mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 18:46:22 +00:00
Inflexiones para Rollup
This commit is contained in:
parent
604c16bfb8
commit
016da28529
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,8 @@ ActiveSupport::Inflector.inflections(:en) do |inflect|
|
||||||
inflect.singular 'licencias', 'licencia'
|
inflect.singular 'licencias', 'licencia'
|
||||||
inflect.plural 'rol', 'roles'
|
inflect.plural 'rol', 'roles'
|
||||||
inflect.singular 'roles', 'rol'
|
inflect.singular 'roles', 'rol'
|
||||||
|
inflect.plural 'rollup', 'rollups'
|
||||||
|
inflect.singular 'rollups', 'rollup'
|
||||||
end
|
end
|
||||||
|
|
||||||
ActiveSupport::Inflector.inflections(:es) do |inflect|
|
ActiveSupport::Inflector.inflections(:es) do |inflect|
|
||||||
|
@ -24,4 +26,6 @@ ActiveSupport::Inflector.inflections(:es) do |inflect|
|
||||||
inflect.singular 'roles', 'rol'
|
inflect.singular 'roles', 'rol'
|
||||||
inflect.plural 'licencia', 'licencias'
|
inflect.plural 'licencia', 'licencias'
|
||||||
inflect.singular 'licencias', 'licencia'
|
inflect.singular 'licencias', 'licencia'
|
||||||
|
inflect.plural 'rollup', 'rollups'
|
||||||
|
inflect.singular 'rollups', 'rollup'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue