This website works better with JavaScript.
Home
Help
Sign In
ben
/
mwparserfromhell
mirror of
https://github.com/earwig/mwparserfromhell
Watch
1
Star
1
Fork
0
Code
Releases
24
Activity
Browse Source
syntax issue
pull/194/head
Dmitry Mottl
6 years ago
parent
d52ea2bd4b
commit
c6e813c5fe
1 changed files
with
5 additions
and
5 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
mwparserfromhell/nodes/wikilink.py
+ 5
- 5
mwparserfromhell/nodes/wikilink.py
View File
@@ -38,15 +38,15 @@ class Wikilink(Node):
'Fichier', # French
'Fichier', # French
'Archivo', # Spanish
'Archivo', # Spanish
'Immagine', # Italiano
'Immagine', # Italiano
'Imagem' # Portuguese
'Plik' # Polish
'Imagem'
,
# Portuguese
'Plik'
,
# Polish
'Berkas', # Indonesian
'Berkas', # Indonesian
'Bestand', # Netherlands
'Bestand', # Netherlands
'चित्र', # Hindi
'चित्र', # Hindi
'Payl', # Cebuano
'Paypay', # Waray
'Payl',
# Cebuano
'Paypay',
# Waray
'Tập_tin', # Vietnamese
'Tập_tin', # Vietnamese
'ファイル', # Japanese
'ファイル',
# Japanese
# -- add here other start words of image wikilinks --
# -- add here other start words of image wikilinks --
]
]
Write
Preview
Loading…
Cancel
Save