Difference between revisions of "Module:Template translation"

Jump to navigation Jump to search
en>Verdy p
m
en>Verdy p
m
Line 4: Line 4:
     -- Get the last subpage (this function isolated for debugging purpose)
     -- Get the last subpage (this function isolated for debugging purpose)
     local subpage = mw.title.getCurrentTitle().subpageText
     local subpage = mw.title.getCurrentTitle().subpageText
     --[[Check first if there's an apostrophe, because they break the  
     --[[Check first if there's an apostrophe, because they break the isKnownLanguageTag
         isKnownLanguageTag function. THIS TEST DOES NOT WORK
         function. This test does not work with regexps, use plain search instead (no need
        to use Unicode parser, apostrophes can only appear isolated as one byte in UTF-8).
         ]]
         ]]
     if (string.find(subpage, "'", 1, true) == nil)
     if (string.find(subpage, "'", 1, true) == nil)