Skip to content

Commit

Permalink
fix: re-added possibility to select Norwegian translation, closes #2988
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Jun 5, 2024
1 parent 15944fa commit 19f1a33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpmyfaq/src/phpMyFAQ/Language/LanguageCodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class LanguageCodes
'mt' => 'Maltese',
'my' => 'Burmese',
'na' => 'Nauru',
'nb' => 'Norwegian (Bokmal)',
'nb-no' => 'Norwegian (Bokmal)',
'ne' => 'Nepali (India)',
'nl' => 'Dutch',
Expand Down Expand Up @@ -259,6 +260,7 @@ class LanguageCodes
'lt' => 'Lithuanian',
'ms' => 'Malay',
'mn' => 'Mongolian',
'nb' => 'Norwegian',
'pl' => 'Polish',
'pt' => 'Portuguese',
'pt-br' => 'Portuguese (Brazil)',
Expand Down

0 comments on commit 19f1a33

Please sign in to comment.