lilypond-devel
[Top][All Lists]
Advanced

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

Re: Make doc; create-weblinks and translations


From: Jean-Charles Malahieude
Subject: Re: Make doc; create-weblinks and translations
Date: Sat, 02 Feb 2013 18:30:46 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

Le 29/01/2013 17:20, Phil Holmes disait :
----- Original Message ----- From: "David Kastrup" <address@hidden>
To: <address@hidden>
Sent: Tuesday, January 29, 2013 4:13 PM
Subject: Re: Make doc; create-weblinks and translations


"Phil Holmes" <address@hidden> writes:


As for getting rid of unmaintained output - I agree on balance.  It
would be interesting to be told which languages are actively
maintained and which are moribund.  I expect getting them out of the
build system to be as easy as getting a new one in.  i.e. hard....

I'd not want to have them removed them from the build system.  Just stop
linking to them and/or offering versions on our web pages.


The only way to get rid of them from the web pages (AFAIK) is to stop
them being built - i.e. remove them from the build system.  Not
necessarily delete them from git.


There already is a simple way to exclude any translated version to be built. In order to have only English, French and Italian, I modified python/langdefs.py accordingly; you won't unfortunately get rid of the complaining "create-weblinks-itexi: warning: [cs]: translation missing for:..." due to a lacking 'cs' section in script/build/create-weblinks-itexi.py (I could "pick" some from Documentation/web/manuals and let the other in German in the meantime).

in python/langdefs.py:
@@ -70,10 +70,17 @@ nl = LanguageDef ('nl', 'nederlands')
 zh = LanguageDef ('zh', '中文', enable_ly_identifier_l10n=False)

 # Outdated or broken translations may be disabled
 # (please run 'make doc-clean' before doing that):
 #fr.enabled = False
+cs.enabled = False
+es.enabled = False
+de.enabled = False
+hu.enabled = False
+ja.enabled = False
+nl.enabled = False
+zh.enabled = False


HTH,
Jean-Charles




reply via email to

[Prev in Thread] Current Thread [Next in Thread]