summaryrefslogtreecommitdiff
path: root/i18nlangtag/README
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-09-12 02:00:43 +0200
committerEike Rathke <erack@redhat.com>2013-09-12 02:01:40 +0200
commit200b31ab06b695f4ffc85b5d40c8cb24c705da51 (patch)
tree02476b6b93d6e40a24ba996a3ba989080ab22982 /i18nlangtag/README
parent75d9dffa39c7ff895832e226448220c27bd92500 (diff)
added description of changes to extras
Change-Id: I1a6e9555b621486624d753aa874b0a9f415a37ea
Diffstat (limited to 'i18nlangtag/README')
-rw-r--r--i18nlangtag/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/i18nlangtag/README b/i18nlangtag/README
index 338fd31dbba7..abed1d0d8d15 100644
--- a/i18nlangtag/README
+++ b/i18nlangtag/README
@@ -71,3 +71,14 @@ 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>
+
+If extras exist, for example extras/source/autotext/*:
+
+* extras/Package_autocorr.mk
+** replace acor_* entry, for example acor_sh-RS.dat to acor_sr-Latn-RS.dat, sort alphabetically
+
+* extras/CustomTarget_autocorr.mk
+** in extras_AUTOCORR_LANGS change map entry, for example sh-RS:sh-RS to sr-Latn-RS:sr-Latn-Rs
+** in extras_AUTOCORR_XMLFILES change directory entries, for example sh-RS/acor/DocumentList.xml to sr-Latn-RS/acor/DocumentList.xml
+
+* rename files accordingly, for example in extras/source/autotext/lang/ git mv sh-RS sr-Latn-RS