Posts: 49
Joined: Feb 2017
Reputation:
2
roby69
Junior Member
Posts: 49
I also checked
resource.language.en_us
msgctxt "#20446"
msgid "Locally stored information found. Ignore and refresh from Internet?"
msgstr "Locally stored information found. Ignore and refresh from Internet?"
and resource.language.es_es.
msgctxt "#20446"
msgid "Locally stored information found. Ignore and refresh from Internet?"
msgstr "Se ha encontrado información ya guardada. ¿La ignoro y la actualizo desde internet?"
these two files no newline "[CR]"
Posts: 12,417
Joined: Nov 2009
Reputation:
564
Klojum
Team-Kodi Member
Posts: 12,417
Apparently there are two types of newline. The \n character and the [CR] text.
I don't know if there is a significant difference between the two, but for some reason the \n doesn't work in your case.
Is this the only text string with \n that you know that isn't working? Because there are plenty others in the other text strings.
Posts: 49
Joined: Feb 2017
Reputation:
2
roby69
Junior Member
Posts: 49
I compare with kodi 17/18/19.
kodi 17: 17 errors
kodi 18: 14 errors
kodi 19: 15 errors
Posts: 49
Joined: Feb 2017
Reputation:
2
roby69
Junior Member
Posts: 49
I also compared resource.language.en_us and resource.language.es_es. There is no text with \ n.
Posts: 12,417
Joined: Nov 2009
Reputation:
564
Klojum
Team-Kodi Member
Posts: 12,417
That's fascinating... I'll try and give the devs a shout over this. See what their take on it is.
Posts: 2,899
Joined: Jan 2013
Reputation:
167
Gade
Team-Kodi Member
Posts: 2,899
The changes and fixes are pushed to the new language addons.
Thanks again for reporting this.