Skip to content

Commit 5c1215b

Browse files
committed
Deployed 424f0ef to 14.x with MkDocs 1.5.3 and mike 2.1.4
1 parent 37edfce commit 5c1215b

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed
229 Bytes
Loading

14.x/commands/locale_import-all/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7417,12 +7417,12 @@ <h4 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
74177417
</ul>
74187418
<h4 id="arguments">Arguments<a class="headerlink" href="#arguments" title="Permanent link">&para;</a></h4>
74197419
<ul>
7420-
<li><strong>directory</strong>. The path to directory with translation files to import.</li>
7420+
<li><strong>directory</strong>. The path to a directory with translation files to import.</li>
74217421
</ul>
74227422
<h4 id="options">Options<a class="headerlink" href="#options" title="Permanent link">&para;</a></h4>
74237423
<ul>
7424-
<li><strong>--type=TYPE</strong>. String types to include, defaults to not-customized. Recognized values: not-customized, customized</li>
7425-
<li><strong>--override=OVERRIDE</strong>. Whether and how imported strings will override existing translations. Defaults to the Import behavior configured in the admin interface. Recognized values: none, customized, not-customized, all</li>
7424+
<li><strong>--type=TYPE</strong>. Treat imported strings as this type of translation. Recognized values: not-customized, customized</li>
7425+
<li><strong>--override=OVERRIDE</strong>. Whether and how imported strings will override existing translations. Defaults to the import behavior configured in the admin interface. Recognized values: none, customized, not-customized, all</li>
74267426
</ul>
74277427
<h4 id="global-options">Global Options<a class="headerlink" href="#global-options" title="Permanent link">&para;</a></h4>
74287428
<ul>

14.x/commands/locale_import/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Imports to a gettext translation file.">
9+
<meta name="description" content="Imports from a gettext translation file.">
1010

1111

1212
<meta name="author" content="Moshe Weitzman">
@@ -65,7 +65,7 @@
6565

6666
<meta property="og:title" content="locale:import - Drush" >
6767

68-
<meta property="og:description" content="Imports to a gettext translation file." >
68+
<meta property="og:description" content="Imports from a gettext translation file." >
6969

7070
<meta property="og:image" content="https://www.drush.org/latest/latest/assets/images/social/commands/locale_import.png" >
7171

@@ -81,7 +81,7 @@
8181

8282
<meta name="twitter:title" content="locale:import - Drush" >
8383

84-
<meta name="twitter:description" content="Imports to a gettext translation file." >
84+
<meta name="twitter:description" content="Imports from a gettext translation file." >
8585

8686
<meta name="twitter:image" content="https://www.drush.org/latest/latest/assets/images/social/commands/locale_import.png" >
8787

@@ -7408,7 +7408,7 @@
74087408

74097409

74107410
<h1 id="localeimport">locale:import<a class="headerlink" href="#localeimport" title="Permanent link">&para;</a></h1>
7411-
<p>Imports to a gettext translation file.</p>
7411+
<p>Imports from a gettext translation file.</p>
74127412
<h4 id="examples">Examples<a class="headerlink" href="#examples" title="Permanent link">&para;</a></h4>
74137413
<ul>
74147414
<li><code>locale:import locale-import nl drupal-8.4.2.nl.po</code></li>
@@ -7424,8 +7424,8 @@ <h4 id="arguments">Arguments<a class="headerlink" href="#arguments" title="Perma
74247424
</ul>
74257425
<h4 id="options">Options<a class="headerlink" href="#options" title="Permanent link">&para;</a></h4>
74267426
<ul>
7427-
<li><strong>--type=TYPE</strong>. String types to include, defaults to all types. Recognized values: not-customized, customized, not-translated [default: <em>not-customized</em>]</li>
7428-
<li><strong>--override=OVERRIDE</strong>. Whether and how imported strings will override existing translations. Defaults to the Import behavior configured in the admin interface. Recognized values: none, customized, not-customized, all</li>
7427+
<li><strong>--type=TYPE</strong>. Treat imported strings as this type of translation. Recognized values: not-customized, customized, not-translated [default: <em>not-customized</em>]</li>
7428+
<li><strong>--override=OVERRIDE</strong>. Whether and how imported strings will override existing translations. Defaults to the import behavior configured in the admin interface. Recognized values: none, customized, not-customized, all</li>
74297429
<li><strong>--autocreate-language</strong>. Create the language in addition to import.</li>
74307430
</ul>
74317431
<h4 id="global-options">Global Options<a class="headerlink" href="#global-options" title="Permanent link">&para;</a></h4>

14.x/contribute/CONTRIBUTING/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7410,7 +7410,7 @@ <h2 id="coding-style">Coding style<a class="headerlink" href="#coding-style" tit
74107410
<li>Do write comments. You don't have to comment every line, but if you come up with something that's a bit complex/weird, just leave a comment. Bear in mind that you will probably leave the project at some point and that other people will read your code. Undocumented huge amounts of code are nearly worthless!</li>
74117411
<li>We use <a href="https://www.php-fig.org/psr/psr-12/">PSR-12</a>.</li>
74127412
<li>Keep it compatible. Do not introduce changes to the public API, or configurations too casually. Don't make incompatible changes without good reasons!</li>
7413-
<li>Run <code>composer cs</code> to check the project for coding style issues and run <code>composer cbf</code> to fix them automatically where possible. These scripts use <a href="https://github.com/squizlabs/PHP_CodeSniffer"><code>PHP_CodeSniffer</code></a> in background.</li>
7413+
<li>Run <code>composer cs</code> to check the project for coding style issues and run <code>composer cbf</code> to fix them automatically where possible. These scripts use <a href="https://github.com/PHPCSStandards/PHP_CodeSniffer"><code>PHP_CodeSniffer</code></a> in background.</li>
74147414
</ul>
74157415
<h2 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h2>
74167416
<ul>
@@ -7437,7 +7437,7 @@ <h2 id="documentation">Documentation<a class="headerlink" href="#documentation"
74377437
<span class="md-icon" title="Last update">
74387438
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
74397439
</span>
7440-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="September 30, 2025 14:19:47 UTC">September 30, 2025</span>
7440+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="March 31, 2026 01:06:30 UTC">March 31, 2026</span>
74417441
</span>
74427442

74437443

@@ -7454,7 +7454,8 @@ <h2 id="documentation">Documentation<a class="headerlink" href="#documentation"
74547454
<nav>
74557455

74567456
<a href="mailto:adam@phenaproxima.net">Adam</a>,
7457-
<a href="mailto:weitzman@tejasa.com">Moshe Weitzman</a>
7457+
<a href="mailto:weitzman@tejasa.com">Moshe Weitzman</a>,
7458+
<a href="mailto:rodrigosprimo@gmail.com">Rodrigo Primo</a>
74587459
</nav>
74597460
</span>
74607461

14.x/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

14.x/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)