linked message with key separated with "." #635
Unanswered
hamsterbacke81
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi,
I am not sure if this is a bug or I just simply use the wrong syntax... I try to use linked message with @: in my json language file:
in
list.tabletitle
, with@editTitle
I get the expected outputtesttitle
, but with@:test.123
or@:test.111
, I got empty string and with@:(test.123)
I get the string literal@:(test.123)
. Did I do something wrong?Beta Was this translation helpful? Give feedback.
All reactions