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

Already on GitHub? Sign in to your account

Order vocabulary page with ICU to handle each language collation #214

Merged
merged 1 commit into from Jul 4, 2013

Conversation

Projects
None yet
1 participant
Contributor

saivann commented Jul 2, 2013

This pull request allows alphabetical sorting to be handled automatically for each language using the ICU standard instead of using pre-ordered arrays.

This makes it much easier to manage the vocabulary page when adding / changing things in the table of content.

Using this feature adds a dependency on ffi-icu ruby gem.

saivann added a commit that referenced this pull request Jul 4, 2013

Merge pull request #214 from bitcoin/indexicu
Order vocabulary page with ICU to handle each language collation

@saivann saivann merged commit 07eb711 into master Jul 4, 2013

@saivann saivann deleted the indexicu branch Jul 4, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment