Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

[th] Prevent 2 separated words to stick together #451

Merged
merged 1 commit into from
Jun 14, 2021
Merged

[th] Prevent 2 separated words to stick together #451

merged 1 commit into from
Jun 14, 2021

Conversation

bact
Copy link
Contributor

@bact bact commented Jun 12, 2021

Replace invalid char with a space instead of just remove it, to prevent two separated words to stick together after the removal.

Before:

  • ยิ้ม😊กิน -> ยิ้มกิน

After:

  • ยิ้ม😊กิน -> ยิ้ม กิน

If excessive spaces occur, they will be eliminated later.

Replace invalid char with a space instead of just remove it, to prevent two separated words to stick together after the removal.
If excessive spaces occur, they will be eliminated later.
@bact bact changed the title Prevent 2 separated words to stick together [th] Prevent 2 separated words to stick together Jun 12, 2021
Copy link
Member

@MichaelKohler MichaelKohler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@MichaelKohler MichaelKohler merged commit 0ee3bae into common-voice:main Jun 14, 2021
MichaelKohler pushed a commit that referenced this pull request Jun 14, 2021
## [2.4.5](v2.4.4...v2.4.5) (2021-06-14)

### Bug Fixes

* [th] Prevent 2 separated words to stick together ([#451](#451)) ([0ee3bae](0ee3bae))
@MichaelKohler
Copy link
Member

🎉 This PR is included in version 2.4.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@bact bact deleted the patch-2 branch June 15, 2021 11:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants