OBM Translation is a gnome application, written in Ruby, usefull to maintain OBM translations. This application was written by Vincent Alquier. OBM Translation is free software released under the terms of the GNU Lesser General Public Licence (LGPL) version 3.
Current release is version 0.5.
Since version 0.5, OBM Translation remember the latest OBM language files directory opened. This information is stored into ~/.obmtranslation.
Since version 0.4.1, OBM Translation is designed to work by default with current OBM trunk (future OBM 2.2) language files, which are UTF-8 encoded. If you are using OBM Translation with OBM 2.1.X (or under) language files, remember to change the Charset constant in file obmtranslation/config.rb to look like :
Charset = 'iso-8859-15'
Since version 0.4, you can directly open the file you want to translate with an optional command line argument. As exemple, to edit the calendar.inc file in english, just type the path to this file.
obmtranslation.rb path/to/obminclude/lang/en/calendar.inc
Obm Translation is now available as a deb package.
Changes from 0.4.1 to 0.5
Changes from 0.4 to 0.4.1 :
Changes from 0.3 to 0.4 :
Current release (0.5) is available as deb package (obmtranslation-0.5.deb) or tgz archive (obmtranslation-0.5.tgz).
SVN access, source code, previous releases(, and more) are available on the google code project page.
This application depends on :
Please Note: This application depends on gtk, but works on KDE as well as on Gnome.