-
Notifications
You must be signed in to change notification settings - Fork 144
Spanish (Spain) translation #364
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
Conversation
Hi @datamweb , |
Hi @treborin, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the file encoding.
There still is something wrong. $ php -l src/Language/es/Auth.php
PHP Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script in src/Language/es/Auth.php on line 3
Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script in src/Language/es/Auth.php on line 3
Errors parsing src/Language/es/Auth.php |
@treborin Please remove the BOM. --- a/src/Language/es/Auth.php
+++ b/src/Language/es/Auth.php
@@ -1,4 +1,4 @@
-<U+FEFF><?php
+<?php^M
namespace CodeIgniter\Shield\Language\es;
|
And please remove |
Okay, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change
wow!!! finally :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Roberto thank you for contributing with love to make Shield better.
Where there is love, there is pain.
Gracias!!
@treborin Do you use "pull bot" ? Could you send this PR again? |
Supersedes #357