8000 [Security][Validator] Add translations for Tagalog by ergiegonzaga · Pull Request #26130 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Security][Validator] Add translations for Tagalog #26130

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
Prev Previous commit
Next Next commit
Updated security.tl.xlf
Added trans #8
  • Loading branch information
ergiegonzaga authored Feb 12, 2018
commit 8127aae2ee8ec38b1099c1211ea24f1eef5b6669
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<trans-unit id="7">
<source>Invalid CSRF token.</source>
<target>Hindi balidong mga token ng CSRF.</target>
</trans-unit>
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sir, I already added the missing trans-unit #8 ...

<trans-unit id="8">
<source>Digest nonce has expired.</source>
<target>Na-expire na ang Digest nonce.</target>
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
Expand Down
0