diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 8612f16dc..34498a9de 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -115,6 +115,11 @@ https://tuxpaint.org/ * Russian translaton Olesya Gerasimenko + * 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 + * Ports & Building: ----------------- * Ensure `trans` dir. exists, for parallel builds (`make -j`) diff --git a/fonts/locale/zh_TW.ttf b/fonts/locale/zh_TW.ttf index 9be9f2819..8ff89f236 100644 Binary files a/fonts/locale/zh_TW.ttf and b/fonts/locale/zh_TW.ttf differ diff --git a/fonts/locale/zh_tw_docs/maketuxfont.py b/fonts/locale/zh_tw_docs/maketuxfont.py index 9b6539877..41779c12a 100755 --- a/fonts/locale/zh_tw_docs/maketuxfont.py +++ b/fonts/locale/zh_tw_docs/maketuxfont.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: UTF-8 -*- # Copyright: Song Huang # License: GUN GPL