diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-08-13 22:21:33 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-08-13 22:21:33 +0200 |
commit | f60ee85f680edbce549331f897368319f44623f4 (patch) | |
tree | a7d95449035c623c0aca86555b565e4aec808a53 /scripts | |
parent | 185f18024a208e0d981721e492a4ca54263e2520 (diff) |
Update extension configuration file creation (doesn't work yet in translatewiki.net).
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update_po_templates.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/update_po_templates.php b/scripts/update_po_templates.php index af9ed8d20..f10f20842 100755 --- a/scripts/update_po_templates.php +++ b/scripts/update_po_templates.php @@ -94,15 +94,15 @@ function do_translatewiki_plugin($basedir, $plugin) BASIC: id: out-statusnet-{$pluginlc} label: StatusNet - {$plugin} - description: "{{int:bw-desc-statusnet-plugin-{$pluginlc}}}" namespace: NS_STATUSNET + description: "{{int:bw-desc-statusnet-plugin}}" + class: FileBasedMessageGroup display: out/statusnet/{$pluginlc} - class: GettextMessageGroup FILES: class: GettextFFS - sourcePattern: %GROUPROOT%/plugins/{$plugin}/locale/%CODE%/LC_MESSAGES/{$plugin}.po - targetPattern: plugins/{$plugin}/locale/%CODE%/LC_MESSAGES/{$plugin}.po + sourcePattern: %GROUPROOT%/statusnet/plugins/{$plugin}/locale/{$plugin}.pot + targetPattern: statusnet/plugins/{$plugin}/locale/%CODE%/LC_MESSAGES/{$plugin}.po codeMap: en-gb: en_GB no: nb |