Hotfix (will be included in v1.21.0 release): Fixed a syntax error in norwegian localization file

This commit is contained in:
Bernd Bestel
2018-10-06 12:08:44 +02:00
parent 6202e8bda7
commit 3262e534dc

View File

@@ -359,7 +359,7 @@ return array(
'Tinned food' => 'Boksemat',
'Butchery products' => 'Produkt fra slakteren',
'Vegetables/Fruits' => 'Frukt/ Grønnsaker',
'Refrigerated products' => 'Kjølte produkter'
'Refrigerated products' => 'Kjølte produkter',
'Coffee machine' => 'Kaffetrakter',
'Dishwasher' => 'Oppvaskmaskin'
);