Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix space omission when translating into CJK languages (#956)
This PR fixes an issue where we are checking for equality on the language tag for CJK languages, when we really need to be checking if the tag starts with the language tag. Before this PR `zh-Hans` would not match. After this PR it will match.
- Loading branch information