You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
<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>
7429
7429
<li><strong>--autocreate-language</strong>. Create the language in addition to import.</li>
<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>
7411
7411
<li>We use <ahref="https://www.php-fig.org/psr/psr-12/">PSR-12</a>.</li>
7412
7412
<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 <ahref="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 <ahref="https://github.com/PHPCSStandards/PHP_CodeSniffer"><code>PHP_CodeSniffer</code></a> in background.</li>
0 commit comments