adding some documentation

This commit is contained in:
2025-10-22 10:32:49 -06:00
parent 69e7a2a39a
commit 1010b3a4b5
3 changed files with 25 additions and 1 deletions
+1
View File
@@ -163,6 +163,7 @@ func (c *Community) HostQ() *User {
return u
}
// LanguageTag returns the tag for the community's language.
func (c *Community) LanguageTag() (*language.Tag, error) {
if c.Language == nil {
return nil, nil