Module:Grammar/Conjugate: Difference between revisions

1,000 bytes added ,  16:00, 19 September 2019
Created page with "local p = {} function p.pluralize(str, apostrophe) apostrophe = apostrophe or '' local irregularplurals = {} if (str:sub(-1) == 's') then return (str .. apostrophe)..."
(Created page with "local p = {} function p.pluralize(str, apostrophe) apostrophe = apostrophe or '' local irregularplurals = {} if (str:sub(-1) == 's') then return (str .. apostrophe)...")
(No difference)