You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the below case: Translations:
EN: Please enter at least {{currency}} {{amount}}:
AR: Please enter at least {{amount}} {{currency}}:
Following the docs our translation value look like this
EN: Please enter at least {0} {1}:
AR: Please enter at least {0} {1}:
At the moment in order to achieve this we have to manually change the order of the parameters in the language is AR.
Is there any other way to have parameters in the translation without order being important?
The text was updated successfully, but these errors were encountered:
Hello,
We have the below case:
Translations:
EN: Please enter at least {{currency}} {{amount}}:
AR: Please enter at least {{amount}} {{currency}}:
Following the docs our translation value look like this
EN: Please enter at least {0} {1}:
AR: Please enter at least {0} {1}:
At the moment in order to achieve this we have to manually change the order of the parameters in the language is AR.
Is there any other way to have parameters in the translation without order being important?
The text was updated successfully, but these errors were encountered: