Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 410 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 410 Bytes

Rolster i18n

Utility lightweight simple translation.

Installation

npm i @rolster/i18n

Configuration

You must install the @rolster/types to define package data types, which are configured by adding them to the files property of the tsconfig.json file.

{
  "files": ["node_modules/@rolster/types/index.d.ts"]
}

Contributing

  • Daniel Andrés Castillo Pedroza 🚀