Merge pull request #2083 from BaronGreenback/pluginMod
Multi-repository plugin modification
This commit is contained in:
@@ -24,7 +24,7 @@ function populateVersions(packageInfo, page, installedPlugin) {
|
||||
|
||||
for (let i = 0; i < packageInfo.versions.length; i++) {
|
||||
const version = packageInfo.versions[i];
|
||||
html += '<option value="' + version.version + '">' + version.version + '</option>';
|
||||
html += '<option value="' + version.version + '">' + globalize.translate('PluginFromRepo', version.version, version.repositoryName) + '</option>';
|
||||
}
|
||||
|
||||
const selectmenu = $('#selectVersion', page).html(html);
|
||||
|
||||
@@ -1158,6 +1158,7 @@
|
||||
"ProductionLocations": "Production locations",
|
||||
"Profile": "Profile",
|
||||
"Programs": "Programs",
|
||||
"PluginFromRepo": "{0} from repository {1}",
|
||||
"Quality": "Quality",
|
||||
"QuickConnect": "Quick Connect",
|
||||
"QuickConnectActivationSuccessful": "Successfully activated",
|
||||
|
||||
Reference in New Issue
Block a user