codeigniter4 / shield

Authentication and Authorization for CodeIgniter 4
https://shield.codeigniter.com
MIT License
352 stars 130 forks source link

lang: [nl] add Dutch translation #1067

Closed NotCoffee418 closed 5 months ago

datamweb commented 5 months ago

@NotCoffee418 Thank you for PR, Can you run the following command to fix the code style error?

composer cs-fix
   1) tests/Language/AbstractTranslationTestCase.php (unary_operator_spaces, not_operator_with_successor_space, binary_operator_spaces)
      ---------- begin diff ----------
--- /home/runner/work/shield/shield/tests/Language/AbstractTranslationTestCase.php
+++ /home/runner/work/shield/shield/tests/Language/AbstractTranslationTestCase.php
@@ -63,7 +63,7 @@
         LithuanianTranslationTest::class => 'lt',
         //        LatvianTranslationTest::class            => 'lv',
         //        MalayalamTranslationTest::class          => 'ml',
-        DutchTranslationTest::class              => 'nl',
+        DutchTranslationTest::class => 'nl',
         //        NorwegianTranslationTest::class          => 'no',
         //        PolishTranslationTest::class             => 'pl',
         PortugueseTranslationTest::class => 'pt',

      ----------- end diff -----------
datamweb commented 5 months ago

@NotCoffee418 thanks!