Clarify currently used values for xml attribute g_type

This commit is contained in:
Stephen Kraus 2022-03-26 20:36:55 -05:00 committed by GitHub
parent b77b2f92fd
commit 3a04f83b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ type JmdictGlossary struct {
Gender *string `xml:"g_gend"` Gender *string `xml:"g_gend"`
// g_type attribute added in jmdict Rev 1.09 // g_type attribute added in jmdict Rev 1.09
// At present the values used are "lit", "fig" and "expl". It is // At present the values used are "lit", "fig", "expl" and "tm". It is
// proposed to add a "descr" value to indicate a gloss which is a // proposed to add a "descr" value to indicate a gloss which is a
// description of the Japanese term rather than a translation or an // description of the Japanese term rather than a translation or an
// explanation of the meaning. // explanation of the meaning.