diff --git a/langs/shared-questions/nb_NO.json b/langs/shared-questions/nb_NO.json index 6628fb72dc..522b944d4e 100644 --- a/langs/shared-questions/nb_NO.json +++ b/langs/shared-questions/nb_NO.json @@ -210,6 +210,34 @@ } }, "question": "Hva er respektivt element på Wikipedia?" + }, + "denominations-coins": { + "mappings": { + "0": { + "then": "1-cent mynter aksepteres" + }, + "5": { + "then": "50-cent mynter aksepteres" + }, + "6": { + "then": "1-euro mynter aksepteres" + }, + "7": { + "then": "2-euro mynter aksepteres" + }, + "2": { + "then": "5-cent mynter aksepteres" + }, + "3": { + "then": "10-cent mynter aksepteres" + }, + "1": { + "then": "2-cent mynter aksepteres" + }, + "4": { + "then": "20-cent mynter aksepteres" + } + } } } -} \ No newline at end of file +}