8000 [2.3] [Validator] spanish translation for invalid charset message by phansys · Pull Request #13569 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[2.3] [Validator] spanish translation for invalid charset message #13569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[2.3] [Validator] spanish translation for invalid charset message
| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

ref. #13528
  • Loading branch information
phansys committed Feb 1, 2015
commit bf8e6a06451beb34a5608ae4dbd0bf52f53d7e4e
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>Este valor no debería ser idéntico a {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="73">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

id is 80 now

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. Thank you @nicolas-grekas.

<source>This value does not match the expected {{ charset }} charset.</source>
<target>Este valor no coincide con el juego de caracteres esperado {{ charset }}.</target>
</trans-unit>
</body>
</file>
</xliff>
0