-
Improvement
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
We display [No lyrics] for zxx (in place of "No linguistic content") in various places for works:
$ git grep -F '[No lyrics]' lib/MusicBrainz/Server/Data/Language.pm: $wl->language->name(l("[No lyrics]")); lib/MusicBrainz/Server/Edit/Work/Create.pm: $language->name(l("[No lyrics]")); lib/MusicBrainz/Server/Edit/Work/Edit.pm: $language->name(l("[No lyrics]")); lib/MusicBrainz/Server/Form/Utils.pm: $language->name(l("[No lyrics]"));
And soon to be in https://github.com/metabrainz/musicbrainz-server/pull/1421
It'd be nice to consolidate these somehow. Perhaps by adding a name method to WorkLanguage that returns [No lyrics] in that case, and the underlying language name otherwise.