Defining translations for states other than using the static $name property? #166
Answered
by
brendt
developman-akl
asked this question in
Q&A
-
Hi, Is there any way to provide translation for the states other than using the static Could you please give some advice? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
brendt
Apr 21, 2021
Replies: 1 comment 2 replies
-
That's not possible. I'd recommend looking into the viewmodel pattern or some kind of state resource to do name mappings for frontend purposes. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
brendt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's not possible. I'd recommend looking into the viewmodel pattern or some kind of state resource to do name mappings for frontend purposes.