mips2648/Translate Plugin
Action to translate a Jeedom Plugin
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_language | Source language for translations, must be one of the following value: "fr_FR | en_US | es_ES | de_DE | it_IT". Default: "fr_FR" | no | fr_FR |
| target_languages | Target languages for translations, must be a list of comma separated language codes (allowed values are: "fr_FR | en_US | es_ES | de_DE | it_IT"). Default: "en_US,es_ES,de_DE" | no | en_US,es_ES,de_DE |
| deepl_api_key | deepl API KEY for automatic translation; If provided, missing translations will be automatically translated using deepl API. Please create a free account on https://www.deepl.com | no | "" |
| include_empty_translation | Include prompts without translation language files. Default: true | no | true |
| use_core_translations | Tool will use translations from Jeedom core for missing plugin translations (before calling deepl api if available). Default: true | no | true |
| generate_source_language_translations | The translation file corresponding to the source language will be generated (which is useless). Default: false | no | false |
| debug | Set log level to debug. Default: false | no | false |
Outputs
no outputs