https://bz.apache.org/ooo/show_bug.cgi?id=126864
Issue ID: 126864
Issue Type: DEFECT
Summary: Add Venetan (Italy) [vec] locale data
Product: Internationalization
Version: 4.0.0
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: Trivial
Priority: P5 (lowest)
Component: i18npool
Assignee: [email protected]
Reporter: [email protected]
Created attachment 85354
--> https://bz.apache.org/ooo/attachment.cgi?id=85354&action=edit
The Venetan language is not available in the Western languages list
I want to install the spell checker for my language, Venetan, and it seems I
couldn't because OpenOffice Write does not have the Venetan language (ISO 639-3
code "vec") installed.
In fact in the dictionaries.xcu in my vec.oxt I cannot write the Locales "vec".
<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Linguistic"
oor:package="org.openoffice.Office">
<node oor:name="ServiceManager">
<node oor:name="Dictionaries">
<node oor:name="HunSpellDic_vec" oor:op="fuse">
<prop oor:name="Locations" oor:type="oor:string-list">
<value>%origin%/../dictionaries/vec.aff
%origin%/../dictionaries/vec.dic</value>
</prop>
<prop oor:name="Format" oor:type="xs:string">
<value>DICT_SPELL</value>
</prop>
<prop oor:name="Locales" oor:type="oor:string-list">
<value>vec</value>
</prop>
</node>
</node>
</node>
</oor:component-data>
The Venetan language consists of unicode blocks 'Basic Latin' (a, b, c, d, e,
f, g, h, i, j, k, l, m, n, o, p, r, s, t, u, v, x), 'Latin-1 Supplement' (à, đ,
è, é, ñ, ò, ó, ú), 'Latin Extended-A' (ŧ), and 'Latin Extended-B' (ɉ, ƚ).
--
You are receiving this mail because:
You are the assignee for the issue.