Re: Strange LINGUAS in GIMP quick reference makefile



Hi gimp documentation team

I was in the process of updating the Danish translation of the quick reference.

The Makefile.am defines ALL_LINGUAS and QUICKREFERENCE_ALL_LINGUAS.

Neither variable is completely consistent with the set of existing
translations: Each is missing some languages, and also the variables
contain nl for which there are no translations.

By divine inspiration I assume that both variables really should
contain all the languages.  This patch will update the two variables
to include all languages for which languages exist:

  http://dcwww.camd.dtu.dk/~askhl/files/gimp-quickref-makefile.diff

Is that correct and good?

Personally I could add 'da' and commit that, but that would not fix
the other languages, and strictly I am not sure whether to add 'da' in
one or both.  So what should be done?

Best regards
Ask

2016-10-03 10:58 GMT+02:00 Ask Hjorth Larsen <asklarsen gmail com>:
Hello

In the GIMP quick reference, the Makefile.am contains:

ALL_LINGUAS ?= de el en es fr it ja ko nl nn ru sl sv zh_CN
QUICKREFERENCE_ALL_LINGUAS ?= ca de el en fi fr it ja ko pl ru sv zh_CN
QUICKREFERENCE_LINGUAS = $(filter $(ALL_LINGUAS), $(QUICKREFERENCE_ALL_LINGUAS))

I am not really an expert in make, and I would like to add Danish,
'da'.  To which of the two lists should 'da' be added, or should it be
added to both?  And why?

I notice that most languages are listed in both, but ca is only in the
second, and es is only in the first.  Might this be an error?

Best regards
Ask


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]