Kodi Community Forum
Req String used in system/peripherals.xml toggle option needs change. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Translations and Languages (https://forum.kodi.tv/forumdisplay.php?fid=90)
+--- Thread: Req String used in system/peripherals.xml toggle option needs change. (/showthread.php?tid=356546)



String used in system/peripherals.xml toggle option needs change. - satadru - 2020-08-19

As per https://github.com/xbmc/xbmc/issues/18224#issuecomment-675744835 I think that the text at https://github.com/xbmc/xbmc/blob/1abba0563fb0c4c1bb8fce10584319b6a743dc83/addons/resource.language.en_gb/resources/strings.po#L18030
xml:
#: system/peripherals.xml
msgctxt "#36026"
msgid "Devices to also put in standby mode"
msgstr ""
should be changed to 
xml:
#: system/peripherals.xml
msgctxt "#36026"
msgid "Also put selected devices into standby mode"
msgstr ""
since this a boolean  used from https://github.com/xbmc/xbmc/blob/6fcbb13a90d8cd9782e4bfaee9ea19459e7aa45d/system/peripherals.xml#L20 :
xml:
<setting key="standby_tv_on_pc_standby" type="bool" value="1" label="36026" order="9" />
which is in turn called from: https://github.com/xbmc/xbmc/blob/941afd2aacdcc27c459dbf9889f532b9935aa526/xbmc/peripherals/devices/PeripheralCecAdapter.cpp#L381

Should this be submitted as a github PR? Should there be simultaneous translations? Where do I submit this sort of request?


RE: String used in system/peripherals.xml toggle option needs change. - Klojum - 2020-08-19

Why did you need to create another new thread on basically the same 'problem'?
Your other thread was opened only 13 hours ago.


RE: String used in system/peripherals.xml toggle option needs change. - satadru - 2020-08-19

(2020-08-19, 16:41)Klojum Wrote: Why did you need to create another new thread on basically the same 'problem'?
Your other thread was opened only 13 hours ago.

Sorry about that. I just wasn't sure if I was posting to the right place. I would delete the duplicate if I could.


RE: String used in system/peripherals.xml toggle option needs change. - Klojum - 2020-08-19

(2020-08-19, 18:15)satadru Wrote: I just wasn't sure if I was posting to the right place. I would delete the duplicate if I could.

You can simply ask any moderator to have your post moved or deleted, whatever is appropriate.
I'll move your previous thread to the nearest garbage bin.