Options
All
  • Public
  • Public/Protected
  • All
Menu

구글 드라이브 시트를 이용한 로케일 로더

해당 시트는 반드시 공개되어있어야 하며

example

const sheetId = 'sheetId'

const loader = new GoogleSheetLoader(sheetId)

loader.getLocales()

Hierarchy

Implements

Index

Constructors

constructor

Properties

http

http: AxiosInstance

http client

sheetId

sheetId: string

구글 스프레이드 시트 아이디

Methods

getLocale

getLocales

  • getLocales(version?: number): Promise<Locales>

mergeLocale

mergeLocales

Private requestLocale

  • requestLocale(version?: number): Promise<Locales>

sheetURL

  • sheetURL(version: number): string

Generated using TypeDoc