source: frontend/node_modules/tr46/lib/statusMapping.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 246 bytes
Line 
1"use strict";
2
3module.exports.STATUS_MAPPING = {
4 mapped: 1,
5 valid: 2,
6 disallowed: 3,
7 disallowed_STD3_valid: 4, // eslint-disable-line camelcase
8 disallowed_STD3_mapped: 5, // eslint-disable-line camelcase
9 deviation: 6,
10 ignored: 7
11};
Note: See TracBrowser for help on using the repository browser.