https://github.com/devaloka/devaloka-translation
:warning: [WILL-BE-DEPRECATED][Devaloka Plugin] A Symfony TranslatorInterface implementation for WordPress.
https://github.com/devaloka/devaloka-translation
Last synced: 8 months ago
JSON representation
:warning: [WILL-BE-DEPRECATED][Devaloka Plugin] A Symfony TranslatorInterface implementation for WordPress.
- Host: GitHub
- URL: https://github.com/devaloka/devaloka-translation
- Owner: devaloka
- License: gpl-2.0
- Created: 2015-12-08T15:56:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T16:54:27.000Z (about 10 years ago)
- Last Synced: 2025-10-09T07:14:46.223Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# Devaloka Translation
[![Latest Stable Version][stable-image]][stable-url]
[![Latest Unstable Version][unstable-image]][unstable-url]
[![License][license-image]][license-url]
[![Build Status][travis-image]][travis-url]
A WordPress plugin that provides an implementation of Symfony
TranslationInterface for WordPress.
## Features
* An implementation of [TranslationInterface](https://github.com/symfony/translation)
for WordPress
* TranslatableInterface, TranslatableTrait for WordPress Plugin/Theme
## Requirements
* [Devaloka](https://github.com/devaloka/devaloka)
* [Symfony Translation Component](https://github.com/symfony/translation)
## Installation
1. Install via Composer.
```sh
composer require devaloka/devaloka-translation
```
[stable-image]: https://poser.pugx.org/devaloka/devaloka-translation/v/stable
[stable-url]: https://packagist.org/packages/devaloka/devaloka-translation
[unstable-image]: https://poser.pugx.org/devaloka/devaloka-translation/v/unstable
[unstable-url]: https://packagist.org/packages/devaloka/devaloka-translation
[license-image]: https://poser.pugx.org/devaloka/devaloka-translation/license
[license-url]: https://packagist.org/packages/devaloka/devaloka-translation
[travis-image]: https://travis-ci.org/devaloka/devaloka-translation.svg?branch=master
[travis-url]: https://travis-ci.org/devaloka/devaloka-translation