PHPackages                             torrentpier/translations - 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. torrentpier/translations

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

torrentpier/translations
========================

Composer package with TorrentPier localization files in different languages

v2.8.7(6mo ago)01.9k↓25%1MITPHPPHP &gt;=8.2

Since Oct 17Pushed 2mo agoCompare

[ Source](https://github.com/torrentpier/translations)[ Packagist](https://packagist.org/packages/torrentpier/translations)[ Docs](https://github.com/torrentpier)[ RSS](/packages/torrentpier-translations/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (1)

[![TorrentPier](https://camo.githubusercontent.com/8e168b31427d1ba18f8c97908c7146cc4a81452fc7228996ce2ef0432211fc60/68747470733a2f2f746f7272656e74706965722e636f6d2f7374796c65732f64656661756c742f78656e666f726f2f62756c6c2d6c6f676f2e737667)](https://torrentpier.com)

 TorrentPier Translations

 [![License](https://camo.githubusercontent.com/dfaebc8925d4c0d3e0e38a701d78cd7549e7c5321868fa4aacdc17b8397ea4ed/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f746f7272656e74706965722f7472616e736c6174696f6e73)](https://github.com/torrentpier/translations/blob/master/LICENSE) [![Stars Packagist](https://camo.githubusercontent.com/a61d289d931a6b1f2baf05d39b8d81b451b2189e35fa7d32784b4172509102ed/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f746f7272656e74706965722f7472616e736c6174696f6e73)](https://packagist.org/packages/torrentpier/translations) [![Crowdin](https://camo.githubusercontent.com/2cafd9beb3827229e399e4d6433b9bb06d825cb15b5f39b15d0f4624d12dca8c/68747470733a2f2f6261646765732e63726f7764696e2e6e65742f746f7272656e74706965722f6c6f63616c697a65642e737667)](https://crowdin.com/project/torrentpier) [![Size](https://camo.githubusercontent.com/2b8bca61fe7338e62f46947dcc2237092bb61b852b4c64fc1955d2c427b5525e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f746f7272656e74706965722f7472616e736c6174696f6e73)](https://camo.githubusercontent.com/2b8bca61fe7338e62f46947dcc2237092bb61b852b4c64fc1955d2c427b5525e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f746f7272656e74706965722f7472616e736c6174696f6e73)

TorrentPier Translations
========================

[](#torrentpier-translations)

Composer package containing TorrentPier localization files, automatically synchronized from the [TorrentPier Crowdin project](https://crowdin.com/project/torrentpier).

About
-----

[](#about)

This repository serves as a standalone translation library for TorrentPier, containing community-contributed translations in 48+ languages. All translations are managed through Crowdin, enabling collaborative localization with quality control and consistency checks.

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

[](#installation)

Install via Composer:

```
composer require torrentpier/translations
```

**Requirements:** PHP 8.2 or higher

Supported Languages
-------------------

[](#supported-languages)

The package includes translations for 48 languages, including but not limited to:

- English (source)
- Russian, Ukrainian, Belarusian
- German, French, Spanish, Italian
- Polish, Czech, Slovak
- Japanese, Chinese, Korean
- Arabic, Hebrew
- And many more...

For the complete list, see the [`/languages`](./languages) directory.

Usage
-----

[](#usage)

After installation, language files are available in the `vendor/torrentpier/translations/languages/` directory. Each language uses its two-letter ISO 639-1 code:

```
vendor/torrentpier/translations/languages/
├── en/       # English (source)
├── ru/       # Russian
├── de/       # German
├── fr/       # French
└── ...

```

Each language directory contains:

- `main.php` - Primary translation strings
- `email/` - Email template translations
- `html/` - HTML template translations

Contributing Translations
-------------------------

[](#contributing-translations)

All translations are managed through **Crowdin** to ensure quality and consistency.

### How to Contribute

[](#how-to-contribute)

1. **Join the project**: Visit [crowdin.com/project/torrentpier](https://crowdin.com/project/torrentpier)
2. **Select your language**: Choose an existing language or request a new one
3. **Start translating**: Use Crowdin's interface to translate strings
4. **Review and vote**: Help review other translations for quality

### Why Crowdin?

[](#why-crowdin)

- **No technical knowledge required** - translate directly in your browser
- **Translation memory** - consistent terminology across the project
- **Quality assurance** - built-in checks for formatting, placeholders, and more
- **Collaboration** - vote on translations and discuss with other contributors
- **Automatic synchronization** - approved translations sync to this repository

### For Developers

[](#for-developers)

This repository is automatically synchronized with Crowdin. **Do not edit translation files directly** - all manual changes will be overwritten on the next sync.

To update translations:

1. Make changes on Crowdin
2. Wait for automatic synchronization (or trigger manually if you have access)
3. Update your `composer.lock` to get the latest version

Development
-----------

[](#development)

### Crowdin Configuration

[](#crowdin-configuration)

The repository includes a `crowdin.yml` configuration file that defines:

- Source language location (`/languages/source/`)
- Translation file patterns
- Target language directory structure

### Syncing Process

[](#syncing-process)

Translations are synchronized from Crowdin to this repository through:

1. Translators work on Crowdin platform
2. Translations are reviewed and approved by proofreaders
3. Approved translations are automatically pushed to this repository
4. New package versions are tagged and released

Support
-------

[](#support)

- **Translations issues**: [crowdin.com/project/torrentpier](https://crowdin.com/project/torrentpier)
- **Package issues**: [github.com/torrentpier/torrentpier/issues](https://github.com/torrentpier/torrentpier/issues)
- **Community**: [torrentpier.com](https://torrentpier.com)
- **Email**:

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE).

Credits
-------

[](#credits)

Maintained by the TorrentPier team and translated by the amazing community of contributors on Crowdin. Thank you to everyone who helps make TorrentPier accessible to users worldwide!

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance76

Regular maintenance activity

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.6% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

207d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/974c255ce533a9b95fa6b79a800565b91a8b16f7e831af153882e9704687f034?d=identicon)[Exileum](/maintainers/Exileum)

---

Top Contributors

[![exileum](https://avatars.githubusercontent.com/u/2164083?v=4)](https://github.com/exileum "exileum (258 commits)")[![belomaxorka](https://avatars.githubusercontent.com/u/54049465?v=4)](https://github.com/belomaxorka "belomaxorka (1 commits)")

---

Tags

crowdini18nl10ntorrentpiertranslationsi18ntranslationsl10ncrowdintorrentpier

### Embed Badge

![Health badge](/badges/torrentpier-translations/health.svg)

```
[![Health](https://phpackages.com/badges/torrentpier-translations/health.svg)](https://phpackages.com/packages/torrentpier-translations)
```

###  Alternatives

[moment/moment

Parse, validate, manipulate, and display dates in JavaScript.

48.1k2.1M37](/packages/moment-moment)[symfony/intl

Provides access to the localization data of the ICU library

2.6k199.8M1.1k](/packages/symfony-intl)[gettext/languages

gettext languages with plural rules

7530.3M11](/packages/gettext-languages)[punic/punic

PHP-Unicode CLDR

1542.9M29](/packages/punic-punic)[aplus/language

Aplus Framework Language Library

2351.7M15](/packages/aplus-language)[aura/intl

The Aura Intl package provides internationalization tools, specifically message translation.

898.3M4](/packages/aura-intl)

PHPackages © 2026

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