wok-next view vim/stuff/patches/rm-converted-translations.diff @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
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; \