Replies: 1 comment
-
Such variables are typically expanded when rendering the translations, not when doing them. Weblate has support of checking many format strings, see https://docs.weblate.org/en/latest/user/checks.html#formatted-strings |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm exploring a migration from an existing tool to Weblate.
In the existing tool, a string can reference another like this:
string key
appname
= "My Great App"string key
gotoapp
= "Go to [$$appname$$]"Then if I go look at
gotoapp
it reads as "Go to My Great App".Does this concept exist in Weblate? Apologies if I'm just missing it in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions