arokettu / pseudolocale
Generate pseudo locale string for unicode testing and marking missing strings
1.1.3
2024-07-28 20:33 UTC
Requires
- php: ^7.1 || ^8
Requires (Dev)
- phpunit/phpunit: ^7.5 || ^8.5 || ^9.5
- psy/psysh: *
- sandfox.dev/code-standard: ^1.2022.06.29
- squizlabs/php_codesniffer: *
README
Generates pseudo localization strings.
Installation
composer require arokettu/pseudolocale
Example
<?php echo \Arokettu\Pseudolocale\Pseudolocale::pseudolocalize( 'The quick brown fox jumps over the lazy dog' ); // [-- ȾႬє զūıçк Ьгøψπ ⨍øχ ʝūოρš øνєг τႬє ∤åẑγ ðøց --]
Documentation
Read full documentation here: https://sandfox.dev/php/pseudolocale.html
Also on Read the Docs: https://php-pseudolocale.readthedocs.io/
Support
Please file issues on our main repo at GitLab: https://gitlab.com/sandfox/php-pseudolocale/-/issues
License
The library is available as open source under the terms of the MIT License.