Spanish (Spain) translation#364
Conversation
|
Hi @datamweb , |
|
Hi @treborin, |
|
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! |
|
wow!!! finally :) |
datamweb
left a comment
There was a problem hiding this comment.
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