Bug 73079 - itstool should support translatable="false" attribute
Summary: itstool should support translatable="false" attribute
Status: NEW
Alias: None
Product: ITS Tool
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium enhancement
Assignee: Shaun McCance
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-27 18:06 UTC by Johannes Obermayr
Modified: 2013-12-27 18:06 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Johannes Obermayr 2013-12-27 18:06:49 UTC
<string-array name="s2w_stroke_entries_values" translatable="false">
        <item>1</item>
        <item>0</item>
    </string-array>

from https://github.com/omnirom/android_device_oppo_find5/blob/android-4.3/Find5Parts/res/values/arrays.xml shouldn't be translatable in pot file.

A translated xml file should look like this (otherwise compiler complains):
https://github.com/omnirom/android_device_oppo_find5/blob/android-4.3/Find5Parts/res/values-de/arrays.xml


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.