Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This project aims to generate a Python module which provides translations for
the Unicode descriptions found in the
[`unicodedata` module](https://docs.python.org/3/howto/unicode.html). The source
of the translations is [unicode-table.com](https://unicode-table.com) which has
of the translations is [symbl.cc](https://symbl.cc) which has
its source code at
[GitHub](https://github.com/unicode-table/unicode-table-data). From this, PO and
MO files are generated by this project.
Expand Down Expand Up @@ -94,5 +94,5 @@ localization can also be used for other programming languages.
## Copyright

The copyright of the translated strings can be found at
[unicode-table.com](https://github.com/unicode-table/unicode-table-data). The
[symbl.cc](https://github.com/unicode-table/unicode-table-data). The
copyright of the scripts here is public domain.