Projects tagged ‘localization’ and ‘python’


[7 total ]

16USERS
   

A collection of tools for internationalizing Python applications Babel is composed of two major parts: - tools to build and work with gettext message catalogs - a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.

6USERS
   

Pootle is a web based translation and translation management tool. It can manage community based localisation of both PO and XLIFF files.

4USERS
 

The Translate Toolkit gives translators a number of tools to enhance their localization activity. Support is included for standard localization formats including Gettext PO, XLIFF, TMX and TBX This includes converters. These can convert from ... [More] various formats including Java properties, Mozilla files, OpenOffice.org, Qt .ts and others. Other tools allow for quality assurance with over 40 checks, greping, debugging and counting. [Less]

2USERS
   

Virtaal is a localization and translation tool, also called a CAT tool. It builds on the Translate Toolkit to offer translators a rich translation experience. It support the editing of the following translation formats: XLIFF, Gettext PO, Qt ... [More] Linguist, Gettext MO, Wordfast TM and others. Its simple interface design focuses on removing the clutter associated with most localisation tools and allowing the translator to focus on task at hand with the information they need to complete the current task. [Less]

2USERS

I18NToolBox is an application to ease the use of gettext tools in python projects and also templating engines(currently, only Genshi is supported; of course any templating engines that compiles the templates to python code will also be supported.) It's development is still in an early stage. This description will be updated as we go along.

1USERS

PyICU is a python extension wrapping IBM's ICU C++ API.

0USERS

a set of localization tools to make python support Chinese and Chinese culture better. Contact me (panjy at zopen dot cn) if you want to contribute. 聚合国内python人的力量,建立一整套python的中文本地化工具包。 ... [More] gb18030的python-codec是韩国人帮咱们写的,这个有些汗了。自己的事情,还是应该由咱们自己来完成! 典型的是: 1. 汉字 -> 拼音 转换 2. 中英文字数统计 3. 公历 -> 阴历 转换 4. 中文分词 5. 中英文文本折行 6. 繁簡中文轉換, 支援多種編碼方式 架構主要模塊名稱: zhutils 調用方法 >>> import zhutils >>> dir(zhutils) ......主要分類模塊: - word 與文字處理, 翻譯有關模塊 - datetime 與曆法, 時間有關模塊 調用方法 >>> import zhutils >>> dir(zhutils.word) ...... >>> dir(zhutils.datetime) ......相關專案 周蟒: Python 中文編程工具, 繁簡中文關鍵字對應表, 咬一口 Python 電子書(中文) [Less]