README.md in translate_self-1.0.1 vs README.md in translate_self-2.0.1
- old
+ new
@@ -102,9 +102,16 @@
hello = TranslatableString.new('hello', language: 'en', to_language: 'fi')
hello.translate
# "Moi"
```
+OR!
+Use it with [defrost](https://github.com/tenderlove/defrost)!
+By default, defrost is not loaded. You can turn this on by setting `TranslateSelf.defrosting = true`, and after that, no need to worry about frozen strings!
+This will defrost strings if they're frozen.
+Might be a bit slower, but it's worth it!
+Interesting debug sessions guaranteed.
+
## Benchmark
Create a string 5000000 times.
```shell