Difference between revisions of "WxTranslatePluginForCB scripted plugin"

From Code::Blocks
(new scipted plugin to localization)
 
Line 2: Line 2:
 
* Author: LETARTARE
 
* Author: LETARTARE
 
* Purpose: The goal is to translate, in the local language, the development projects under 'Code::Blocks', only those using 'wxWidgets'.
 
* Purpose: The goal is to translate, in the local language, the development projects under 'Code::Blocks', only those using 'wxWidgets'.
The extension script 'script\wxTranslate_plugin.script' to generate in directory 'trlocale' a file :
+
:The extension script 'script\wxTranslate_plugin.script' to generate in directory 'trlocale' a file
- 'name_projet.po' for a single project,
+
::- 'name_projet.po' for a single project, or
- or 'name_projet_workspace.po' for cooperative project (workspace).
+
::- 'name_projet_workspace.po' for cooperative project (workspace).
 
* Version: 0.4.5 ; State: alpha - '''beta''' - stable
 
* Version: 0.4.5 ; State: alpha - '''beta''' - stable
 
* Last update: 28. Sept. 2013
 
* Last update: 28. Sept. 2013

Revision as of 13:20, 28 September 2013

  • Name: wxTranslatePluginForCB
  • Author: LETARTARE
  • Purpose: The goal is to translate, in the local language, the development projects under 'Code::Blocks', only those using 'wxWidgets'.
The extension script 'script\wxTranslate_plugin.script' to generate in directory 'trlocale' a file
- 'name_projet.po' for a single project, or
- 'name_projet_workspace.po' for cooperative project (workspace).
  • Version: 0.4.5 ; State: alpha - beta - stable
  • Last update: 28. Sept. 2013
  • Forum thread for discussion: [/index.php/topic,18223.0.html]
  • Link for download: [1]
  • Notes: Please have a look in the forum before using this plugin. Any support is welcome.


...back to Announcement for plugins/patches: