Commit 458bbabe26191e7762629bcf4db0d1e800dace63

Authored by Rafael Manzo
1 parent a15a316b

Added missing translation for the idiom word

config/locales/views/en.yml
... ... @@ -97,3 +97,4 @@ en:
97 97 create: "Create %{model}"
98 98 add: "Add"
99 99 sure_destroy: "Are you sure that you want to destroy this %{model}?"
  100 + idiom: "Idiom"
... ...
config/locales/views/pt.yml
... ... @@ -97,3 +97,4 @@ pt:
97 97 create: "Criar %{model}"
98 98 add: "Adicionar"
99 99 sure_destroy: "Você tem certeza que deseja apagar este(a) %{model}?"
  100 + idiom: "Idioma"
... ...