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
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…