Skip to content

Nested templates #39

@Loskir

Description

@Loskir

Add the t function to templateData so that we can use t inside the template itself

For example:

greeting: hello!
main: i like trains.
end: bye!

text: |-
  ${t('greeting')}

  ${t('main')}

  ${t('end')}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions