rsl / stringex

Some [hopefully] useful extensions to Ruby’s String class. It is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class].
MIT License
984 stars 158 forks source link

Added new vietnamese translation #167

Closed thangngoc89 closed 9 years ago

rsl commented 9 years ago

hey looks good. do you mind writing a test file for this? you can find examples in the test/unit/localization directory. need to have something to test against regressions for this. thanks.

rsl commented 9 years ago

closing due to no tests. sorry. totally feel free to reopen with some tests as shown in the test/unit/localization directory. thanks.