1.0.1 • Published 5 months ago

i18nreplacer v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Contributors Forks Stargazers Issues mit License

LinkedIn Patreon

A small javascript utility for adding i18n tags to html, and creating translation.json files based on i18n tags.

Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

An html parser to add data-i18n tags to Roll20 character sheet code. Also creates translation.json objects based on provided data-i18n keys.

Built With

  • JS

Getting Started

Install the package using npm:

npm i i18nreplacer

Then add the replacer to your script

const replacer = require('i18nreplacer');

// Get html text as normal in your script

const myFunc = (html) => {
  const translated = replacer.apply18n(html);
  const translationJSON = replacer.translate(translated);
  // Do what you want with the translated html/translation.json
}

Prerequisites

Node, NPM

Usage

Use to create a translation workflow for your character sheet project. Used in the K-scaffold and Kscaffold Initializer packages.

Roadmap

No upgrades planned See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again! 1. Fork the Project 2. Create your Feature Branch (git checkout -b feature/AmazingFeature) 3. Commit your Changes (git commit -m 'Add some AmazingFeature') 4. Push to the Branch (git push origin feature/AmazingFeature) 5. Open a Pull Request

License

Distributed under the mit License. See LICENSE.txt for more information.

Contact

Scott Casey - @Kurohyoustudios - scaseydv@gmail.com

Project Link: https://github.com/Kurohyou-Studios/i18nReplacer

Acknowledgments

This readme template adapted from the Best-README-Template by Othneil Drew. Readme generated by Genme! by Scott Casey.

1.0.1

5 months ago

1.0.0

5 months ago