localized
localized copied to clipboard
I18n and L10n related CakePHP code
Update french translation from new cake.pot
As shown in https://sandbox.dereuromark.de/sandbox/localized There are several methods that are either kind of duplicates with a different name or contain underscore instead of camelBacked. We should clean up the API...
… No need to throw NotImplemented. Copied the US phone validation rules to Canada.
I propose > src/Inflector/LocalizedInflector.php > src/Inflector/InflectorDe.php etc as e.g. normal inflection (default cake core) of `Any-Latin; Latin-ASCII; [\u0080-\u7fff] remove` is invalid for German for example. Refs https://stackoverflow.com/questions/50412085/how-to-make-textslug-convert-german-umlauts-properly Here one would...
I found this today and thought it might be nice to implement to cover the phone number side of the plugin. https://github.com/giggsey/libphonenumber-for-php
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 11.5.0 Added #5948: Support for Property Hooks in Test Doubles #5954: Provide a...
The translation file was way out of date. Since I needed to do the translations for my own use anyway, I took the opportunity to contribute the updated version.