Swen Kooij def7dae640 Add LocalizedValue.translate()
LocalizedValue.translate() behaves the exact same as the str(..) cast
works, with the exception that it returns None if there is no value
instead of an empty string. This makes it easier to implement custom
value classes on top of the LocalizedValue class.

Behavior for str(..) stays the same as it was.
2018-06-14 07:57:02 +03:00
..
2016-10-21 12:57:51 +03:00
2018-01-29 13:30:43 +02:00
2018-01-29 13:30:43 +02:00
2018-06-14 07:57:02 +03:00