INNER CODE UNIT · TypeScript
translateText
apache/dubbo-go-pixiu · admin/web/src/i18n/index.ts:97
export function translateText(locale: Locale, value: string) {
return textMessages[locale][value] ?? value
}
INNER CODE UNIT · TypeScript
apache/dubbo-go-pixiu · admin/web/src/i18n/index.ts:97
export function translateText(locale: Locale, value: string) {
return textMessages[locale][value] ?? value
}