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