Home
last modified time | relevance | path

Searched refs:translations (Results 1 – 25 of 100) sorted by last modified time

1234

/plugin/siteexport/
H A Dhelper.php167 $trans = $translation->translations;
/plugin/siteexport/inc/
H A Dtoc.php31 … $checkArray = $this->translation ? $this->translation->translations : array(noNS($this->NS));
/plugin/templater/
H A DCHANGELOG.md40 * Updated english and brazilian portuguese translations.
/plugin/translation/
H A Daction.php187 $translations = $this->helper->getAvailableTranslations($ID);
188 if ($translations) {
189 foreach ($translations as $lc => $translation) {
219 // look for existing translations
220 $translations = $this->helper->getAvailableTranslations($ID);
221 if ($translations) {
224 if (!$orig) $orig = array_key_first($translations);
227 $origfile = $translations[$orig];
235 // show user a choice of translations if any
236 if (count($translations) >
[all...]
H A Dadmin.php41 foreach ($helper->translations as $t) {
67 foreach ($helper->translations as $t) {
H A Dhelper.php14 public $translations = [];
46 if (in_array($dfl, $this->translations)) {
50 array_unshift($this->translations, '');
58 * Parse 'translations'-setting into $this->translations
63 $this->translations = strtolower(str_replace(',', ' ', $this->getConf('translations')));
64 $this->translations = array_unique(array_filter(explode(' ', $this->translations)));
65 sort($this->translations);
11 public $translations = []; global() variable in helper_plugin_translation
[all...]
/plugin/gitbacked/
H A DCHANGELOG.md114 - German translations added
/plugin/data/_test/
H A Dhelper.test.php
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md679 * `FEAT`: simplify requested palette and context pad translations ([#1027](https://github.com/bpmn-…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md44 * `FEAT`: add missing translations ([#710](https://github.com/bpmn-io/dmn-js/pull/710), [#88](https…
/plugin/odt/
H A DChangeLog.txt227 * lang/: translations
/plugin/deeplautotranslate/
H A Dreadme.md2 This plugin automatically creates translations based on the [Translation plugin](https://www.dokuwiki.org/plugin:translation) page structure using the [DeepL](https://deepl.com) API.
/plugin/pageredirect/
H A DChangeLog.md50 - add French translations. [#14]
53 - add Russian translations. [#17]
54 - update Korean translations. [#21]
70 - add Japanese translations. [#7]
100 - add zh-tw translations. [82539ae]
101 - add Korean translations. [6aa688d]
102 - add portugese translations. [e22f33a]
/plugin/elasticsearch/action/
H A Dsearch.php293 if (in_array($topNs, $transplugin->translations)) {
298 // select all available translations
299 $INPUT->set('lang', $transplugin->translations);
/plugin/elasticsearch/helper/
H A Dform.php154 $translations = $transplugin->translations;
155 if (empty($translations)) return;
171 foreach ($translations as $lang) {
H A Dclient.php216 $translations = array_diff(array_filter($transplugin->translations), [$conf['lang']]);
217 if ($translations) foreach ($translations as $lang) {
H A Ddocparser.php195 $langs = array_keys($ld->detect($body)->whitelist(...$trans->translations)->close());
/plugin/ckgedit/ckeditor/
H A DCHANGES.md449 * [#16786](https://dev.ckeditor.com/ticket/16786): Fixed: Added missing translations for the [Copy …
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
H A DTranslateTextResponse.php45 public function setTranslations($translations) argument
47 $this->translations = $translations;
54 return $this->translations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
H A DLocalizedStringBundle.php47 public function setTranslations($translations) argument
49 $this->translations = $translations;
56 return $this->translations;
/plugin/yearbox/
H A DCHANGELOG.md27 * Portuguese translations added.
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php143 $this->options['lang'] = $translations;
/plugin/publistf/bib2tpl/lang/
H A Den.php2 $translations = array( variable
H A Des.php2 $translations = array( variable
H A Dde.php2 $translations = array( variable

1234