Skip to content

Latest commit

 

History

History
126 lines (107 loc) · 6.26 KB

internationalization.md

File metadata and controls

126 lines (107 loc) · 6.26 KB

Bookmarks tagged [internationalization]

http://www.gnu.org/software/gettext/

GNU 'gettext'. [GPL2]


http://site.icu-project.org/

A set of C/C++ and Java libraries providing Unicode and Globalization support. [ICU]


http://www.gnu.org/software/libiconv/

An encoding conversion library between different character encodings. [GPL]


https://github.com/sheredom/utf8.h

Single header utf8 string functions for C and C++. [Unlicense]


https://github.com/JuliaStrings/utf8proc

A clean C library for processing UTF-8 Unicode data. [MIT]


https://github.com/grosser/fast_gettext

Ruby internationalization tool with less memory, simple, clean namespace and threadsafe.


https://github.com/globalize/globalize

Globalize builds on the I18n API in Ruby on Rails to add model translations to ActiveRecord models.


https://github.com/glebm/i18n-tasks

Manage missing and unused translations with the awesome power of static analysis.


https://github.com/svenfuchs/i18n

Ruby Internationalization and localization solution.


https://github.com/svenfuchs/rails-i18n

Repository for collecting Locale data for Rails I18n as well as other interesting, Rails related I18n stuff.


https://github.com/ai/r18n

Advanced i18n library for Rails, Sinatra, desktop apps, models, works well with complex languages like Russian.


https://github.com/pawurb/termit

Translations with speech synthesis in your terminal.


https://github.com/tolk/tolk

A web interface for doing i18n translations packaged as a Rails engine.


https://github.com/twitter/twitter-cldr-rb

Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more.


http://babel.pocoo.org/en/latest/

An internationalization library for Python.


https://github.com/ovalhub/pyicu

A wrapper of International Components for Unicode C++ library (ICU).


https://github.com/airbnb/polyglot.js

tiny i18n helper library.


https://github.com/nodeca/babelfish/

i18n with human friendly API and built in plurals support.