Changes

Jump to navigation Jump to search
1,289 bytes removed ,  06:08, 9 February 2008
→‎bugs: missing <base> entries
Line 25: Line 25:  
support & userpassword functions contain lexicons
 
support & userpassword functions contain lexicons
 
:not all translations are in /etc/e-smith/locale/, these have to be split for xml2po to find en version
 
:not all translations are in /etc/e-smith/locale/, these have to be split for xml2po to find en version
::/etc/e-smith/web/functions/support
  −
::/etc/e-smith/web/panels/password/cgi-bin/userpassword
        −
*possible BIG bug
+
*http://bugs.contribs.org/show_bug.cgi?id=3782#c6
http://bugs.contribs.org/show_bug.cgi?id=3782#c6
+
xml2po fails when converting back to xml if duplicate <trans> exist<br>
:xml2po fails when converting back to xml if duplicate <trans> exist
  −
FM XML:
  −
      <entry>
  −
        <base>Online manual</base>
  −
        <trans>Online manual</trans>
  −
      </entry>
  −
  −
      <entry>
  −
        <base>Test</base>
  −
        <trans>Online manual</trans>
  −
      </entry>
  −
 
   
and the english <trans> values may be the same, but the translation may not
 
and the english <trans> values may be the same, but the translation may not
FM XML in fr:
  −
      <entry>
  −
        <base>Online manual</base>
  −
        <trans>Online manual</trans>
  −
      </entry>
  −
  −
      <entry>
  −
        <base>Test</base>
  −
        <trans>Le manual online</trans>
  −
      </entry>
  −
        −
*possible bug, FIXED
+
*http://bugs.contribs.org/show_bug.cgi?id=3877
:xml2po fails creating .po if tags are not closed eg. <nowiki><p> with out </p></nowiki>
+
xml2po fails creating .po if tags are not closed
::http://bugs.contribs.org/show_bug.cgi?id=3877
  −
::Fixing this problem not solve the case of the unique tag <nowiki><br></nowiki>.
  −
::May be you can preprocess this tag at script level.
  −
::: Yes, these can be preprocessed, others can be added if required
         
*http://bugs.contribs.org/show_bug.cgi?id=3879
 
*http://bugs.contribs.org/show_bug.cgi?id=3879
 
localnetworks, has no value for ROUTER_DESC
 
localnetworks, has no value for ROUTER_DESC
    <entry>
  −
        <base>ROUTER_DESC</base>
  −
        <trans>
  −
        </trans>
  −
    </entry>
  −
  −
ROUTER_DESC can be removed it is unused
  −
# cat /etc/e-smith/web/functions/localnetworks |grep ROUTER
  −
    ok  ($ua->follow("Click here"),        "ADDING NETWORK WITH DEFAULT ROUTER");
  −
            <label>ROUTER</label>
         
*http://bugs.contribs.org/show_bug.cgi?id=3880
 
*http://bugs.contribs.org/show_bug.cgi?id=3880
 
hostentries line 300 has empty entry
 
hostentries line 300 has empty entry
    <entry>
  −
        <base></base>
  −
        <trans>
  −
        </trans>
  −
    </entry>
         
*http://bugs.contribs.org/show_bug.cgi?id=3881
 
*http://bugs.contribs.org/show_bug.cgi?id=3881
 
the german lexicon has a redundant translation
 
the german lexicon has a redundant translation
# slocate reinstall
  −
/etc/e-smith/locale/de/etc/e-smith/web/functions/reinstall
   
   
 
   
# rpm -qf /etc/e-smith/locale/de/etc/e-smith/web/functions/reinstall
+
 
smeserver-locale-de-1.2.0-33.el4.sme
+
*http://bugs.contribs.org/show_bug.cgi?id=3882
 +
lexicons with addition or missing <base> entries
    
==Console==
 
==Console==

Navigation menu