← Back to team overview

ubuntu-l10n-zh-tw team mailing list archive

[Bug 1034928] Re: Fontconfig warning: Having multiple values in <test> isn't supported and may not works as expected

 

This bug is easy to fix.  For example, it will be caused by a section
like this:

    <test name="lang" compare="not_eq">
      <string>zh-cn</string>
      <string>zh-sg</string>
    </test>

The correct syntax would be

    <test name="lang" compare="not_eq">
      <string>zh-cn</string>
    </test>
    <test name="lang" compare="not_eq">
      <string>zh-sg</string>
    </test>

-- 
You received this bug notification because you are a member of Ubuntu
Taiwan Local Community, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1034928

Title:
  Fontconfig warning: Having multiple values in <test> isn't supported
  and may not works as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/culmus/+bug/1034928/+subscriptions