Replies: 1 comment 2 replies
-
|
What if you put those in description? It can be an object iirc. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i have opened a FR at Weblate WeblateOrg/weblate#15131 to support additional fields on the extracted source file.
The idea is to declare additional fields like
flagsandlabelsin the code, that will be processed by the translation management system.I thought it was possible to use a custom formatter to output those fields, but it seems that the messages received in the
formatfunction are already processed, and only containdefaultMessageandDescription.I tried using a custom formatter like so:
And a message definition like so:
However, the
flagsare not present when theformatfunction executes.What would it take to support something like this ?
Beta Was this translation helpful? Give feedback.
All reactions