Module:form of/lang-data/lv
Appearance
- පහත දැක්වෙන උපදෙස්, Module:documentation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains language-specific form-of data (tags, shortcuts, base lemma params. etc.) for Latvian.
NOTE: If you add a new language-specific module, you must add the language code to the list at the top of Module:form of in order for the module to be recognized.
--[=[
This module contains lang-specific tags for Latvian.
]=]
local m_form_of = require("Module:form of")
local APPENDIX = m_form_of.APPENDIX
local WP = m_form_of.WP
local WIKT = m_form_of.WIKT
local tags = {}
local shortcuts = {}
----------------------- Non-finite -----------------------
-- Latvian adverbial participle types; I can't find any Wiktionary or Wikipedia glossary entries that are relevant
tags["object of perception"] = {
"non-finite",
nil,
"objper",
display = "object-of-perception",
}
tags["invariable"] = {
"non-finite",
nil,
"invar",
}
tags["variable"] = {
"non-finite",
nil,
"var",
}
----------------------- Create the shortcuts list -----------------------
m_form_of.finalize_tag_data(tags, shortcuts)
return {tags = tags, shortcuts = shortcuts}