diff options
author | Joshua <ehlodex@users.noreply.github.com> | 2018-05-15 09:14:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-15 09:14:10 -0400 |
commit | c9a5f2931a150e6d2f76a70470646bb915cf2e99 (patch) | |
tree | 36266c0a91a9b2b68857fd5bc1895dd0347ea050 /README.md | |
parent | 41765a0edb05545beb307222717ee90723061faf (diff) | |
parent | a0841e83c29d57d3bc7cfd57216d173d3b4a003e (diff) |
Merge pull request #5 from codexp/add-intllib-supportorigin/masterorigin/HEAD
Add intllib support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -10,7 +10,7 @@ Fork of the original [abjphabet mod](https://forum.minetest.net/viewtopic.php?f= Letter blocks can be created with the Letter Machine or given with /giveme ehlphabet:(ascii decimal) Example: `/giveme ehlphabet:65` will give you a block with the letter [**A**] on it. -http://www.asciitable.com/ +https://www.asciitable.com/ For UTF-8 characters add one more identifier /giveme ehlphabet:(first byte decimal)_(second byle decimal) @@ -30,6 +30,7 @@ To customize the look and size of letters, you need to know basic HTML and CSS a ## License Textures are licensed under CC-BY-SA 3.0 +See LICENSE file ## Changelist @@ -37,4 +38,6 @@ Textures are licensed under CC-BY-SA 3.0 2018-03-29 support for UTF-8 and cyrillic letters added -2018-03-31 german letters added
\ No newline at end of file +2018-03-31 german letters added + +2018-04-01 intllib support added with russian and german languages
\ No newline at end of file |