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

https://github.com/devaloka/translation

:sunny: [READ-ONLY] A Symfony TranslatorInterface implementation for WordPress.
https://github.com/devaloka/translation

Last synced: 9 months ago
JSON representation

:sunny: [READ-ONLY] A Symfony TranslatorInterface implementation for WordPress.

Awesome Lists containing this project

README

          

# 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]

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

## Installation

1. Install via Composer.

```sh
composer require devaloka/translation
```

[stable-image]: https://poser.pugx.org/devaloka/translation/v/stable
[stable-url]: https://packagist.org/packages/devaloka/translation

[unstable-image]: https://poser.pugx.org/devaloka/translation/v/unstable
[unstable-url]: https://packagist.org/packages/devaloka/translation

[license-image]: https://poser.pugx.org/devaloka/translation/license
[license-url]: https://packagist.org/packages/devaloka/translation

[travis-image]: https://travis-ci.org/devaloka/translation.svg?branch=master
[travis-url]: https://travis-ci.org/devaloka/translation