No localization string for "Similar results..."
Oxygen general issues.
-
- Posts: 150
- Joined: Fri Apr 24, 2015 12:28 pm
No localization string for "Similar results..."
Hi,
Could it be that there is not yet a localization string for the "Similar results..." string of the searchCommon.js file (com.oxygenxml.webhelp plugin) which is displayed on the search results page?
I've checked the strings-en-us.xml file in the localization folder, and it looks like there's no string yet.
Christina
Could it be that there is not yet a localization string for the "Similar results..." string of the searchCommon.js file (com.oxygenxml.webhelp plugin) which is displayed on the search results page?
I've checked the strings-en-us.xml file in the localization folder, and it looks like there's no string yet.
Christina
oXygen XML Editor 25.1 build 2023070306
DITA OT 3.7.4
DITA OT 3.7.4
-
- Posts: 150
- Joined: Fri Apr 24, 2015 12:28 pm
Re: No localization string for "Similar results..."
And before I forget: could it be that some of the strings for the search in the strings-en-us.xml file are no longer used?
Thanks,
Christina
Thanks,
Christina
oXygen XML Editor 25.1 build 2023070306
DITA OT 3.7.4
DITA OT 3.7.4
-
- Posts: 404
- Joined: Thu Aug 21, 2003 11:36 am
- Location: Craiova
- Contact:
Re: No localization string for "Similar results..."
Post by radu_pisoi »
Hi,
Thank you for reporting this issue.
I've checked the implementation and I can confirm that the Similar results... string is not localized.
I've registered an issue on our side and it will probably be fixed in the next maintenance release kit.
Thank you for reporting this issue.
I've checked the implementation and I can confirm that the Similar results... string is not localized.
I've registered an issue on our side and it will probably be fixed in the next maintenance release kit.
Radu Pisoi
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
-
- Posts: 150
- Joined: Fri Apr 24, 2015 12:28 pm
Re: No localization string for "Similar results..."
Hi Radu,
There's another string that doesn't look like it's localized properly: "Missing"
same file: searchCommon.js:
It seems that the localization for "Missing" isn't derived from the strings-en-us.xml file or one of the localized files. There is a string in there that could be used, but it isn't:
For testing, I inserted the Spanish translation for missing where it says The search functionality then took the correct word.
Could you please check?
Thanks,
Christina
There's another string that doesn't look like it's localized properly: "Missing"
same file: searchCommon.js:
Code: Select all
//console.info("missing words: ", missingWords);
var missingHTML =
"<div class=\"wh_missing_words\">" +
getLocalization('Missing') + " : ";
for (var widx = 0; widx < missingWords.length; widx++) {
missingHTML += "<span class=\"wh_missing_word\">" + missingWords[widx] + "</span> "
}
missingHTML += "</div>";
searchItemInfo += missingHTML;
Code: Select all
<str name="missing" js="true" php="false">Missing</str>
Code: Select all
getLocalization('Falta')
Could you please check?
Thanks,
Christina
oXygen XML Editor 25.1 build 2023070306
DITA OT 3.7.4
DITA OT 3.7.4
-
- Posts: 404
- Joined: Thu Aug 21, 2003 11:36 am
- Location: Craiova
- Contact:
Re: No localization string for "Similar results..."
Post by radu_pisoi »
Hi,
Yes, there is a problem with the 'Missing' label too. In this case, the problem is that the 'missing' label is not requested well. It should be requested in lower case:
Yes, there is a problem with the 'Missing' label too. In this case, the problem is that the 'missing' label is not requested well. It should be requested in lower case:
Code: Select all
getLocalization('missing')
The WebHelp localization is not available for Spanish. If you have this use case, you have to translate the static labels used in WebHelp using the next procedure: https://www.oxygenxml.com/doc/versions/ ... hing2.html.ckabstein wrote:It seems that the localization for "Missing" isn't derived from the strings-en-us.xml file or one of the localized files. There is a string in there that could be used, but it isn't:
Code: Select all
<str name="missing" js="true" php="false">Missing</str>
For testing, I inserted the Spanish translation for missing where it says
Code: Select all
getLocalization('Falta')
The search functionality then took the correct word.
Radu Pisoi
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
-
- Posts: 404
- Joined: Thu Aug 21, 2003 11:36 am
- Location: Craiova
- Contact:
Re: No localization string for "Similar results..."
Post by radu_pisoi »
Hi,
This issue was fixed in oXygen WebHelp 19.1.
This issue was fixed in oXygen WebHelp 19.1.
Radu Pisoi
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service