Skip to content

Commit

Permalink
Merge pull request #245 from cvzi/new_languages
Browse files Browse the repository at this point in the history
Add Indonesian and Simplified Chinese
  • Loading branch information
TahirJalilov authored Feb 4, 2023
2 parents 2b59cca + ec249b6 commit e5d90f9
Show file tree
Hide file tree
Showing 4 changed files with 13,523 additions and 4,458 deletions.
22 changes: 15 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,16 @@ both the full list and aliases.
..
By default, the language is English (``language='en'``) but also supported languages are:
By default, the language is English (``language='en'``) but also supported languages are:

Spanish (``'es'``), Portuguese (``'pt'``), Italian (``'it'``), French (``'fr'``), German (``'de'``), Farsi/Persian (``'fa'``)
* Spanish (``'es'``)
* Portuguese (``'pt'``)
* Italian (``'it'``)
* French (``'fr'``)
* German (``'de'``)
* Farsi/Persian (``'fa'``)
* Indonesian (``'id'``)
* Simplified Chinese (``'zh'``)


.. code-block:: python
Expand Down Expand Up @@ -76,11 +83,12 @@ Developing
$ python -m pip install -e .\[dev\]
$ pytest
The ``utils/get-codes-from-unicode-consortium.py`` may help when updating
``unicode_codes.py`` but is not guaranteed to work. Generally speaking it
scrapes a table on the Unicode Consortium's website with
`BeautifulSoup <http://www.crummy.com/software/BeautifulSoup/>`_ and prints the
contents to ``stdout`` in a more useful format.
The ``utils/get_codes_from_unicode_emoji_data_files.py`` is used to generate
``unicode_codes/data_dict.py``. Generally speaking it scrapes a table on the
`Unicode Consortium's website <https://www.unicode.org/reports/tr51/#emoji_data>`__
with `BeautifulSoup <http://www.crummy.com/software/BeautifulSoup/>`__
and prints the contents to ``stdout`` as a Python dictionary. For more
information take a look in the `utils/README.md <utils/README.md>`__ file.


Links
Expand Down
Loading

0 comments on commit e5d90f9

Please sign in to comment.