[FOray-commit] SF.net SVN: foray:[12680] trunk/foray/foray-orthography/src/main/data
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2022-06-21 17:24:32
|
Revision: 12680
http://sourceforge.net/p/foray/code/12680
Author: victormote
Date: 2022-06-21 17:24:30 +0000 (Tue, 21 Jun 2022)
Log Message:
-----------
Set up orthography for Italian.
Modified Paths:
--------------
trunk/foray/foray-orthography/src/main/data/dictionaries/ita-Latn-ZZZ.xml
trunk/foray/foray-orthography/src/main/data/orthographies/foray-orthography-config.xml
Modified: trunk/foray/foray-orthography/src/main/data/dictionaries/ita-Latn-ZZZ.xml
===================================================================
--- trunk/foray/foray-orthography/src/main/data/dictionaries/ita-Latn-ZZZ.xml 2022-06-21 17:01:55 UTC (rev 12679)
+++ trunk/foray/foray-orthography/src/main/data/dictionaries/ita-Latn-ZZZ.xml 2022-06-21 17:24:30 UTC (rev 12680)
@@ -10,4 +10,5 @@
<!--
-->
+<w><t>fi-na-le</t><noun></noun></w>
</axsl-dictionary>
Modified: trunk/foray/foray-orthography/src/main/data/orthographies/foray-orthography-config.xml
===================================================================
--- trunk/foray/foray-orthography/src/main/data/orthographies/foray-orthography-config.xml 2022-06-21 17:01:55 UTC (rev 12679)
+++ trunk/foray/foray-orthography/src/main/data/orthographies/foray-orthography-config.xml 2022-06-21 17:24:30 UTC (rev 12680)
@@ -178,7 +178,12 @@
</unparsed-dictionary>
</dictionary-resource>
- <dictionary-resource id="italian">
+ <dictionary-resource id="dictionary-italian">
+ <unparsed-dictionary>
+ <dictionary-element>
+ <resource-location type="url">file:///C:/vic/foray/trunk/foray/foray-orthography/src/main/data/dictionaries/ita-Latn-ZZZ.dict.xml</resource-location>
+ </dictionary-element>
+ </unparsed-dictionary>
</dictionary-resource>
@@ -214,7 +219,9 @@
</configuration>
<configuration>
- <lexer class="org.foray.orthography.LexerJavaBreakIterator"/>
+ <dictionary reference="dictionary-italian"/>
+ <lexer class="org.foray.orthography.LexerJavaBreakIterator"
+ language-iso-3char="eng" script-iso-4char="Latn" country-iso-3char="USA"/>
<orthography language-iso-3char="ita" script-iso-4char="Latn" country-iso-3char="ZZZ"/>
</configuration>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|