Pseudolocale
############

|Packagist| |GitLab| |GitHub| |Codeberg| |Gitea|

The library is used to generate readable strings for ASCII latin to test Unicode support and/or detect missing translation strings.
The result is a mix of extended latin, cyrillic, greek, armenian, georgian, japanese scripts with some math symbols.

Installation
============

Install by composer

.. code-block:: bash

    composer require arokettu/pseudolocale

Documentation
=============

.. toctree::
   :maxdepth: 2

   examples

License
=======

The library is available as open source under the terms of the `MIT License`_.
See LICENSE.md

.. _MIT License: https://opensource.org/licenses/MIT

.. |Packagist|  image:: https://img.shields.io/packagist/v/arokettu/pseudolocale.svg?style=flat-square
   :target:     https://packagist.org/packages/arokettu/pseudolocale
.. |GitHub|     image:: https://img.shields.io/badge/get%20on-GitHub-informational.svg?style=flat-square&logo=github
   :target:     https://github.com/arokettu/php-pseudolocale
.. |GitLab|     image:: https://img.shields.io/badge/get%20on-GitLab-informational.svg?style=flat-square&logo=gitlab
   :target:     https://gitlab.com/sandfox/php-pseudolocale
.. |Codeberg|   image:: https://img.shields.io/badge/get%20on-Codeberg-informational.svg?style=flat-square&logo=codeberg
   :target:     https://codeberg.org/sandfox/php-pseudolocale
.. |Gitea|      image:: https://img.shields.io/badge/get%20on-Gitea-informational.svg?style=flat-square&logo=gitea
   :target:     https://sandfox.org/sandfox/php-pseudolocale
