You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ Main software is written in Java and uses LUA modules from Wikimedia.
7
7
8
8
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/
9
9
10
+
In addition to English, several other languages are supported, as described below in section ``Localization``.
11
+
10
12
As an example of a wiktionary definition parsed by ``TemplateParser`` and rendered by ``WikiFormatter``, please look at [time](wiki.html) definition.
11
13
12
14
# WikiSplitter
@@ -107,6 +109,20 @@ The following optional properties may be defined in localization files:
107
109
-``parser.ifexpr``: alias for #ifexpr
108
110
-``parser.ifeq``: alias for #ifeq
109
111
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
+
110
126
# Credits
111
127
This software integrates 3pp software to perform specific activities.
0 commit comments