summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-09-12 00:17:40 +0200
committerEike Rathke <erack@redhat.com>2013-09-12 00:29:52 +0200
commitc24aa1e41cb58c206b4f702ef6737d9449b97e42 (patch)
treeeca32ee98b58e88cd945a574d5ebc5d4d073acf2
parentf89cce877cc0480e00ee226780dec887f9d0063a (diff)
added dictionary change description
Change-Id: I3271f79a4e3570cc909b6a1e568edfcd07b4ceac
-rw-r--r--i18nlangtag/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/i18nlangtag/README b/i18nlangtag/README
index edb8dc88d07e..338fd31dbba7 100644
--- a/i18nlangtag/README
+++ b/i18nlangtag/README
@@ -65,3 +65,9 @@ If locale data exists:
* i18npool/Library_localedata_*.mk for example i18npool/Library_localedata_euro.mk
** change the entry for the changed .xml file, for example CustomTarget/i18npool/localedata/localedata_sh_RS to CustomTarget/i18npool/localedata/localedata_sr_Latn_RS, sort the list alphabetically
+
+If dictionary exists:
+
+* dictionaries/*/dictionaries.xcu for example dictionaries/sr/dictionaries.xcu
+** change the affected <node oor:name="..."> elements to something corresponding, for example <node oor:name="HunSpellDic_sh" ...> to <node oor:name="HunSpellDic_sr_Latn" ...>
+** in the "Locales" properties change the <value> element, for example <value>sh-RS</value> to <value>sr-Latn-RS</value>