A localization module for managing translations and providing localized content in your application.
Installation
Usage
Initializing the Localizer
This localizer is FILE BASED.
Create the directory assets/locals
. Each json file in here must be named after the locale
Accessing translations
- If you are in a command execute callback, use
deps
from SDT.