OPEN_GRID API - v1.3.1
    Preparing search index...

    Function t

    로케일 메시지 레지스트리·전역 싱글턴·편의 t(). / Locale message registry, global singleton & convenience t().

    • 그리드 인스턴스 컨텍스트가 없는 코드(순수 함수형 헬퍼 등)에서 전역 카탈로그로 바로 문구를 얻을 때 쓰는 편의 함수(renderIcon 과 동일 패턴). 인스턴스별로 다른 문구가 필요하면 대신 localeRegistry.child() 를 쓴다. / Convenience function for code with no grid-instance context (e.g. standalone helpers) that needs a message straight from the global catalog (same pattern as renderIcon). If per-instance wording is needed, use localeRegistry.child() instead.

      Parameters

      • key: string
      • Optionalparams: Readonly<Record<string, string | number>>

      Returns string

      import { t } from './i18n/LocaleRegistry.js';
      t('sort.asc'); // → '오름차순'