<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Online Help: include the css files for each individual language"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=142531#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Online Help: include the css files for each individual language"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=142531">bug 142531</a>
              from <span class="vcard"><a class="email" href="mailto:olivier.hallot@libreoffice.org" title="Olivier Hallot <olivier.hallot@libreoffice.org>"> <span class="fn">Olivier Hallot</span></a>
</span></b>
        <pre>All the css mentioned (helpcontent2/source/auxiliary/$lang/default.css) are
obsolete since we changed our Help.

Although your solution is feasible, I would prefer not to split css in
languages (you are the first to ask for this change). The diff between en-US
and zh-CN in 2005 is below. I note that zh-CN has some special fonts, not
required in western languages.

Anyway please give us here your suggested changes for zh-CN for investigation.



-------------------8<-----------------------
olivier@olivier-ntbk:~/tmp2/help/source/auxiliary/zh-CN$ diff default.css
../en-US/default.css 
23c23
< +                           CHINESE SIMPL                           +
---
<span class="quote">> +                           WESTERN LANGUAGES                       +</span >
25c25
< + LAST CHANGES: 24-MAR-2005                                         +
---
<span class="quote">> + LAST CHANGES: 15-NOV-2004                                         +</span >
30,31c30,31
< body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent,
.tablecontentintable  
<       { font-family:  方正宋体,"MSung Light
SC",SimSun,FZSongYi,FZShuSong,NSimSun,"Andale Sans UI","Arial Unicode
MS","Lucida Sans Unicode",Song; }
---
<span class="quote">> body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
>       { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }</span >
34c34
<       { font-family: 方正宋体,"MSung Light SC","Cumberland
AMT",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Lucida
Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;}
---
<span class="quote">>       { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }</span >
55c55
<       { font-size: 11pt; }
---
<span class="quote">>       { font-size: 11pt; margin-top: 2px; margin-bottom: 2px;}</span >
79c79
<       { background:#EEEEEE;}
---
<span class="quote">>       { background:#EEEEEE; margin: 0px;}</span ></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>