Project

kdegettext

0.0
No commit activity in last 3 years
No release in over 3 years
KDEgettext.rb is a parser that extends ruby gettext to work with the Qt/KDE framework provided by korundum. It allows creating catalog files (po-file) with the GNU GetText format.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.0.4
>= 2.0.4
>= 2.0.3
 Project Readme

Readme¶ ↑

Install¶ ↑

  • gem install kdegettext for your standard ruby version

  • gem1.9 install kdegettext for other ruby versions (command may be slightly differ on your ruby installation)

Acknowledgments¶ ↑

Bugs¶ ↑

  • in ruby1.8 the hash (TargetList) is not sorted, so the output in po is not sorted for line numbers

  • IMPORTANT!: This program might work only in a login console (su - user) and/or with ruby v1.9

Dependencies¶ ↑

  • should be resolved automatically via gem install

  • otherwise manual installation via

    • ruby 1.8: gem install locale gettext ruby_parser sexp_processor

    • ruby 1.9: gem1.9 install locale gettext ruby_parser sexp_processor

Usage¶ ↑

  • kdegettext.rb file_1.rb [file2_rb, ...]

  • with other ruby version: ruby1.9 /usr/bin/kgettext.rb file_1.rb [file2_rb, ...]