8000 minor #37548 [Form] Add vietnamese translation for html5 color valida… · symfony/symfony@2e7b993 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e7b993

Browse files
committed
< F699 /div>
minor #37548 [Form] Add vietnamese translation for html5 color validation (jschaedl)
This PR was merged into the 3.4 branch. Discussion ---------- [Form] Add vietnamese translation for html5 color validation | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | - <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | - <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch master. --> Commits ------- 89314b5 add vietnamese translation for html5 color validation
2 parents 6bfdb92 + 89314b5 commit 2e7b993

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Form/Resources/translations/validators.vi.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<source>The CSRF token is invalid. Please try to resubmit the form.</source>
1515
<target>CSRF token không hợp lệ. Vui lòng thử lại.</target>
1616
</trans-unit>
17+
<trans-unit id="99">
18+
<source>This value is not a valid HTML5 color.</source>
19+
<target>Giá trị này không phải là màu HTML5 hợp lệ.</target>
20+
</trans-unit>
1721
</body>
1822
</file>
1923
</xliff>

0 commit comments

Comments
 (0)
0