diff options
author | filip <filip.komar@gmail.com> | 2017-04-29 20:07:34 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2017-04-29 20:07:34 +0200 |
commit | e07510111f5a52b411daef029b17e9066b4ca02c (patch) | |
tree | c1954ae5a677f897079b301eb385c7a55b2f70ca /langs/resources_list.php | |
parent | cf2e9524362a1433b58e38a2659bdf79644b44fd (diff) | |
download | www-e07510111f5a52b411daef029b17e9066b4ca02c.tar www-e07510111f5a52b411daef029b17e9066b4ca02c.tar.gz www-e07510111f5a52b411daef029b17e9066b4ca02c.tar.bz2 www-e07510111f5a52b411daef029b17e9066b4ca02c.tar.xz www-e07510111f5a52b411daef029b17e9066b4ca02c.zip |
Adding Mageia bootiso Help to the diff report
Diffstat (limited to 'langs/resources_list.php')
-rw-r--r-- | langs/resources_list.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/langs/resources_list.php b/langs/resources_list.php index e4de2f3c8..3bada5149 100644 --- a/langs/resources_list.php +++ b/langs/resources_list.php @@ -17,6 +17,11 @@ if ('Documentation' == $resource_type) { 'tx_name' => 'mcc-help', 'git_path' => 'http://gitweb.mageia.org/software/i18n/tools/plain/docs/mcc-help', ), + array( + 'pot_name' => 'bootiso', // Mageia bootiso Help + 'tx_name' => 'bootiso-help', + 'git_path' => 'http://gitweb.mageia.org/software/i18n/tools/plain/docs/bootiso', + ), ); } else if ('Cauldron' == $resource_type) { $git_resources = array( |