rosetta icon indicating copy to clipboard operation
rosetta copied to clipboard

Implement key nesting

Open wout opened this issue 4 years ago • 0 comments

Allow re-use of existing translations with nested keys. For example:

en:
  example:
    hello: "Hello %r{example.subject}!"
    subject: "world"

Those values will be pre-filled by the parser, so any interpolation keys in the nested keys will be transferred automatically.

wout avatar Sep 09 '21 10:09 wout