Bug 380655 - Vfke RKWard documentation translatable
Summary: Vfke RKWard documentation translatable
Status: RESOLVED FIXED
Alias: None
Product: rkward
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: RKWard Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-13 13:12 UTC by RKWard Team
Modified: 2015-06-05 18:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
-- Originally posted by (AT sourceforge.net): yurchor -- Vfke RKWard documentation translatable (730 bytes, application/x-tar)
2013-10-13 13:12 UTC, RKWard Team
Details

Note You need to log in before you can comment on or make changes to this bug.
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