Hotfix - syntax error in norwegian localization file (this will be included in the v1.17.0 release)

This commit is contained in:
Bernd Bestel 2018-08-04 17:46:40 +02:00
parent 5833364e51
commit 282ee0885b
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -262,6 +262,6 @@ return array(
'German' => 'Tysk',
'Italian' => 'Italiensk',
'Demo in different language' => 'Demo i annet språk',
'This is the note content of the recipe ingredient' => 'Dette er notisen for ingrediensen i oppskriften'
'This is the note content of the recipe ingredient' => 'Dette er notisen for ingrediensen i oppskriften',
'Demo User' => 'Demo Bruker'
);