Bug 380655

Summary: Vfke RKWard documentation translatable
Product: [Applications] rkward Reporter: RKWard Team <rkward-devel>
Component: generalAssignee: RKWard Team <rkward-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:
Attachments: -- Originally posted by (AT sourceforge.net): yurchor -- Vfke RKWard documentation translatable

Description RKWard Team 2013-10-13 13:12:17 UTC
-- Originally posted by (AT sourceforge.net): yurchor --

-- This ticket was imported from http://sourceforge.net/p/rkward/feature-requests/121 on 2017-05-31 14:49:01 +0100 --
Attached are some scripts to extract, update and merge the translations of RKWard help files. The scripts need po4a installed.
 
./makepot.sh
       produces POT template file in locales subfolder of the /pages folder with rkh files.
 
./update.sh locale
       updates PO file in /locales or all PO files if run without argument.
 
./makedoc.sh locale
       produces ready to use localized docs for the given locale or for all available locales if run without arguments.

Localization can be made in two ways:

1. Separate folder for every locale (usual scheme for KDE, GNOME, etc., that's how the attached scripts work), help files are loaded from the subfolder of the current locale.

2. All files in one folder, translations have additional _locale suffix in names (that's how Inkscape translation works, needs some minor tweaking of the scripts.-- Labels: L10N --

-- Created an attachment --
Comment 1 Thomas Friedrichsmeier 2015-06-05 18:19:17 UTC
- **status**: open --> closed
Comment 2 Thomas Friedrichsmeier 2015-06-05 18:19:18 UTC
Implemented in 0.6.3