Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 460 Bytes

File metadata and controls

34 lines (22 loc) · 460 Bytes

ACME Web Locales library

Locale translations for ACME Web app.

Also contains utilities contexts and hooks for translation context.

This package uses:

Setup

pnpm install

Available scripts

Lint

pnpm lint

# To fix lint
pnpm lint:fix

# For code-specific linting
pnpm lint:code
pnpm lint:code:fix

# For i18n-specific linting
pnpm lint:i18n
pnpm lint:i18n:fix