Skip to content

Commit

Permalink
[UsageConfig] Add qaf to original language
Browse files Browse the repository at this point in the history
(cherry picked from commit 6eedd8a)
  • Loading branch information
Ev0-BH authored and Huevos committed Aug 14, 2023
1 parent 06b1712 commit 07b2c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/python/Components/UsageConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def raw_stderr_print(text):
myerr.write(text)


originalAudioTracks = "orj dos ory org esl qaa und mis mul ORY ORJ Audio_ORJ oth"
originalAudioTracks = "orj dos ory org esl qaa qaf und mis mul ORY ORJ Audio_ORJ oth"
visuallyImpairedCommentary = "NAR qad"


Expand Down Expand Up @@ -415,7 +415,7 @@ def PreferredTunerChanged(configElement):
setPreferredTuner(int(configElement.value))
config.usage.frontend_priority.addNotifier(PreferredTunerChanged)

config.usage.hide_zap_errors = ConfigYesNo(default=False)
config.usage.hide_zap_errors = ConfigYesNo(default=True)
config.usage.hide_ci_messages = ConfigYesNo(default=False)
config.usage.show_cryptoinfo = ConfigSelection([("0", _("Off")), ("1", _("One line")), ("2", _("Two lines"))], "2")
config.usage.show_eit_nownext = ConfigYesNo(default=True)
Expand Down

0 comments on commit 07b2c10

Please sign in to comment.