2.5.2 • Published 3 months ago

@tablecheck/locales v2.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

TableCheck Locales

TableCheck's shared locale definition files and functions

Development setup

Prerequisites

  • Install nvm
  • Install bun (needed for translation checks)

Installation

npm ci --legacy-peer-deps

Development Workflow

Translation Checks

This repository includes automated checks to ensure all locale files have complete translations.

To manually check if all locales have complete translations:

npm run check-translations

This check will also run during CI/CD workflows and fail if any translations are missing.

When adding a new locale, ensure it includes translations for all existing locale codes. Similarly, when adding a new locale code to an existing locale, add translations for it to all other locale files.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!