An open API service indexing awesome lists of open source software.

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.

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