PHPackages                             wp-transaltions/t15s-registry - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. wp-transaltions/t15s-registry

ActiveLibrary[Localization &amp; i18n](/categories/localization)

wp-transaltions/t15s-registry
=============================

Allows loading translation files from T15S

132[4 issues](https://github.com/WP-Translations/t15s-registry/issues)[1 PRs](https://github.com/WP-Translations/t15s-registry/pulls)PHPCI failing

Since May 28Pushed 6y ago2 watchersCompare

[ Source](https://github.com/WP-Translations/t15s-registry)[ Packagist](https://packagist.org/packages/wp-transaltions/t15s-registry)[ RSS](/packages/wp-transaltions-t15s-registry/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

T15S Registry
=============

[](#t15s-registry)

Allows loading translation files from TranslationsPress.

Installation
------------

[](#installation)

If you're using [Composer](https://getcomposer.org/) to manage dependencies, you can use the following command to add the plugin to your site:

```
composer require wp-transaltions/t15s-registry
```

After that, you can use `\WP_Translations\T15S_Registry\add_project( $type, $slug, $api_url )` in your theme or plugin.

*Parameters:*

- `$type`: either `plugin` or `theme`.
- `$slug`: must match the theme/plugin directory slug.
- `$api_url`: TanslationsPress translation API URL.

*Note:* On a multisite install it's recommended to use it in a must-use plugin.

Usage
-----

[](#usage)

Here's an example of how you can use that function:

```
\WP_Translations\T15S_Registry\add_project(
	'plugin',
	'example-plugin',
	'https://translationspress.com/translate/api/translations/acme/acme-plugin/'
);

\WP_Translations\T15S_Registry\add_project(
	'theme',
	'example-theme',
	'https://translationspress.com/translate/api/translations/acme/acme-theme/'
);
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1726598?v=4)[Sadler Jerome](/maintainers/G3ronim0)[@G3ronim0](https://github.com/G3ronim0)

---

Top Contributors

[![G3ronim0](https://avatars.githubusercontent.com/u/1726598?v=4)](https://github.com/G3ronim0 "G3ronim0 (10 commits)")

### Embed Badge

![Health badge](/badges/wp-transaltions-t15s-registry/health.svg)

```
[![Health](https://phpackages.com/badges/wp-transaltions-t15s-registry/health.svg)](https://phpackages.com/packages/wp-transaltions-t15s-registry)
```

###  Alternatives

[smmoosavi/php-gettext

Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

1926.6k1](/packages/smmoosavi-php-gettext)[laradevs/spanish

labels translated to spanish

166.7k](/packages/laradevs-spanish)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
