Thanks to visit codestin.com
Credit goes to github.com

Skip to content

owonie/i13i18n

Repository files navigation

My Package

"I'm too lazy to use i18n." If you feel the same way, then this package is for you! i13i18n simplifies the process of internationalization, making it easy and straightforward to use without the hassle. Let's be lazy together and make i18n effortless!

Installation

You can install this package using npm:

npm install i13i18n

Usage

npm run ton   # Enable translation with i18n.
npm run toff  # Disable translation with i18n.

Configuration

This package supports configuration via a i13i18n.config.json file. Here is an example configuration:

{
  "sourceDirectory": "./src",
  "outputDirectory": "./outputs",
  "transpileOptions": {
    "presets": ["@babel/preset-env"],
    "plugins": []
  },
  "targetExtensions": [".t.jsx", ".t.tsx"],
  "exclude": ["node_modules"]
}

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published