Hello, you have come here looking for the meaning of the word
Module talk:dialect synonyms. In DICTIOUS you will not only get to know all the dictionary meanings for the word
Module talk:dialect synonyms, but we will also tell you about its etymology, its characteristics and you will know how to say
Module talk:dialect synonyms in singular and plural. Everything you need to know about the word
Module talk:dialect synonyms you have here. The definition of the word
Module talk:dialect synonyms will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
Module talk:dialect synonyms, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
@Erutuon See title, and Module:ko-dial-syn#L-139.
I thought that I could set up an etymology-only code and pass on that code to a translit module (rather than having special translit rules in specific modules like Module:ko-dial-syn), but I suppose that doesn't happen if one uses getNonEtymological()
.
—Suzukaze-c (talk) 12:19, 2 February 2021 (UTC)Reply
The whole set-up seems to be entirely broken at the moment: 가위#Synonyms 가'시개 (ga sigae), '가새 ( gasae)
. —Fish bowl (talk) 01:26, 27 February 2025 (UTC)Reply
local export = {}
export.gloss = "scissors"
export.syns = {
-- Standardised
= { "가위" },
= { "가위" },
}
return export
↓
local w = {}
w.gloss = "scissors"
w = { "가위" },
w = { "가위" },
return w
🤔
—Fish bowl (talk) 03:41, 17 June 2022 (UTC)Reply