UNPKG

i18n-node-server

Version:

NodeJS http server to store your internationalized phrases

8 lines (3 loc) 186 B
export const FILE_NOT_FOUND = new Error("File not found"); export const IDENT_NOT_VALID = new Error("Ident not valid"); export const IDENT_EXISTS = new Error("Ident exists");