A Groups resource is the root data class for the Groups Settings API. Each Groups resource is associated with a collection of settings.
For more information, see a list of methods for this resource.
Resource representations
A Groups resource includes metadata with a summary of a specified group's settings. These settings manage the group's access, notifications, discussion archiving, message moderation, and customize your account's user groups.
By default, the Groups resource data is returned in the atom+XML data format.
Atom
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:apps="http://schemas.google.com/apps/2006" xmlns:gd="http://schemas.google.com/g/2005"> <id> string </id> <title> Groups Resource Entry </title> <content type="text"> string </content> <author> <name> Google </name> </author> <apps:email> string </apps:email> <apps:name> string </apps:name> <apps:description> string </apps:description> <apps:whoCanJoin> string </apps:whoCanJoin> <apps:whoCanViewMembership> string </apps:whoCanViewMembership> <apps:whoCanViewGroup> string </apps:whoCanViewGroup> <apps:whoCanInvite> string </apps:whoCanInvite> <apps:whoCanAdd> string </apps:whoCanAdd> <apps:allowExternalMembers> string </apps:allowExternalMembers> <apps:whoCanPostMessage> string </apps:whoCanPostMessage> <apps:allowWebPosting> string </apps:allowWebPosting> <apps:primaryLanguage> string </apps:primaryLanguage> <apps:maxMessageBytes> integer </apps:maxMessageBytes> <apps:isArchived> string </apps:isArchived> <apps:archiveOnly> string </apps:archiveOnly> <apps:messageModerationLevel> string </apps:messageModerationLevel> <apps:spamModerationLevel> string </apps:spamModerationLevel> <apps:replyTo> string </apps:replyTo> <apps:customReplyTo> string </apps:customReplyTo> <apps:includeCustomFooter> string </apps:includeCustomFooter> <apps:customFooterText> string </apps:customFooterText> <apps:sendMessageDenyNotification> string </apps:sendMessageDenyNotification> <apps:defaultMessageDenyNotificationText> string </apps:defaultMessageDenyNotificationText> <apps:showInGroupDirectory> string </apps:showInGroupDirectory> <apps:allowGoogleCommunication> string </apps:allowGoogleCommunication> <apps:membersCanPostAsTheGroup> string </apps:membersCanPostAsTheGroup> <apps:messageDisplayFont> string </apps:messageDisplayFont> <apps:includeInGlobalAddressList> string </apps:includeInGlobalAddressList> <apps:whoCanLeaveGroup> string </apps:whoCanLeaveGroup> <apps:whoCanContactOwner> string </apps:whoCanContactOwner> <apps:whoCanAddReferences> string </apps:whoCanAddReferences> <apps:whoCanAssignTopics> string </apps:whoCanAssignTopics> <apps:whoCanUnassignTopic> string </apps:whoCanUnassignTopic> <apps:whoCanTakeTopics> string </apps:whoCanTakeTopics> <apps:whoCanMarkDuplicate> string </apps:whoCanMarkDuplicate> <apps:whoCanMarkNoResponseNeeded> string </apps:whoCanMarkNoResponseNeeded> <apps:whoCanMarkFavoriteReplyOnAnyTopic> string </apps:whoCanMarkFavoriteReplyOnAnyTopic> <apps:whoCanMarkFavoriteReplyOnOwnTopic> string </apps:whoCanMarkFavoriteReplyOnOwnTopic> <apps:whoCanUnmarkFavoriteReplyOnAnyTopic> string </apps:whoCanUnmarkFavoriteReplyOnAnyTopic> <apps:whoCanEnterFreeFormTags> string </apps:whoCanEnterFreeFormTags> <apps:whoCanModifyTagsAndCategories> string </apps:whoCanModifyTagsAndCategories> <apps:favoriteRepliesOnTop> string </apps:favoriteRepliesOnTop> <apps:whoCanApproveMembers> string </apps:whoCanApproveMembers> <apps:whoCanBanUsers> string </apps:whoCanBanUsers> <apps:whoCanModifyMembers> string </apps:whoCanModifyMembers> <apps:whoCanApproveMessages> string </apps:whoCanApproveMessages> <apps:whoCanDeleteAnyPost> string </apps:whoCanDeleteAnyPost> <apps:whoCanDeleteTopics> string </apps:whoCanDeleteTopics> <apps:whoCanLockTopics> string </apps:whoCanLockTopics> <apps:whoCanMoveTopicsIn> string </apps:whoCanMoveTopicsIn> <apps:whoCanMoveTopicsOut> string </apps:whoCanMoveTopicsOut> <apps:whoCanPostAnnouncements> string </apps:whoCanPostAnnouncements> <apps:whoCanHideAbuse> string </apps:whoCanHideAbuse> <apps:whoCanMakeTopicsSticky> string </apps:whoCanMakeTopicsSticky> <apps:whoCanModerateMembers> string </apps:whoCanModerateMembers> <apps:whoCanModerateContent> string </apps:whoCanModerateContent> <apps:whoCanAssistContent> string </apps:whoCanAssistContent> <apps:customRolesEnabledForSettingsToBeMerged> string </apps:customRolesEnabledForSettingsToBeMerged> <apps:enableCollaborativeInbox> string </apps:enableCollaborativeInbox> <apps:whoCanDiscoverGroup> string </apps:whoCanDiscoverGroup> <apps:defaultSender> string </apps:defaultSender> </entry>
The following table shows the Groups resources:
Property name | Value | Description |
---|---|---|
entry |
object |
A Group resource |
entry/xmlns |
string |
Schema for Atom format |
entry/xmlns:apps |
string |
Schema for Google Workspace I/O format |
entry/xmlns:gd |
string |
Schema for Google Data protocol |
entry/id |
object |
Unique identifier for a Group resource |
entry/title |
object |
Title of the API's Atom entry, which is Groups Resource Entry |
entry/content |
object |
Content type of Atom entry |
entry/content/type |
string |
Content type of the Atom feed, which is text |
entry/author |
object |
Author tag for Atom entry |
entry/author/name |
object |
Name of the author, which is Google |
entry/apps:email |
object |
The group's email address. This property can be updated using the Directory API. |
entry/apps:name |
object |
The group name. A group's name has a maximum of 75 characters. |
entry/apps:description |
object |
The description of the group. This property value can be an empty string if no group description has been entered. If entered, the maximum group description is no more than 4,096 characters. |
entry/apps:whoCanJoin |
object |
Permission to join group. Possible values are:
|
entry/apps:whoCanViewMembership |
object |
Permissions to view membership. Possible values are:
|
entry/apps:whoCanViewGroup |
object |
Permissions to view group messages. Possible values are:
|
entry/apps:whoCanInvite |
object |
Deprecated. This is merged into the whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
|
entry/apps:whoCanAdd |
object |
Deprecated. This is merged into the whoCanModerateMembers setting. Permissions to directly add new members. Possible values are:
|
entry/apps:allowExternalMembers |
object |
Identifies whether members external to your organization can join the group. Possible values are:
|
entry/apps:whoCanPostMessage |
object |
Permissions to post messages. Possible values are:
|
entry/apps:allowWebPosting |
object |
Allows posting from web. Possible values are:
|
entry/apps:primaryLanguage |
object |
The primary language for the group. Use the language tags in the Supported languages table. |
entry/apps:maxMessageBytes |
object |
Deprecated. The maximum size of a message is 25Mb. |
entry/apps:isArchived |
object |
Allows the Group contents to be archived. Possible values are:
|
entry/apps:archiveOnly |
object |
Allows the group to be archived only. Possible values are:
|
entry/apps:messageModerationLevel |
object |
Moderation level of incoming messages. Possible values are:
|
entry/apps:spamModerationLevel |
object |
Specifies moderation levels for messages detected as spam. Possible values are:
|
entry/apps:replyTo |
object |
Specifies who the default reply should go to. Possible values are:
|
entry/apps:customReplyTo |
object |
An email address used when replying to a message if the replyTo property is set to REPLY_TO_CUSTOM . This address is defined by an account administrator.
|
entry/apps:includeCustomFooter |
object |
Whether to include custom footer. Possible values are:
|
entry/apps:customFooterText |
object |
Set the content of custom footer text. The maximum number of characters is 1000. |
entry/apps:sendMessageDenyNotification |
object |
Allows a member to be notified if the member's message to the group is denied by the group owner. Possible values are:
|
entry/apps:defaultMessageDenyNotificationText |
object |
When a message is rejected, this is text for the rejection notification sent to the message's author. By default, this property is empty and has no value in the API's response body. The maximum notification text size is 10,000 characters. |
entry/apps:showInGroupDirectory |
object |
Deprecated. This is merged into the whoCanDiscoverGroup setting. Allows the group to be visible in the Groups Directory. Possible values are:
|
entry/apps:allowGoogleCommunication |
object |
Deprecated. Allows Google to contact administrator of the group.
|
entry/apps:membersCanPostAsTheGroup |
object |
Enables members to post messages as the group. Possible values are:
|
entry/apps:messageDisplayFont |
object |
Deprecated. The default message display font always has a value of DEFAULT_FONT . |
entry/apps:includeInGlobalAddressList |
object |
Enables the group to be included in the Global Address List. For more information, see the help center. Possible values are:
|
entry/apps:whoCanLeaveGroup |
object |
Specifies who can leave the group. Possible values are:
|
entry/apps:whoCanContactOwner |
object |
Specifies who can contact the group owner. Possible values are:
|
entry/apps:whoCanAddReferences |
object |
Deprecated. This functionality is no longer supported in the Google Groups UI. The value is always NONE . |
entry/apps:whoCanAssignTopics |
object |
Deprecated. This is merged into the whoCanAssistContent setting. Specifies who can assign topics in a forum to another user. Possible values are:
|
entry/apps:whoCanUnassignTopic |
object |
Deprecated. This is merged into the whoCanAssistContent setting. Specifies who can unassign any topic in a forum. Possible values are:
|
entry/apps:whoCanTakeTopics |
object |
Deprecated. This is merged into the whoCanAssistContent setting. Specifies who can take topics in a forum. Possible values are:
|
entry/apps:whoCanMarkDuplicate |
object |
Deprecated. This is merged into the whoCanAssistContent setting. Specifies who can mark a topic as a duplicate of another topic. Possible values are:
|
entry/apps:whoCanMarkNoResponseNeeded |
object |
Deprecated. This is merged into the whoCanAssistContent setting. Specifies who can mark a topic as not needing a response. Possible values are:
|
entry/apps:whoCanMarkFavoriteReplyOnAnyTopic |
object |
Deprecated. This is merged into the whoCanAssistContent setting. Specifies who can mark any other user’s post as a favorite reply. Possible values are:
|
entry/apps:whoCanMarkFavoriteReplyOnOwnTopic |
object |
Deprecated. This is merged into the whoCanAssistContent setting. Specifies who can mark a post for a topic they started as a favorite reply. Possible values are:
|
entry/apps:whoCanUnmarkFavoriteReplyOnAnyTopic |
object |
Deprecated. This is merged into the whoCanAssistContent setting. Specifies who can un-mark any post from a favorite reply. Possible values are:
|
entry/apps:whoCanEnterFreeFormTags |
object |
Deprecated. This is merged into the whoCanAssistContent setting. Specifies who can enter free form tags for topics in a forum. Possible values are:
|
entry/apps:whoCanModifyTagsAndCategories |
object |
Deprecated. This is merged into the whoCanAssistContent setting. Specifies who can change tags and categories. Possible values are:
|
entry/apps:favoriteRepliesOnTop |
object |
Indicates if favorite replies should be displayed above other replies.
|
entry/apps:whoCanApproveMembers |
object |
Deprecated. This is merged into the whoCanModerateMembers setting. Deprecated. This is merged into the whoCanModerateMembers setting. Specifies who can approve members who ask to join groups. Possible values are:
|
entry/apps:whoCanBanUsers |
object |
Deprecated. This is merged into the whoCanModerateMembers setting. Specifies who can deny membership to users. Possible values are:
|
entry/apps:whoCanModifyMembers |
object |
Deprecated. This is merged into the whoCanModerateMembers setting. Specifies who can change group members' roles. Possible values are:
|
entry/apps:whoCanApproveMessages |
object |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can approve pending messages in the moderation queue. Possible values are:
|
entry/apps:whoCanDeleteAnyPost |
object |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can delete replies to topics. (Authors can always delete their own posts). Possible values are:
|
entry/apps:whoCanDeleteTopics |
object |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
|
entry/apps:whoCanLockTopics |
object |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can prevent users from posting replies to topics. Possible values are:
|
entry/apps:whoCanMoveTopicsIn |
object |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can move topics into the group or forum. Possible values are:
|
entry/apps:whoCanMoveTopicsOut |
object |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can move topics out of the group or forum. Possible values are:
|
entry/apps:whoCanPostAnnouncements |
object |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can post announcements, a special topic type. Possible values are:
|
entry/apps:whoCanHideAbuse |
object |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can hide posts by reporting them as abuse. Possible values are:
|
entry/apps:whoCanMakeTopicsSticky |
object |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can make topics appear at the top of the topic list. Possible values are:
|
entry/apps:whoCanModerateMembers |
object |
Specifies who can manage members. Possible values are:
|
entry/apps:whoCanModerateContent |
object |
Specifies who can moderate content. Possible values are:
|
entry/apps:whoCanAssistContent |
object |
Specifies who can moderate metadata. Possible values are:
|
entry/apps:customRolesEnabledForSettingsToBeMerged |
object |
Specifies whether the group has a custom role that's included in one of the settings being merged. This field is read-only and UPDATE and PATCH requests to it are ignored. Possible values are:
|
entry/apps:enableCollaborativeInbox |
object |
Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
|
entry/apps:whoCanDiscoverGroup |
object |
Specifies the set of users for whom this group is discoverable. Possible values are:
|
entry/apps:defaultSender |
object |
Default sender for members who can post messages as the group. Possible values are:
|
JSON
{ "kind": "groupsSettings#groups", "email": string, "name": string, "description": string, "whoCanJoin": string, "whoCanViewMembership": string, "whoCanViewGroup": string, "whoCanInvite": string, "whoCanAdd": string, "allowExternalMembers": string, "whoCanPostMessage": string, "allowWebPosting": string, "primaryLanguage": string, "maxMessageBytes": integer, "isArchived": string, "archiveOnly": string, "messageModerationLevel": string, "spamModerationLevel": string, "replyTo": string, "customReplyTo": string, "includeCustomFooter": string, "customFooterText": string, "sendMessageDenyNotification": string, "defaultMessageDenyNotificationText": string, "showInGroupDirectory": string, "allowGoogleCommunication": string, "membersCanPostAsTheGroup": string, "messageDisplayFont": string, "includeInGlobalAddressList": string, "whoCanLeaveGroup": string, "whoCanContactOwner": string, "whoCanAddReferences": string, "whoCanAssignTopics": string, "whoCanUnassignTopic": string, "whoCanTakeTopics": string, "whoCanMarkDuplicate": string, "whoCanMarkNoResponseNeeded": string, "whoCanMarkFavoriteReplyOnAnyTopic": string, "whoCanMarkFavoriteReplyOnOwnTopic": string, "whoCanUnmarkFavoriteReplyOnAnyTopic": string, "whoCanEnterFreeFormTags": string, "whoCanModifyTagsAndCategories": string, "favoriteRepliesOnTop": string, "whoCanApproveMembers": string, "whoCanBanUsers": string, "whoCanModifyMembers": string, "whoCanApproveMessages": string, "whoCanDeleteAnyPost": string, "whoCanDeleteTopics": string, "whoCanLockTopics": string, "whoCanMoveTopicsIn": string, "whoCanMoveTopicsOut": string, "whoCanPostAnnouncements": string, "whoCanHideAbuse": string, "whoCanMakeTopicsSticky": string, "whoCanModerateMembers": string, "whoCanModerateContent": string, "whoCanAssistContent": string, "customRolesEnabledForSettingsToBeMerged": string, "enableCollaborativeInbox": string, "whoCanDiscoverGroup": string, "defaultSender": string }
The following table shows the Groups resources:
Property name | Value | Description |
---|---|---|
kind |
string |
The type of the resource. It is always groupsSettings#groups . |
email |
string |
The group's email address. This property can be updated using the Directory API. |
name |
string |
Name of the group, which has a maximum size of 75 characters. |
description |
string |
Description of the group. This property value can be an empty string if no group description has been entered. If entered, the maximum group description is no more than 4,096 characters. |
whoCanJoin |
string |
Permission to join group. Possible values are:
|
whoCanViewMembership |
string |
Permissions to view membership. Possible values are:
|
whoCanViewGroup |
string |
Permissions to view group messages. Possible values are:
|
whoCanInvite |
string |
Deprecated. This is merged into the whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
|
whoCanAdd |
string |
Deprecated. This is merged into the whoCanModerateMembers setting. Permissions to add members. Possible values are:
|
allowExternalMembers |
string |
Identifies whether members external to your organization can join the group. Possible values are:
|
whoCanPostMessage |
string |
Permissions to post messages. Possible values are:
|
allowWebPosting |
string |
Allows posting from web. Possible values are:
|
primaryLanguage |
string |
The primary language for the group. Use the language tags in the Supported languages table. |
maxMessageBytes |
integer |
Deprecated. The maximum size of a message is 25Mb. |
isArchived |
string |
Allows the Group contents to be archived. Possible values are:
|
archiveOnly |
string |
Allows the group to be archived only. Possible values are:
|
messageModerationLevel |
string |
Moderation level of incoming messages. Possible values are:
|
spamModerationLevel |
string |
Specifies moderation levels for messages detected as spam. Possible values are:
|
replyTo |
string |
Specifies who receives the default reply. Possible values are:
|
customReplyTo |
string |
An email address used when replying to a message if the replyTo property is set to REPLY_TO_CUSTOM . This address is defined by an account administrator.
|
includeCustomFooter |
string |
Whether to include custom footer. Possible values are:
|
customFooterText |
string |
Set the content of custom footer text. The maximum number of characters is 1,000. |
sendMessageDenyNotification |
string |
Allows a member to be notified if the member's message to the group is denied by the group owner. Possible values are:
|
defaultMessageDenyNotificationText |
string |
When a message is rejected, this is text for the rejection notification sent to the message's author. By default, this property is empty and has no value in the API's response body. The maximum notification text size is 10,000 characters. |
showInGroupDirectory |
string |
Deprecated. This is merged into the whoCanDiscoverGroup setting. Allows the group to be visible in the Groups Directory. Possible values are:
|
allowGoogleCommunication |
string |
Deprecated. Allows Google to contact administrator of the group.
|
membersCanPostAsTheGroup |
string |
Enables members to post messages as the group. Possible values are:
|
messageDisplayFont |
string |
Deprecated. The default message display font always has a value of DEFAULT_FONT . |
includeInGlobalAddressList |
string |
Enables the group to be included in the Global Address List. For more information, see the help center. Possible values are:
|
whoCanLeaveGroup |
string |
Permission to leave the group. Possible values are:
|
whoCanContactOwner |
string |
Permission to contact owner of the group via web UI. Possible values are:
|
whoCanAddReferences |
string |
Deprecated. This functionality is no longer supported in the Google Groups UI. The value is always "NONE". |
whoCanAssignTopics |
string |
Deprecated. This is merged into the whoCanAssistContent setting. Permission to assign topics in a forum to another user. Possible values are:
|
whoCanUnassignTopic |
string |
Deprecated. This is merged into the whoCanAssistContent setting. Permission to unassign any topic in a forum. Possible values are:
|
whoCanTakeTopics |
string |
Deprecated. This is merged into the whoCanAssistContent setting. Permission to take topics in a forum. Possible values are:
|
whoCanMarkDuplicate |
string |
Deprecated. This is merged into the whoCanAssistContent setting. Permission to mark a topic as a duplicate of another topic. Possible values are:
|
whoCanMarkNoResponseNeeded |
string |
Deprecated. This is merged into the whoCanAssistContent setting. Permission to mark a topic as not needing a response. Possible values are:
|
whoCanMarkFavoriteReplyOnAnyTopic |
string |
Deprecated. This is merged into the whoCanAssistContent setting. Permission to mark any other user's post as a favorite reply. Possible values are:
|
whoCanMarkFavoriteReplyOnOwnTopic |
string |
Deprecated. This is merged into the whoCanAssistContent setting. Permission to mark a post for a topic they started as a favorite reply. Possible values are:
|
whoCanUnmarkFavoriteReplyOnAnyTopic |
string |
Deprecated. This is merged into the whoCanAssistContent setting. Permission to unmark any post from a favorite reply. Possible values are:
|
whoCanEnterFreeFormTags |
string |
Deprecated. This is merged into the whoCanAssistContent setting. Permission to enter free form tags for topics in a forum. Possible values are:
|
whoCanModifyTagsAndCategories |
string |
Deprecated. This is merged into the whoCanAssistContent setting. Permission to change tags and categories. Possible values are:
|
favoriteRepliesOnTop |
string |
Indicates if favorite replies should be displayed before other replies.
|
whoCanApproveMembers |
string |
Specifies who can approve members who ask to join groups. This permission will be deprecated once it is merged into the whoCanModerateMembers setting. Possible values are:
|
whoCanBanUsers |
string |
Specifies who can deny membership to users. This permission will be deprecated once it is merged into the whoCanModerateMembers setting. Possible values are:
|
whoCanModifyMembers |
string |
Deprecated. This is merged into the whoCanModerateMembers setting. Specifies who can change group members' roles. Possible values are:
|
whoCanApproveMessages |
string |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can approve pending messages in the moderation queue. Possible values are:
|
whoCanDeleteAnyPost |
string |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can delete replies to topics. (Authors can always delete their own posts). Possible values are:
|
whoCanDeleteTopics |
string |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
|
whoCanLockTopics |
string |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can prevent users from posting replies to topics. Possible values are:
|
whoCanMoveTopicsIn |
string |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can move topics into the group or forum. Possible values are:
|
whoCanMoveTopicsOut |
string |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can move topics out of the group or forum. Possible values are:
|
whoCanPostAnnouncements |
string |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can post announcements, a special topic type. Possible values are:
|
whoCanHideAbuse |
string |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can hide posts by reporting them as abuse. Possible values are:
|
whoCanMakeTopicsSticky |
string |
Deprecated. This is merged into the whoCanModerateContent setting. Specifies who can make topics appear at the top of the topic list. Possible values are:
|
whoCanModerateMembers |
string |
Specifies who can manage members. Possible values are:
|
whoCanModerateContent |
string |
Specifies who can moderate content. Possible values are:
|
whoCanAssistContent |
string |
Specifies who can moderate metadata. Possible values are:
|
customRolesEnabledForSettingsToBeMerged |
string |
Specifies whether the group has a custom role that's included in one of the settings being merged. This field is read-only and UPDATE and PATCH requests to it are ignored. Possible values are:
|
enableCollaborativeInbox |
string |
Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
|
whoCanDiscoverGroup |
string |
Specifies the set of users for whom this group is discoverable. Possible values are:
|
defaultSender |
string |
Default sender for members who can post messages as the group. Possible values are:
|
Methods
The groupsSettings.groups.get and groupsSettings.groups.update methods operate on a specified Groups Resource.
Supported languages
The following language codes are supported for a group's primaryLanguage
field.
aa ab af am ar as ay az ba be bg bh bi bn bo br bs ca co cs cy da de dz el en en-GB en-US-pseudo en_US eo es et eu fa fi fj fo fr |
fr-CA fy ga gd gl gn gu ha hi hr hu hy ia id ie ik is it iu iw ja jw ka kk kl km kn ko ks ku ky la ln lo lt lv mg mi |
mk ml mn mo mr ms mt my na ne nl nn no oc om or pa pl ps pt-BR pt-PT qu rm rn ro ru rw sa sd sg sh si sk sl sm sn so sq |
sr ss st su sv sw ta te tg th ti tk tl tn to tr ts tt tw ug uk ur uz vi vo wo xh xx-bork xx-elmer xx-hacker xx-klingon xx-piglatin yi yo za zh-CN zh-TW zu |