Browse Source

syntax issue

pull/194/head
Dmitry Mottl 5 years ago
parent
commit
c6e813c5fe
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      mwparserfromhell/nodes/wikilink.py

+ 5
- 5
mwparserfromhell/nodes/wikilink.py View File

@@ -38,15 +38,15 @@ class Wikilink(Node):
'Fichier', # French
'Archivo', # Spanish
'Immagine', # Italiano
'Imagem' # Portuguese
'Plik' # Polish
'Imagem', # Portuguese
'Plik', # Polish
'Berkas', # Indonesian
'Bestand', # Netherlands
'चित्र', # Hindi
'Payl', # Cebuano
'Paypay', # Waray
'Payl', # Cebuano
'Paypay', # Waray
'Tập_tin', # Vietnamese
'ファイル', # Japanese
'ファイル', # Japanese
# -- add here other start words of image wikilinks --
]



Loading…
Cancel
Save