From 7cf19a20bad441301ec2bba7cc8c95b8224f5dae Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Tue, 18 Oct 2022 15:33:42 +0200 Subject: [PATCH] Add info about opi tool --- data/jekyll-src/readme.md | 2 ++ data/qrc/main.qml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/data/jekyll-src/readme.md b/data/jekyll-src/readme.md index 6f85a40..c605807 100644 --- a/data/jekyll-src/readme.md +++ b/data/jekyll-src/readme.md @@ -28,6 +28,8 @@ title: {{readTrans.readme}} {{readTrans.packman}} {% include link onclick="bridge.openURL('https://en.opensuse.org/Additional_package_repositories')" text="{{readTrans.packmanhere}}" %}. +{{readTrans.opi}} {% include link onclick="bridge.openURL('https://en.opensuse.org/SDB:OBS_Package_Installer')" text="{{readTrans.opihere}}" %}. + ## {{readTrans.community}} {{readTrans.on}} {% include link onclick="bridge.openURL('https://software.opensuse.org/explore')" text="software.opensuse.org" %}. diff --git a/data/qrc/main.qml b/data/qrc/main.qml index 6306cfc..0d25670 100644 --- a/data/qrc/main.qml +++ b/data/qrc/main.qml @@ -328,6 +328,12 @@ Window { // Link at packman paragraph property string packmanhere: qsTr("here") + // OPI paragraph + property string opi: qsTr("To install packages from third party vendors, the packman repository or community repositories on the openSUSE Build Service, you can also use the opi tool. Find more information ") + + // Find more information ... + property string opihere: qsTr("here") + // Community repos header property string community: qsTr("Community Repositories")