Skip to content

Commit

Permalink
bug #695 Fixed #694 (sebastianlp)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Fixed #694

In [Issue #694](https://github.com/javiereguiluz/EasyAdminBundle/issues/694) you can see that if use "es" as default locale you get the "form.label.empty_value" missing translation key.

Commits
-------

35b3576 Adds 'form.label.empty_value' key in messages.es.xlf dictionary
  • Loading branch information
javiereguiluz committed Dec 29, 2015
2 parents 0d81e8c + 35b3576 commit c10a08b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/translations/messages.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
<source>action.list</source>
<target>Volver al listado</target>
</trans-unit>
<trans-unit id="form.label.empty_value">
<source>form.label.empty_value</source>
<target>Ninguno</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit c10a08b

Please sign in to comment.