Skip to content

3thr3n/i18n_editor

Repository files navigation

Internationalization editor (i18n_editor)

This project is a simple i18n editor to be deployed as a small web-application. It's never intended to save anything to anywhere, it will be all in one session.

Reloading the page, clears everything.

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

yarn dev
# or
npm run dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published