Rebuild zh_TW.ttf (Chinese Traditional) subset font
...that ships with Tux Paint.
This commit is contained in:
parent
104c27086b
commit
71120af4aa
3 changed files with 6 additions and 1 deletions
|
|
@ -115,6 +115,11 @@ https://tuxpaint.org/
|
|||
* Russian translaton
|
||||
Olesya Gerasimenko <translation-team@basealt.ru>
|
||||
|
||||
* Updated the Chinese (Traditional) subset font file that ships
|
||||
with Tux Paint, based on the current translation strings.
|
||||
(Updated Python script to explicitly use `python2` these days.)
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* Ports & Building:
|
||||
-----------------
|
||||
* Ensure `trans` dir. exists, for parallel builds (`make -j`)
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- coding: UTF-8 -*-
|
||||
# Copyright: Song Huang <song@song.idv.tw>
|
||||
# License: GUN GPL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue