dialect icon indicating copy to clipboard operation
dialect copied to clipboard

Translations for nodejs

Results 4 dialect issues
Sort by recently updated
recently updated
newest added

This allows the user to select a different locale when doing a 'get'. It is useful if more than a single output locale is needed.

There are several issues with installing `sqlite` package on node (it says `0.6.x` fails, but I'm facing errors with `0.8.0`): - https://github.com/orlandov/node-sqlite/issues/38 - https://github.com/orlandov/node-sqlite/issues/40 Installing `sqlite` from [this fork](https://github.com/nukulb/node-sqlite/) helps...

Is anyone using Dialect to serve translated pages on a per-request basis? It appears to me that there is no request context available to Dialect.

Dialect currently does not help when clients are rendered on the client side. It would be very nice to have some basics implemented for : - passing tranlsations to the...