Skip to content

Commit a326a34

Browse files
authored
Update README.md
Added list of supported language
1 parent 0c58bf7 commit a326a34

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Main software is written in Java and uses LUA modules from Wikimedia.
77

88
The library has been developed to parse and render English Wiktionary, starting from the dump **enwiktionary-latest-pages-articles.xml.bz2** available in https://dumps.wikimedia.org/enwiktionary/latest/
99

10+
In addition to English, several other languages are supported, as described below in section ``Localization``.
11+
1012
As an example of a wiktionary definition parsed by ``TemplateParser`` and rendered by ``WikiFormatter``, please look at [time](wiki.html) definition.
1113

1214
# WikiSplitter
@@ -107,6 +109,20 @@ The following optional properties may be defined in localization files:
107109
- ``parser.ifexpr``: alias for #ifexpr
108110
- ``parser.ifeq``: alias for #ifeq
109111

112+
Following languages are supported in the current implementation:
113+
- ``Arab``
114+
- ``Dutch``
115+
- ``English`` (default)
116+
- ``French``
117+
- ``German``
118+
- ``Italian``
119+
- ``Latin``
120+
- ``Portuguese``
121+
- ``Romanian``
122+
- ``Russian``
123+
- ``Spanish``
124+
- ``Turkish``
125+
110126
# Credits
111127
This software integrates 3pp software to perform specific activities.
112128
The following 3pp are used by this software:

0 commit comments

Comments
 (0)