| Summary: | itstool should support translatable="false" attribute | ||
|---|---|---|---|
| Product: | ITS Tool | Reporter: | Johannes Obermayr <johannesobermayr> |
| Component: | general | Assignee: | Shaun McCance <shaunm> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
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.
<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