minor #31311 Fix Thai translation in validators.th.xlf (MrNicodemuz)

This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #31311).

Discussion
----------

Fix Thai translation in validators.th.xlf

| Q             | A
| ------------- | ---
| Branch?       | master?
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | none
| License       | MIT
| Doc PR        | none

The translated message is wrongly prefixed with a "T" character. The correct translation should read as "ค่านี้ถูกใช้งานไปแล้ว".

Commits
-------

d4337fc8a2 Fix Thai translation in validators.th.xlf
This commit is contained in:
Fabien Potencier 2019-04-29 08:19:37 +02:00
commit 52be2bb147
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
</trans-unit>
<trans-unit id="41">
<source>This value is already used.</source>
<target>Tค่านี้ถูกใช้งานไปแล้ว</target>
<target>ค่านี้ถูกใช้งานไปแล้ว</target>
</trans-unit>
<trans-unit id="42">
<source>The size of the image could not be detected.</source>