intraxia / jaxion

A WordPress plugin framework for modern WordPress development.
http://intraxia.github.io/jaxion/
MIT License
15 stars 3 forks source link

Add i18n class and register it as a core service #10

Closed mAAdhaTTah closed 7 years ago

mAAdhaTTah commented 7 years ago

This ensures the i18n class loads the plugin's textdomain. For now, this does little more, but can maybe be extended later to provide other i18n functionality.

Fixes #8.