Sha256: d90f53f1d1b041c7ce9bc0f9a23e86c3790496a9b8cdd01be74e295efe53fe23
Contents?: true
Size: 1.75 KB
Versions: 1
Compression:
Stored size: 1.75 KB
Contents
## [2.0.1] - 2021-11-07 - Finally a way to get around those pesky frozen strings! - By default, [defrost](https://github.com/tenderlove/defrost) is not loaded. You can turn this off by setting `TranslateSelf.defrosting = true`. - See `spec/frozen_strings_spec.rb` for more details and exciting ways of using it. - Using with frozen_string_literal: true is a great way to troll your coworkers. ## [1.0.1] - 2021-07-13 - I'm reading Polished Ruby, and I just learned that it's faster to pass symbols than strings sometimes, so as this library is very performance-oriented, symbols it is! ## [1.0.0] - 2021-06-11 - Refactored the translation part a bit. - Now you can translate strings that are over 30 kilobyte! I couldn't test this too much because of the limits on the free plan, but if you can test this feature, I'd be really happy to hear how it is working for you. ## [0.9.0] - 2021-06-08 ## [0.8.0] - 2021-06-08 - Add option to use the shorter `t_to_language_code` alias. ## [0.7.0] - 2021-06-08 - Get rid of duplicated code. Update `benchmark.rb`. ## [0.6.0] - 2021-06-08 - Add option to use ENV variable DEEPL_HOST # Breaking change from 0.8! - `t_to_language_code` was too much typing, so changed it to `to_language_code`. ## [0.5.0] - 2021-06-06 - Add TranslatableString class to work around frozen string literal magic comment. Also will not crash with frozen strings now. ## [0.4.0] - 2021-06-05 - The translated new string now knows what language it is. ## [0.3.0] - 2021-06-03 - Gemfile.lock was not automatically updated, testing it a bit. Seems like you need to update it by hand! ## [0.2.0] - 2021-06-03 - Commentation and cleanup of unneeded files. ## [0.1.0] - 2021-06-02 - Initial release! You can now translate strings! Be free!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translate_self-2.0.1 | CHANGELOG.md |