wok-next view 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 source
1 Translation file 'zh_CN.cp936.mo' produces an error in the SliTaz Cook
2 compressor:
3 read-mo.c:249: incomplete multibyte sequence
5 Besides, $src/src/po/Makefile tells us:
6 # Note: ja.sjis, *.cp1250 and zh_CN.cp936 are only for MS-Windows, they are
7 # not installed on Unix
9 TODO: remove some other encoding translations because SliTaz uses only UTF-8.
11 --- a/src/po/Makefile
12 +++ b/src/po/Makefile
13 @@ -155,9 +155,9 @@
15 check: $(CHECKFILES)
17 -install: $(MOFILES) $(MOCONVERTED)
18 +install: $(MOFILES)
19 @$(MAKE) prefixcheck
20 - for lang in $(LANGUAGES) $(CONVERTED); do \
21 + for lang in $(LANGUAGES); do \
22 dir=$(LOCALEDIR)/$$lang/; \
23 if test ! -x "$$dir"; then \
24 mkdir $$dir; chmod 755 $$dir; \