I18N Spool. Adds an interactive shell to your Fabrix app to help with development and debugging. Saves command history between sessions.
$ npm install @fabrix/spool-i18n --save
The i18n spool is loaded in your spool config per usual.
// config/main.ts
import { I18nSpool } from '@fabrix/spool-i18n'
export const main = {
// ...
spools: [
// ...
I18nSpool
]
}
// config/i18n.js
export const i18n = {
}
We love contributions! Please check out our Contributor's Guide for more information on how our projects are organized and how to get started.