blob: c3052210a79acfb1c137c77f237cae68636aefe7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<Dictionaries>
<!-- Dictionary attributes:
"nameResId" : the name of the dictionary. Should be short. Reference to a string in values.xml
"locale" : the ID of the dictionary's (ISO) locale, e.g., "en", "iw", "ar", "ru", etc. The keyboard should declare the same locale.
"id" : UUID for this dictionary. Obtain from here: http://www.famkruithof.net/uuid/uuidgen
"dictionaryResourceId" : a reference to the raw resource of the words dictionary
"autoTextResourceId" : a reference to a common typing mistakes XML.
-->
<Dictionary
autoTextResourceId="@xml/lithuanian_autotext"
description="@string/lithuanian_dictionary_description"
dictionaryResourceId="@array/lithuanian_words_dict_array"
id="fc320725-c41d-4111-92b1-d437ada2d324"
initialSuggestions="@array/lithuanian_initial_suggestions"
locale="lt"
nameResId="@string/lithuanian_dictionary"
type="binary_resource" />
</Dictionaries>
|