https://github.com/horttcore/translatorservice
https://github.com/horttcore/translatorservice
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/horttcore/translatorservice
- Owner: Horttcore
- Created: 2019-11-26T20:53:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T13:50:55.000Z (about 5 years ago)
- Last Synced: 2025-03-05T09:45:38.158Z (about 2 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Translator Service
## Installation
`composer require ralfhortt/translator-service`
## Usage
### Service loader
```php
addService(Translator::class, 'my-textdomain', dirname(plugin_basename(__FILE__)).'/languages/')
->boot();
```### Standalone
```php
register();
```## Changelog
### v1.0.2 - 2020-01-13
- Bugfix: Wrong variable name
### v1.0.1 - 2019-12-3
- Cleanup
### v1.0.0 - 2019-12-3
- Initial release