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
Adding in non-english characters has broken the python script.
Also, I think the script changed a - to \u2013 here and in this commit eb22c11. Makes me think the script made this change.
Add support so it will still run and also not overwrite any committed (non-English) translations of strategy descriptions.
See if it has a problem with - or other non-alphabet characters.
Adding in non-english characters has broken the python script.
Also, I think the script changed a
-to\u2013here and in this commit eb22c11. Makes me think the script made this change.
-or other non-alphabet characters.