1602 / jugglingdb

Multi-database ORM for nodejs: redis, mongodb, mysql, sqlite3, postgresql, arango, in-memory...
http://1602.github.io/jugglingdb/
2.04k stars 241 forks source link

i18n for validation messages #344

Closed marcusgreenwood closed 10 years ago

marcusgreenwood commented 10 years ago

Please can you make it so that it is possible to 'internationalise' the validation and other messages coming from jugglingdb

1602 commented 10 years ago

I added i18n support for errors: https://github.com/1602/jugglingdb/commit/4172d6f5e927d809499dd41be937879da25264b8

See test/i18n.test.js for usage examples.

Compound integration coming soon.