Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions Bugzilla.i18n.php

This file was deleted.

5 changes: 2 additions & 3 deletions Bugzilla.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
$wgExtensionCredits['other'][] = array(
'name' => 'Bugzilla',
'author' => 'Christian Legnitto',
'url' => 'https://github.com/LegNeato/mediawiki-bugzilla',
'url' => 'https://github.com/mozilla/mediawiki-bugzilla',
'descriptionmsg' => 'bugzilla-desc',
'license-name' => 'MPL2'
);
Expand All @@ -42,8 +42,7 @@
*/

$cwd = dirname(__FILE__); // We don't need to do this more than once!

$wgExtensionMessagesFiles['Bugzilla'] = "$cwd/Bugzilla.i18n.php";
$wgMessagesDirs['Bugzilla'] = __DIR__ . '/i18n';

$wgAutoloadClasses['Bugzilla'] = $cwd . '/Bugzilla.class.php';
$wgAutoloadClasses['BugzillaQuery'] = $cwd . '/BugzillaQuery.class.php';
Expand Down
8 changes: 8 additions & 0 deletions i18n/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@metadata": {
"authors": [
"Dennis Roczek"
]
},
"bugzilla-desc": "Diese Erweiterung erlaubt die lesende Integration mit Bugzilla's REST API"
}
5 changes: 5 additions & 0 deletions i18n/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"@metadata": {
},
"bugzilla-desc": "This extension allows read-only integration with Bugzilla via the REST API"
}
7 changes: 7 additions & 0 deletions i18n/qqq.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@metadata": {
},
"bugzilla-desc": "[[Special:Version]] description"
}


1 change: 1 addition & 0 deletions web/js/jquery.dataTables.js
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@
* Notes: The words in the format _VAR_ are variables which are dynamically replaced
* by javascript
*/
//TODO: replace these entries with the i18n keywords
this.oLanguage = {
"sProcessing": "Processing...",
"sLengthMenu": "Show _MENU_ entries",
Expand Down