10000 merged branch 77web/validator-currency-translation-ja (PR #7829) · norberttech/symfony@5fa10ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 5fa10ad

Browse files
committed
merged branch 77web/validator-currency-translation-ja (PR symfony#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
2 parents 756d519 + 1b06190 commit 5fa10ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@
242242
<source>This value is not a valid ISSN.</source>
243243
<target>有効なISSNコードではありません。</target>
244244
</trans-unit>
245+
<trans-unit id="64">
246+
<source>This value is not a valid currency.</source>
247+
<target>有効な貨幣ではありません。</target>
248+
</trans-unit>
245249
</body>
246250
</file>
247251
</xliff>

0 commit comments

Comments
 (0)
0