Download the PHP package aeliot-tm/translation-maintain without Composer

On this page you can find all versions of the php package aeliot-tm/translation-maintain. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package translation-maintain

TransMaintain

Package which helps to keep you translations consistent. Compatible with Symfony versions since 3.4.

Installation

Basically, if you use Flex there is enough to execute the command:

See additional information about installation configuration.

Usage

Testing of translation files

Test your YAML translation files:

Full information about files transformation see there.

Update YAML files

  1. Update certain YAML file:

  2. Update all YAML files in the project:

  3. Update some YAML files of the project which belongs to domain(s) and/or locale(s):

  4. Update all YAML files in the specific directory (e.g. not standard or not in the project):

    You can filter them additionally with grep "some text in the file path" when you add this before, after or instead of sort instruction. And don't forget to separate instructions by the pipe.

Additional information about updating of YAML files see there.

Export missed translations

Example:

Full information about files transformation see there.

Machine Translation via Vendor's API

Full information about machine translation see there.

NOTE: There used standard \Symfony\Component\Yaml\Yaml class for dumping, so it inserts single-word values without escaping.

Additional description

Article on the Habr (ru): https://habr.com/ru/articles/555954/


You can help to implement more features :) See plans there.


All versions of translation-maintain with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
ext-json Version *
google/cloud-translate Version ^1.10
symfony/config Version ^3.4|^4.0|5.0|^6.0
symfony/console Version ^3.4|^4.0|5.0|^6.0
symfony/dependency-injection Version ^3.4|^4.0|5.0|^6.0
symfony/filesystem Version ^3.4|^4.0|5.0|^6.0
symfony/finder Version ^3.4|^4.0|5.0|^6.0
symfony/http-kernel Version ^3.4|^4.0|5.0|^6.0
symfony/translation-contracts Version ^1.1|^2.0|^3.0
symfony/yaml Version ^3.4|^4.0|5.0|^6.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package aeliot-tm/translation-maintain contains the following files

Loading the files please wait ....