Use currency labels when a community needs its own member-facing name for points, such as “stars”, “credits”, or a branded programme currency. The canonical community field isDocumentation Index
Fetch the complete documentation index at: https://docs.nudj.cx/llms.txt
Use this file to discover all available pages before exploring further.
widgetLanguageConfig.points:
name is the singular label, namePlural is the plural label, and abbreviation is the compact label used in space-constrained widget surfaces.
The canonical Zod schema is
WidgetLanguageConfigSchema in
packages/models/dto/community/model/widget-language-config-dto.model.ts.Worked example: credits
A community can rename the default “points” currency to “credit” / “credits” with the abbreviation “CR”. Usecommunities.update with the community’s MongoDB ObjectId:
widgetLanguageConfig request field.
Relationship to panel settings
The MCPpanel tool exposes pointsName, pointsNamePlural, and pointsAbbreviation as convenient widget-label fields alongside visual point styling such as colour and icon.
For durable language configuration, prefer communities.update with widgetLanguageConfig.points. The widget applies widgetLanguageConfig text overrides after theme widget defaults, so the community-level language config wins if both are present.
Verify the saved labels
Read the community back withcommunities.get and request the field explicitly:
widgetLanguageConfig.points.
