mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 21:27:10 -05:00
feat: locales availability + IE display mode
This commit is contained in:
@@ -20,7 +20,8 @@ module.exports = class Locale extends Model {
|
||||
name: {type: 'string'},
|
||||
nativeName: {type: 'string'},
|
||||
createdAt: {type: 'string'},
|
||||
updatedAt: {type: 'string'}
|
||||
updatedAt: {type: 'string'},
|
||||
availability: {type: 'integer'}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user