merged branch 77web/validator-currency-translation-ja (PR #7829)

This PR was merged into the master branch.

Discussion
----------

[Validator] Japanese translation for currency constraints

| Q             | A
| ------------- | ---
| Fixed tickets | N/A
| License       | MIT

Commits
-------

1b06190 [Validator] added Japanese translation of the message for currency
This commit is contained in:
Fabien Potencier 2013-04-24 15:34:45 +02:00
commit 5fa10ad704
1 changed files with 4 additions and 0 deletions

View File

@ -242,6 +242,10 @@
<source>This value is not a valid ISSN.</source>
<target>有効なISSNコードではありません。</target>
</trans-unit>
<trans-unit id="64">
<source>This value is not a valid currency.</source>
<target>有効な貨幣ではありません。</target>
</trans-unit>
</body>
</file>
</xliff>