adds missing i18n files and keys
This commit is contained in:
@@ -22,6 +22,8 @@ data:
|
|||||||
## Another gem (replace %#= with %=):
|
## Another gem (replace %#= with %=):
|
||||||
# - "<%#= %x[bundle show vagrant].chomp %>/templates/locales/%{locale}.yml"
|
# - "<%#= %x[bundle show vagrant].chomp %>/templates/locales/%{locale}.yml"
|
||||||
- config/locales/%{locale}.yml
|
- config/locales/%{locale}.yml
|
||||||
|
- config/locales/activerecord.%{locale}.yml
|
||||||
|
- config/locales/activemodel.%{locale}.yml
|
||||||
- config/locales/admin.%{locale}.yml
|
- config/locales/admin.%{locale}.yml
|
||||||
- config/locales/moderation.%{locale}.yml
|
- config/locales/moderation.%{locale}.yml
|
||||||
- config/locales/valuation.%{locale}.yml
|
- config/locales/valuation.%{locale}.yml
|
||||||
|
|||||||
@@ -116,6 +116,10 @@ es:
|
|||||||
attributes:
|
attributes:
|
||||||
tag_list:
|
tag_list:
|
||||||
less_than_or_equal_to: "los temas deben ser menor o igual que %{count}"
|
less_than_or_equal_to: "los temas deben ser menor o igual que %{count}"
|
||||||
|
budget/investment:
|
||||||
|
attributes:
|
||||||
|
tag_list:
|
||||||
|
less_than_or_equal_to: "los temas deben ser menor o igual que %{count}"
|
||||||
proposal_notification:
|
proposal_notification:
|
||||||
attributes:
|
attributes:
|
||||||
minimum_interval:
|
minimum_interval:
|
||||||
|
|||||||
Reference in New Issue
Block a user