aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report_tx_git.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs/report_tx_git.php')
-rw-r--r--langs/report_tx_git.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/langs/report_tx_git.php b/langs/report_tx_git.php
index 7628f3db9..5769d6576 100644
--- a/langs/report_tx_git.php
+++ b/langs/report_tx_git.php
@@ -60,6 +60,11 @@ $wanted_resource = (isset($_GET['r']) ? strip_tags(trim($_GET['r'])) : NULL);
if ('Documentation' == $resource_type) {
$git_resources = array(
array(
+ 'pot_name' => 'doc_xsl', // Mageia XSL files translation
+ 'tx_name' => 'doc_xsl',
+ 'git_path' => 'http://gitweb.mageia.org/software/i18n/tools/tree/docs/stylesheets/po',
+ ),
+ array(
'pot_name' => 'help', // Mageia Installer Help
'tx_name' => 'doc_installer',
'git_path' => 'http://gitweb.mageia.org/software/i18n/tools/plain/docs/installer',