模組:Es-conj/data/-ar/-gar

維基詞典,自由的多語言詞典
local data = {}

data["description"] = "規則:'''g'''在'''e'''前變為'''gu'''。"
	
data["replacement"] = {['1'] = '1g'}
	
data["patterns"] = {[40] = '1gués',
	[20]='1gué', [38]=   '1gue', [39]= '1gues',
	[41]='1gue', [42]='1guemos', [43]='1guéis', [44]='1guen',
	[65]='1gue', [66]='1guemos', [68]= '1guen', [69]='1gues',
	[70]='1gue', [71]='1guemos', [72]='1guéis', [73]='1guen'
}

data["ref"] = {[40] = '-', [64] = '-', [65] = '1guese', [66] = '1guémonos', [68] = '1guense'}

return data