Best Localization & Internationalization Software for Linux
rxvt-unicode is a clone of the well known terminal emulator rxvt, modified to store text in Unicode (either UCS-2 or UCS-4) and to use locale-correct input and output. rxvt-unicode also supports mixing multiple fonts at the same time, including Xft...
IDNA stands for "Internationalized Domain Names in Applications". Although there's various extensions for PHP, most of the providers do not offer these for use. That's why we programmed an implementation written in PHP completely. PHP Net_IDNA class is...
rbtranslations is a module to managing localized messages in a Python application. Read the Package Documentation for details.The source is maintained at github. Please use the issue tracker there to report any issues.InstallationThe simplest and...
setup-gettext script is intended to be used instead of either gettextize or autopoint. setup-gettext script handles most of the magic of cross-version compatibility.In mid-August 2002, I got to know the various versions of gettext better than I wanted to....
translationstring is a Python library used by various Repoze packages for internationalization (i18n) duties related to translation.This package provides a translation string class, a translation string factory class, translation and pluralization...
pylint-i18n is a Python module that find strings in your code that should be passed through...
i18n is a package that tries to simplify the workflow and development of internationalized applications. It is a thin wrapper around existing tools, in particular gettext and babel.Basic usage# demo.py#from i18n.translator import...
ikazuchi.plugins.pofile is plugin for ikazuchi to transalte PO file with good reference.ikazuchi is intended to work with other tools since it's a CUI tool.See the project documentation for more detail.Setupby easy_installMake...
babel-obviel integrates Obviel with the Babel i18n tools. You can then use the Babel extraction system to extract message ids from Obviel Template (.obvt) files. Babel Obviel knows about Obviel Template's rules for message id generation so should...
speaklater is a Python module that provides lazy strings for translations. Basically you get an object that appears to be a string but changes the value every time the value is evaluated based on a callable you provide.For example you can have a...