<div dir="ltr">Hi Linda,<div><br></div><div>I'm not yet sure what's adding those characters, but it seems to be happening somewhere in the XMB => poeditor => XTB translation.  In the meantime, we could remove the characters during the build process.</div><div><br></div><div>You can use something like this locally to create an alternate version of the file with the junk removed:</div><div><br></div><div>cd Open-ILS/src/eg2/src/locale</div><div>sed -z 's/\n␣\+//g' messages.cs-CZ.xtb > messages.cs-CZ.xtb.tmp<br></div><div>mv messages.cs-CZ.xtb.tmp messages.cs-CZ.xtb</div><div><br></div><div>Then re-run the npm command to build the locale.</div><div><br></div><div>-b</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 2, 2020 at 1:09 PM Linda Jansová <<a href="mailto:linda.jansova@gmail.com">linda.jansova@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  

    
  
  <div>
    <p> </p>
    <p style="margin-bottom:0cm;line-height:100%">
      Dear all,</p>
    <p style="margin-bottom:0cm;line-height:100%">As we move forward
      in testing Evergreen 3.5.1, we have come across strange characters
      in
      top-level menu items in the eg2 part of the web client.</p>
    <p style="margin-bottom:0cm;line-height:100%">More specifically,
      open box characters (apparently these ones:
      <a href="https://www.fileformat.info/info/unicode/char/2423/index.htm" target="_blank">https://www.fileformat.info/info/unicode/char/2423/index.htm</a>)
      appear alongside the proper menu item labels (please see the the
      attached translated_menu.png picture).</p>
    <p style="margin-bottom:0cm;line-height:100%">These characters
      can
      already be found in the translations (please see the attached
      acquisitions_translation.png file). Also, another character (this
      time
      <a href="https://www.fileformat.info/info/unicode/char/016f/index.htm" target="_blank">https://www.fileformat.info/info/unicode/char/016f/index.htm</a>)
      is present instead of the Home link.</p>
    <p style="margin-bottom:0cm;line-height:100%">Do you have any
      idea
      about how to get rid of these characters and start seeing proper
      translations?</p>
    <p style="margin-bottom:0cm;line-height:100%">Thank you in
      advance
      for any hints!</p>
    <p style="margin-bottom:0cm;line-height:100%">Linda</p>
    <p>
      </p>
  </div>

_______________________________________________<br>
Evergreen-general mailing list<br>
<a href="mailto:Evergreen-general@list.evergreen-ils.org" target="_blank">Evergreen-general@list.evergreen-ils.org</a><br>
<a href="http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general" rel="noreferrer" target="_blank">http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general</a><br>
</blockquote></div>