Status: Started Owner: ---- Labels: Type-Enhancement Patch-new
New issue 2899 by [email protected]: Patch: Emit warnings for missing translations.
http://code.google.com/p/lilypond/issues/detail?id=2899 Emit warnings for missing translations. Some of the translations for the python scripts reside directly in the python scripts as dictionaries. Since they do not use the usual gettext framework, our bank of translated strings is not used. So there are a few strings that need translating directly in the python files. This patch enables emitting a warning for each missing translated string. Using gettext for these translations is issue 1050. http://codereview.appspot.com/6689043
