Koka / gettext-rs

GNU Gettext FFI binding for Rust
51 stars 25 forks source link

Implement `{{}}` escaping #72

Closed mks-h closed 2 years ago

mks-h commented 2 years ago

Formatting macros doesn't support any escaping. The standard way to escape { is with another { (e.g. } -> }}, {} -> {{}})

mks-h commented 2 years ago

Closing this issue in favor of #86