Commit 0484736d982f3beb877cf35e508712440cbb62e1
1 parent
68f2511a
Exists in
master
and in
27 other branches
Fixed translation of date on spanish (es)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
po/es/noosfero.po
... | ... | @@ -3248,7 +3248,7 @@ msgstr "%{day}/%{month}" |
3248 | 3248 | |
3249 | 3249 | #: app/helpers/dates_helper.rb:31 |
3250 | 3250 | msgid "%{month_name} %{day}, %{year}" |
3251 | -msgstr "%{day} de %{month} de %{year}" | |
3251 | +msgstr "%{day} de %{month_name} de %{year}" | |
3252 | 3252 | |
3253 | 3253 | # LAs cadenas de este tipo NO se traducen |
3254 | 3254 | #: app/helpers/dates_helper.rb:31 | ... | ... |