From: Siebrand Mazeland Date: Wed, 13 Jan 2010 22:33:05 +0000 (+0100) Subject: Update generation of YAML files X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=519e1e6250d995aad0b7705ca46dec989e8d8e8c;p=quix0rs-gnu-social.git Update generation of YAML files * need lower case in some places * update target path Not in production yet at translatewiki.net - need some Translate extension code changes to get YAML config support for Gettext first. --- diff --git a/scripts/update_po_templates.php b/scripts/update_po_templates.php index 83bff6d806..f882f673a4 100755 --- a/scripts/update_po_templates.php +++ b/scripts/update_po_templates.php @@ -80,20 +80,21 @@ function do_translatewiki_plugin($basedir, $plugin) mkdir($yamldir); } $outfile = "$yamldir/StatusNet-{$plugin}.yml"; + $pluginlc = strtolower( $plugin ); $data = <<