wok-next diff vim/stuff/patches/rm-converted-translations.diff @ rev 19980
Up libva (1.8.2)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Oct 18 03:39:08 2017 +0300 (2017-10-18) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/vim/stuff/patches/rm-converted-translations.diff Wed Oct 18 03:39:08 2017 +0300 1.3 @@ -0,0 +1,24 @@ 1.4 +Translation file 'zh_CN.cp936.mo' produces an error in the SliTaz Cook 1.5 +compressor: 1.6 + read-mo.c:249: incomplete multibyte sequence 1.7 + 1.8 +Besides, $src/src/po/Makefile tells us: 1.9 + # Note: ja.sjis, *.cp1250 and zh_CN.cp936 are only for MS-Windows, they are 1.10 + # not installed on Unix 1.11 + 1.12 +TODO: remove some other encoding translations because SliTaz uses only UTF-8. 1.13 + 1.14 +--- a/src/po/Makefile 1.15 ++++ b/src/po/Makefile 1.16 +@@ -155,9 +155,9 @@ 1.17 + 1.18 + check: $(CHECKFILES) 1.19 + 1.20 +-install: $(MOFILES) $(MOCONVERTED) 1.21 ++install: $(MOFILES) 1.22 + @$(MAKE) prefixcheck 1.23 +- for lang in $(LANGUAGES) $(CONVERTED); do \ 1.24 ++ for lang in $(LANGUAGES); do \ 1.25 + dir=$(LOCALEDIR)/$$lang/; \ 1.26 + if test ! -x "$$dir"; then \ 1.27 + mkdir $$dir; chmod 755 $$dir; \