@tablecheck/locales
TypeScript icon, indicating that this package has built-in type declarations

2.5.2 • Public • Published

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):


Simeon Cheeseman

📖 🚇 💻 ⚠️

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

Readme

Keywords

Package Sidebar

Install

npm i @tablecheck/locales

Weekly Downloads

35

Version

2.5.2

License

MIT

Unpacked Size

109 kB

Total Files

33

Last publish

Collaborators

  • johnnyshields
  • tablecheck-simeon
  • tablecheck-ci