Skip to content

Fix translation_fallback in langdefs.py

Jean Abou Samra requested to merge dev/jas/fix-langdefs into master

I had inadvertently broken it in commit 14f96a55. It needs to be a dict, not a set of tuples.

This is currently blocking translation-status.py: https://lists.gnu.org/archive/html/lilypond-devel/2020-08/msg00106.html. As a result, I’d like to merge this outside the countdown so that translators can do their job.

/cc @jeancharlesm @hanwenn

Merge request reports