diff options
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( |