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
|
* Russian translaton
|
||||||
Olesya Gerasimenko <translation-team@basealt.ru>
|
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:
|
* Ports & Building:
|
||||||
-----------------
|
-----------------
|
||||||
* Ensure `trans` dir. exists, for parallel builds (`make -j`)
|
* 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 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
# Copyright: Song Huang <song@song.idv.tw>
|
# Copyright: Song Huang <song@song.idv.tw>
|
||||||
# License: GUN GPL
|
# License: GUN GPL
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue