localized icon indicating copy to clipboard operation
localized copied to clipboard

I18n and L10n related CakePHP code

Results 5 localized issues
Sort by recently updated
recently updated
newest added

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...

enhancement

… 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...

inflector
enhancement

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

enhancement
Dependencies