Back to Skywalking

Guide

docs/en/guides/i18n.md

10.4.0932 B
Original Source

Guide

This section explains how to manage translations for internationalization of menu items.

SkyWalking UI's internationalization translations are in the src/locales/lang. The translations include menu name and description. The translation key of menu name is the value of i18nKey from menu definition file. The translation key of description consists of the i18nKey value and _desc suffix. The description contents will be displayed on the Marketplace page.

The following is a typical menu name and description for i18nKey=general_service

json
{
  "general_service": "General Service",
  "general_service_desc": "Observe services and relative direct dependencies through telemetry data collected from SkyWalking Agents."
}