Improve database health status message
This commit is contained in:
@@ -3,10 +3,11 @@ export const DEFAULT_LANG = 'en_US'
|
||||
const dict = {
|
||||
Database: 0,
|
||||
'The database is not ready': 1,
|
||||
'Todo API': 2,
|
||||
'The Todo API is ready': 3,
|
||||
'The Todo API is not ready': 4,
|
||||
'REST API for todo items': 5,
|
||||
'The database is ready': 2,
|
||||
'Todo API': 3,
|
||||
'The Todo API is ready': 4,
|
||||
'The Todo API is not ready': 5,
|
||||
'REST API for todo items': 6,
|
||||
} as const
|
||||
|
||||
export type I18nKey = keyof typeof dict
|
||||
|
||||
Reference in New Issue
Block a user