10,735
edits
TheNightAvl (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
TheNightAvl (talk | contribs) mNo edit summary Tags: Mobile edit Mobile web edit |
||
Line 24: | Line 24: | ||
temp = mw.ustring.gsub(temp, "([" .. C .. "])([" .. C .. "])íș$", "%1%2ieș") | temp = mw.ustring.gsub(temp, "([" .. C .. "])([" .. C .. "])íș$", "%1%2ieș") | ||
temp = mw.ustring.gsub(temp, "(°)", "") | temp = mw.ustring.gsub(temp, "(°)", "") | ||
temp = mw..gsub(temp, "(íș)$", "jeș") | temp = mw.ustring.gsub(temp, "(íș)$", "jeș") | ||
temp = mw..gsub(temp, "(úș)$", "uoș") | temp = mw.ustring.gsub(temp, "(úș)$", "uoș") | ||
temp = mw..gsub(temp, "(ýș)$", "yeș") | temp = mw.ustring.gsub(temp, "(ýș)$", "yeș") | ||
return temp | return temp |