Skip to content

Commit

Permalink
feat: Add Norsk Nynorsk as a selectable language (#1162)
Browse files Browse the repository at this point in the history
Fixes #1159
  • Loading branch information
nikclayton authored Dec 8, 2024
1 parent b25bf17 commit 1a85f27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<item>Magyar</item> <!-- hu: Hungarian -->
<item>Nederlands</item> <!-- nl: Dutch -->
<item>Norsk Bokmål (Norge)</item> <!-- nb-NO: Norwegian Bokmål (Norway) -->
<item>Norsk Nynorsk</item> <!-- nn: Norwegian Nynorsk -->
<item>Occitan</item> <!-- oc: Occitan -->
<item>Polski</item> <!-- pl: Polish -->
<item>Português (Brasil)</item> <!-- pt-BR: Portuguese (Brazil) -->
Expand Down Expand Up @@ -141,6 +142,7 @@
<item>hu</item>
<item>nl</item>
<item>nb-NO</item>
<item>nn</item>
<item>oc</item>
<item>pl</item>
<item>pt-BR</item>
Expand Down

0 comments on commit 1a85f27

Please sign in to comment.