alexduryee / timetwister

Powerful Ruby date parser
MIT License
34 stars 6 forks source link

add foreign language support #6

Open alexduryee opened 8 years ago

alexduryee commented 8 years ago

The library currently has no foreign language support, although it should be simple to implement (dict of mappings e.g. {"janvier" => "January"}

alexduryee commented 8 years ago

Support for French and Spanish months added.

alexduryee commented 8 years ago

Support for Italian and German months added by @retokromer (thanks!)