diff --git a/mwparserfromhell/nodes/wikilink.py b/mwparserfromhell/nodes/wikilink.py index f401af7..9b4a9ac 100644 --- a/mwparserfromhell/nodes/wikilink.py +++ b/mwparserfromhell/nodes/wikilink.py @@ -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 -- ]