INNER CODE UNIT · TypeScript

listLocales

PaulWoitaschek/Voice · artwork/src/render/locales.ts:18

export function listLocales(): string[] {
  return listLocaleDirs()
    .filter((locale) => existsSync(join(FASTLANE_DIR, locale, 'marketing.yml')))
}

export function imagesDir(locale: string): string {
  return join(FASTLANE_DIR, locale, 'images')
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…