diff options
author | filip <filip.komar@gmail.com> | 2015-11-17 21:26:50 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-11-17 21:26:50 +0100 |
commit | 7e61f148558264cfc4a9720c78a4aede0b35498b (patch) | |
tree | 149acf4adf3816a716c16b5d177daf4d41307289 /langs/report_tx_git.php | |
parent | 237846976e683cbe17c94c03de18d21a498dddcb (diff) | |
download | www-7e61f148558264cfc4a9720c78a4aede0b35498b.tar www-7e61f148558264cfc4a9720c78a4aede0b35498b.tar.gz www-7e61f148558264cfc4a9720c78a4aede0b35498b.tar.bz2 www-7e61f148558264cfc4a9720c78a4aede0b35498b.tar.xz www-7e61f148558264cfc4a9720c78a4aede0b35498b.zip |
adding Mageia doc XSL files translation path
Diffstat (limited to 'langs/report_tx_git.php')
-rw-r--r-- | langs/report_tx_git.php | 5 |
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', |