L10n:Silme: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 41: Line 41:
== Sources ==
== Sources ==


* [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme]
* [http://hg.mozilla.org/l10n/silme http://hg.mozilla.org/l10n/silme]

Revision as of 09:25, 6 August 2009

Silme is a l10n library written in python.

Overview

Silme is a library focused on improving the experience of developing localization related applications and web applications.

Features

  • Format neutrality which allows easy lossless import and export between various l10n formats.
  • I/O neutrality which allows easy read/write from/to files, jar packages, mysql databases and revision control systems.
  • Easy diff generator which allows to build and apply smart diffs between different localizations.

Releases

Tutorial

Scripts/Examples

Sources