Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement some sort of fuzzy matcher function for strings that didnt have matches #2

Open
sirugh opened this issue Sep 24, 2020 · 0 comments

Comments

@sirugh
Copy link
Owner

sirugh commented Sep 24, 2020

If there is a new string that didn't match a magento string, we should see if there is a similar-ish string that we could use in place of the new one.

// new 
"key.newString": "You have placed no orders.""
// legacy
"You don't have any orders yet":  "You don't have any orders yet"
// suggested replacement:
"key.newString": "You don't have any orders yet"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant