Skip to content

luigifab/translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Stop russian war. 🇺🇦 Free Ukraine!

translator

My tool to extract translations and update translations files (CSV, YML, LANG, PO, JS) for PHP 7.2 / 7.3 / 7.4 / 8.0 / 8.1 / 8.2 / 8.3.

The translate.conf.php file is yours. Never use it "as is" because it contains my configuration. At the beginning of the file, there is an example with all possible options. If you like this tool, take some of your time to improve my translations, go to https://bit.ly/2HyCCEc.

Translate module for OpenMage

  • Configuration with $updateTranslationOpenMageModule in translate.conf.php
  • Run php translate.php openmage-module

Read the examples in translate.conf.php to write your own configuration.

Translate plugin for Redmine

  • Configuration with $updateTranslationRedminePlugin in translate.conf.php
  • Run php translate.php redmine-plugin

Read the examples in translate.conf.php to write your own configuration.

Translate module for Dolibarr

  • Configuration with $updateTranslationDolibarrModule in translate.conf.php
  • Run php translate.php dolibarr-module

Read the examples in translate.conf.php to write your own configuration.

Translate program with gettext

  • Configuration with $updateTranslationPo in translate.conf.php
  • Run php translate.php po

Read the examples in translate.conf.php to write your own configuration.

Translate website

  • Configuration with $updateTranslationWebsite in translate.conf.php
  • Run php translate.php custom

Read the examples in translate.conf.php to write your own configuration.

Translate apijs

  • Configuration with $updateTranslationApijs in translate.conf.php
  • Run php translate.php apijs

Internal usage.