Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info about opi tool #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 2 additions & 0 deletions data/jekyll-src/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}.
6 changes: 6 additions & 0 deletions data/qrc/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down