Skip to content

Commit

Permalink
Update: add a couple of new dictionaries to the set that Mudlet recog…
Browse files Browse the repository at this point in the history
…nises

This is so that a text is displayed instead of a fall-back of the locale
code.

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
  • Loading branch information
SlySven committed Jul 2, 2020
1 parent 9c49c19 commit 328bc98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mudlet.cpp
Expand Up @@ -806,9 +806,11 @@ void mudlet::loadMaps()
{QStringLiteral("ne"), tr("Nepali")},
{QStringLiteral("ne_np"), tr("Nepali (Nepal)")},
{QStringLiteral("nl"), tr("Dutch")},
{QStringLiteral("nl_an"), tr("Dutch (Netherlands Antilles)")},
{QStringLiteral("nl_aw"), tr("Dutch (Aruba)")},
{QStringLiteral("nl_be"), tr("Dutch (Belgium)")},
{QStringLiteral("nl_nl"), tr("Dutch (Netherlands)")},
{QStringLiteral("nl_sr"), tr("Dutch (Suriname)")},
{QStringLiteral("nn"), tr("Norwegian Nynorsk")},
{QStringLiteral("nn_no"), tr("Norwegian Nynorsk (Norway)")},
{QStringLiteral("oc"), tr("Occitan")},
Expand Down

0 comments on commit 328bc98

Please sign in to comment.