lib/words.rb in humanize-1.2.3 vs lib/words.rb in humanize-1.2.4

- old
+ new

@@ -12,7 +12,14 @@ :negative => 'négatif', :zero => 'zéro', :point => 'virgule', :and => '', :comma => '' + }, + :tr => { + :negative => 'eksi', + :zero => 'sıfır', + :point => 'virgül', + :and => '', + :comma => '' } }