Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 31f5da4

Browse files
authored
Merge pull request #4105 from magento/ds_rm-table-auto-class
Removed style="table-layout:auto;" in all tables
2 parents 7321cef + a64b3fb commit 31f5da4

File tree

113 files changed

+197
-209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+197
-209
lines changed

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
GIT
22
remote: https://github.com/magento-devdocs/devdocs-theme.git
3-
revision: dcb189be6fd4e0ebc69dce7cd6cdeb3b960b3a9e
3+
revision: 7a7f3798c51e6d9ea0fe2d419a13d945ed1406d8
44
specs:
55
devdocs (0.0.1)
66
jekyll (~> 3.3)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (5.2.2)
11+
activesupport (5.2.3)
1212
concurrent-ruby (~> 1.0, >= 1.0.2)
1313
i18n (>= 0.7, < 2)
1414
minitest (~> 5.1)
@@ -23,7 +23,7 @@ GEM
2323
json (>= 1.5.1)
2424
colorator (1.1.0)
2525
colorize (0.8.1)
26-
concurrent-ruby (1.1.4)
26+
concurrent-ruby (1.1.5)
2727
em-websocket (0.5.1)
2828
eventmachine (>= 0.12.9)
2929
http_parser.rb (~> 0.6.0)
@@ -70,23 +70,23 @@ GEM
7070
verbal_expressions (~> 0.1.5)
7171
jekyll-optional-front-matter (0.3.0)
7272
jekyll (~> 3.0)
73-
jekyll-redirect-from (0.14.0)
74-
jekyll (~> 3.3)
73+
jekyll-redirect-from (0.15.0)
74+
jekyll (>= 3.3, < 5.0)
7575
jekyll-relative-links (0.6.0)
7676
jekyll (~> 3.3)
7777
jekyll-sass-converter (1.5.2)
7878
sass (~> 3.4)
79-
jekyll-sitemap (1.2.0)
80-
jekyll (~> 3.3)
79+
jekyll-sitemap (1.3.1)
80+
jekyll (>= 3.7, < 5.0)
8181
jekyll-titles-from-headings (0.5.1)
8282
jekyll (~> 3.3)
83-
jekyll-watch (2.1.2)
83+
jekyll-watch (2.2.1)
8484
listen (~> 3.0)
85-
json (2.1.0)
85+
json (2.2.0)
8686
kramdown (1.17.0)
8787
launchy (2.4.3)
8888
addressable (~> 2.3)
89-
liquid (4.0.1)
89+
liquid (4.0.3)
9090
listen (3.1.5)
9191
rb-fsevent (~> 0.9, >= 0.9.4)
9292
rb-inotify (~> 0.9, >= 0.9.7)
@@ -96,7 +96,7 @@ GEM
9696
minitest (5.11.3)
9797
nokogiri (1.8.5)
9898
mini_portile2 (~> 2.3.0)
99-
parallel (1.13.0)
99+
parallel (1.17.0)
100100
pathutil (0.16.2)
101101
forwardable-extended (~> 2.6)
102102
progressbar (1.10.0)
@@ -106,7 +106,7 @@ GEM
106106
ffi (~> 1.0)
107107
rouge (3.3.0)
108108
ruby_dep (1.5.0)
109-
safe_yaml (1.0.4)
109+
safe_yaml (1.0.5)
110110
sass (3.7.3)
111111
sass-listen (~> 4.0.0)
112112
sass-listen (4.0.0)
@@ -118,7 +118,7 @@ GEM
118118
tzinfo (1.2.5)
119119
thread_safe (~> 0.1)
120120
verbal_expressions (0.1.5)
121-
yell (2.0.7)
121+
yell (2.1.0)
122122

123123
PLATFORMS
124124
ruby
@@ -136,4 +136,4 @@ DEPENDENCIES
136136
launchy
137137

138138
BUNDLED WITH
139-
1.17.3
139+
1.17.2

_includes/config/es-elasticsearch-magento.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Unless you changed Elasticsearch server settings, the defaults should work. Skip
2828
|**Elasticsearch Server Port**|Enter the Elasticsearch web server proxy port. In our example, the port is 8080 but if you are using a secure proxy, it is typically 443. {{site.data.var.ece}}: Get this value from your integration system.|
2929
|**Elasticsearch Index Prefix**|Enter the Elasticsearch index prefix. If you use a single Elasticsearch instance for more than one Magento installation (Staging and Production environments), you must specify a unique prefix for each installation. Otherwise, you can use the default prefix magento2.|
3030
|**Enable Elasticsearch HTTP Auth**|Click **Yes** only if you enabled authentication for your Elasticsearch server. If so, provide a username and password in the provided fields.|
31-
{:style="table-layout:auto;"}
31+
3232

3333
{:start="4"}
3434
1. Click **Test Connection**.

_includes/config/message-queue-consumers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Parameter | Value | Required? | Default Value
3333
`--pid-file-path=<value>` | The file path for saving PID of consumer process. Consumer process such as `/var/someConsumer.pid` | No |
3434
`--area-code=<value>` | The area code preferred for consumer process. | No | global
3535
`<consumer_name>` | The consumer to start. | Yes | |
36-
{:style="table-layout:auto;"}
36+
3737

3838
After consuming all available messages, the command terminates. You can run the command again manually or with a cron job. You can also run multiple instances of the `magento queue:consumers:start` command to process large message queues. For example, you can append `&` to the command to run it in the background, return to a prompt, and continue running commands:
3939

_includes/contributor/rewards.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Achievement | Points | Description
3030
Improvement| 10 | Contribution contains code improvements, refactoring, or a bug fix.
3131
Port | 5 | Contribution ports an existing solution between release lines. The author of the original PR receives an additional **5 points** when another person contributes the ported Pull Request.
3232
Code Cleanup | 1 | Contribution contains code cleanup such as typos, inline documentation, coding style, remove unused code, minor style/design fixes, and so on.
33-
{:style="table-layout:auto;"}
33+
3434

3535
### Additional achievements
3636
{:.no_toc}
@@ -47,7 +47,7 @@ MFTF test coverage| 10 | Contribution contains MFTF tests
4747
Bug fix | 10 | Contribution fixes one or more known issues from GitHub
4848
Author of Ported Issue | 5 | Additional points for a contribution that ports (up or back port) a previous PR across release lines by another contributor
4949
Issue Triage | 3 | Public issue report is verified and confirmed
50-
{:style="table-layout:auto;"}
50+
5151

5252
## DevDocs awards and points
5353

@@ -67,7 +67,7 @@ Achievement | Points | Description
6767
| ------------ | --- | --- |
6868
Improvement | 10 | Contribution contains document improvements, adding missing features of inconsistency between code base and documentation, and so on.
6969
Editorial | 1 | Contribution contains fixes only for typos, grammatical inconsistencies, or minor rewrites to correct inaccuracies.
70-
{:style="table-layout:auto;"}
70+
7171

7272
### Additional achievements
7373
{:.no_toc}
@@ -79,4 +79,4 @@ Achievement | Points | Description
7979
New topic | 30 | New file submissions for content that has never existed on devdocs
8080
Major update | 20 | Significant updates to existing content, such as a new section or example
8181
Technical | 10 | Updates to code or processes that alter the technical content of the document
82-
{:style="table-layout:auto;"}
82+

_includes/install/get-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ In the event you need additional help, consult the following resources.
77
|{{site.data.var.ce}} and {{site.data.var.ee}}|- [Magento support forums](http://community.magento.com/)<br>- [stack Exchange](http://magento.stackexchange.com)<br>- [Twitter](https://twitter.com/magento)|
88
|{{site.data.var.ce}}|[Submit bug reports](http://www.magentocommerce.com/bug-tracking)|
99
|{{site.data.var.ee}} only|[Submit bug reports](http://support.magentocommerce.com)|
10-
{:style="table-layout:auto;"}
10+

_includes/install/patch/apply-patch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To apply a patch:
88
| .zip | `unzip -o <patch name>.zip` |
99
| .tar.gz | `tar -zxf <patch name>.tar.gz` |
1010
| .tar.bz2 | `tar -jxf <patch name>.tar.bz2` |
11-
{:style="table-layout:auto;"}
11+
1212

1313
{:.bs-callout .bs-callout-info}
1414
If you don't have command line access to your Magento server, extract the patch locally and transfer the files to the server using an FTP application.

_includes/install/sampledata/sample-data-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can install optional sample data in any of the following ways:
1313
|--- |--- |--- |
1414
|Using Composer|[Run `magento sampledata:deploy` to modify Magento's root `composer.json`]({{ page.baseurl }}/install-gde/install/sample-data-before-composer.html) to enable sample data modules.|Requires Composer knowledge and access to the Magento file system.|
1515
|Cloning repositories|[Clone the Magento 2 repository]({{ page.baseurl }}/install-gde/install/sample-data-before-clone.html) and the sample data repository, then link them together.|For contributing developers only. Everyone else should use one of the preceding methods.|
16-
{:style="table-layout:auto;"}
16+
1717

1818
<!-- ABBREVIATIONS -->
1919

_includes/install/web/install-web_3-web-conf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|--- |--- |
77
|Your Store Address|Enter the URL, including scheme and trailing slash, by which users access your storefront. For example, if your storefront hostname is http://www.example.com, enter http://www.example.com/|
88
|Magento Admin Address|Enter the relative URL by which to access the Magento Admin.|
9-
{:style="table-layout:auto;"}
9+
1010

1111
2. Optionally click **Advanced Options** and enter the following information:
1212

@@ -16,7 +16,7 @@
1616
|Apache Rewrites|Select this checkbox to use Apache rewrites. We support this option only if you enabled server rewrites when you installed [Apache]({{ page.baseurl }}/install-gde/prereq/apache.html).|
1717
|Encryption Key|Magento uses an encryption key to encrypt [sensitive data](#sens-data) in the database.<br><br>Click I want to use a Magento generated key to have Magento generate an encryption key for you.<br><br>Click I want to use my own encryption key if you already have an encryption key.|
1818
|Session Save|From the list, click the option corresponding to how to store session data.<br><br>The default is Files, which means session data is saved in the var/session subdirectory of the Magento file system.<br><br>You can also choose Db, which means session data is stored in the database.|
19-
{:style="table-layout:auto;"}
19+
2020

2121
12. Click **Next**.
2222

_includes/install/web/install-web_5-create-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
|New E-Mail|Enter the Magento administrator's e-mail address.|
99
|New Password|Enter the administrator's password.|
1010
|Confirm Password|Enter the password again for verification.|
11-
{:style="table-layout:auto;"}
11+
1212

1313
2. Click **Next**.

_includes/php-dev/composer-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ The following table discusses the component types that Magento Marketplace suppo
66
|Module|magento2-module|Code that modifies Magento application behavior. You can upload a single module to the Magento Marketplace or your module can be dependent on some parent package.|
77
|Theme|magento2-theme|Code that modifies the look and feel of the storefront or Magento Admin.|
88
|Language package|magento2-language|Translations for the storefront or Admin.|
9-
{:style="table-layout:auto;"}
9+

_includes/release-notes/packages.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Click the **Name** links to view the repository and the license agreement.
88

99
### Required packages
1010

11-
{:style="table-layout:auto;"}
1211
| Name | Version | License | Description |
1312
| --- | --- | --- | --- |{% for package in packages %}{% if package.name contains 'magento/' %}
1413
| [{{ package.name }}]({{ package.source.url }}) | {{ package.version }} | {{ package.license }} | {{ package.description }} |{% endif %}{% endfor %}
@@ -17,7 +16,6 @@ Click the **Name** links to view the repository and the license agreement.
1716

1817
### Supported packages for development
1918

20-
{:style="table-layout:auto;"}
2119
| Name | Version | License | Description |
2220
| --- | --- | --- | --- |{% for package in packages-dev %}{% if package.name contains 'magento/' %}
2321
| [{{ package.name }}]({{ package.source.url }}) | {{ package.version }} | {{ package.license }} | {{ package.description }} |{% endif %}{% endfor %}
@@ -30,7 +28,6 @@ Click the **Name** links to view the repository and the license agreement.
3028

3129
### Required packages
3230

33-
{:style="table-layout:auto;"}
3431
| Name | Version | License | Description |
3532
| --- | --- | --- | --- |{% for package in packages %}{% unless package.name contains 'magento/' %}
3633
| [{{ package.name }}]({{ package.source.url }}) | {{ package.version }} | {{ package.license }} | {{ package.description }} |{% endunless %}{% endfor %}
@@ -39,7 +36,7 @@ Click the **Name** links to view the repository and the license agreement.
3936

4037
### Supported packages for development
4138

42-
{:style="table-layout:auto;"}
39+
4340
| Name | Version | License | Description |
4441
| --- | --- | --- | --- |{% for package in packages-dev %}{% unless package.name contains 'magento/' %}
4542
| [{{ package.name }}]({{ package.source.url }}) | {{ package.version }} | {{ package.license }} | {{ package.description }} |{% endunless %}{% endfor %}

guides/v2.1/cloud/architecture/pro-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Days 4 to 6 | One backup per day
144144
Weeks 2 to 6 | One backup per week
145145
Weeks 8 to 12 | One bi-weekly backup
146146
Weeks 12 to 22 | One backup per month
147-
{:style="table-layout:auto;"}
147+
148148

149149
{{site.data.var.ece}} creates the backup using snapshots to encrypted elastic block storage (EBS) volumes. An EBS snapshot is immediate, but the time it takes to write to the simple storage service (S3) depends on the volume of changes.
150150

guides/v2.1/cloud/cdn/cloud-vcl-custom-snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You can create and manage custom VCL snippets from the Magento Admin UI or by us
8383
| `priority` | Numeric value from `1` to `100` that specifies when the custom VCL snippet code runs. Snippets with lower priority values run first. If not specified, the `priority ` value defaults to `100`.<br><br> Any custom VCL snippet with a priority value of `5` runs immediately, which is best for VCL code that implements request routing (block and allow lists and redirects). Priority `100` is best for overriding default VCL snippet code. <br><br>All [default VCL snippets]({{ page.baseurl }}/cloud/cdn/configure-fastly.html#upload-vcl-snippets) included in the Magento-Fastly module have `priority=50`.<br>- Assign a high priority like `100` to run custom VCL code after all other VCL functions and override the default VCL code.
8484
| `dynamic` | Indicates if this is a [regular snippet](https://docs.fastly.com/vcl/vcl-snippets/using-dynamic-vcl-snippets/) which is included in the versioned VCL for the Fastly service configuration, or a [dynamic snippet](https://docs.fastly.com/vcl/vcl-snippets/using-dynamic-vcl-snippets/) which can be modified and deployed without requiring a new VCL version.
8585
| `active` | Indicates if the snippet or version is activated and in use. Returns `true` or `false`. Make note of the version number for an active snippet. Use this to clone the version.
86-
{:style="table-layout:auto;"}
86+
8787

8888

8989

guides/v2.1/cloud/deploy/smart-wizards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Command | Description
2626
`wizard:scd-on-demand` | Check that the `SCD_ON_DEMAND` global environment variable is `true`.
2727
`wizard:scd-on-build ` | Check that the `SCD_ON_DEMAND` global environment variable is `false` and the `SKIP_SCD` environment variable is `false` for the _build_ stage. Verifies that the `config.php` file contains information for stores, store groups, and websites.
2828
`wizard:scd-on-deploy` | Check that the `SCD_ON_DEMAND` global environment variable is `false` and the `SKIP_SCD` environment variable is `false` for the _deploy_ stage. Verifies that the `config.php` file does _NOT_ contain the list of stores, store groups, and websites with related information.
29-
{:style="table-layout:auto;"}
29+
3030

3131
As an example, you can verify that your configuration properly enables the SCD on-demand feature:
3232

guides/v2.1/cloud/docker/docker-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The `{{site.data.var.ct}}` package v2002.0.13 or later deploys to a read-only fi
2323
| Elasticsearch | `--es` | 2.4 | 1.7, 2.4, 5.2, 6.5
2424
| RabbitMQ | `--rmq` | 3.5 | 3.5, 3.7
2525
| Redis | `--redis` | 3.2 | 3.0, 3.2, 4.0, 5.0
26-
{:style="table-layout:auto;"}
26+
2727

2828
This version also provides a `docker:config:convert` command to convert PHP configuration files to Docker ENV files.
2929

guides/v2.1/cloud/docker/docker-quick-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use Magento command | `docker-compose run deploy magento <command>`
1919
Stop and remove Docker environment (removes volumes) | `docker-compose down -v`
2020
Stop Docker environment without destroying containers | `docker-compose stop`
2121
Resume Docker environment | `docker-compose start`
22-
{:style="table-layout:auto;"}
22+
2323

2424
## ece-tools
2525

guides/v2.1/cloud/env/environment-vars_magento.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you want to change the values after installation, connect to your environment
2222
|`ADMIN_EMAIL`| | Email address for the administrative user. This address is used to send password reset notifications.|
2323
|`ADMIN_PASSWORD`| | Password for the administrative user. When the project is created a random password is generated and an email is sent to the {{ site.data.var.ece }} License Owner. During project creation, the License Owner should have already changed the password. You might need to contact the License Owner for the updated password.|
2424
| `ADMIN_LOCALE` | `en_US` | The default locale used by the Magento Admin.
25-
{:style="table-layout:auto;"}
25+
2626

2727

2828
## Admin URL

guides/v2.1/cloud/env/environments-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ If you have a corporate firewall that blocks outgoing SSH connections, you can a
230230
</td>
231231
</tr>
232232
</table>
233-
{:style="table-layout:auto;"}
233+
234234

235235
## Interact with environments via the Magento Cloud CLI {#commands}
236236

guides/v2.1/cloud/project/project-conf-files_routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Property | Description
6363
`cache:` | Controls [caching for the route]({{ page.baseurl }}/cloud/project/project-routes-more-cache.html).
6464
`redirects:` | Controls [redirect rules]({{ page.baseurl }}/cloud/project/project-routes-more-redir.html).
6565
`ssi:` | Controls enabling of [Server Side Includes]({{ page.baseurl }}/cloud/project/project-routes-more-ssi.html).
66-
{:style="table-layout:auto;"}
66+
6767
6868
## Simple routes
6969

guides/v2.1/config-guide/bootstrap/magento-how-to-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following table discusses the bootstrap parameters you can set:
1717
| ------------------- | -------------------------------------------- |
1818
| MAGE_DIRS | Specifies custom directory and URL paths |
1919
| MAGE_PROFILER | Enables dependency graphs and HTML profiling |
20-
{:style="table-layout:auto;"}
20+
2121

2222
{:.bs-callout .bs-callout-info}
2323
* Not all bootstrap parameters are documented at this time.

guides/v2.1/config-guide/cli/config-cli-subcommands-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Magento 2 has the following {% glossarytooltip 0bc9c8bc-de1a-4a06-9c99-a89a29c30
2727
|Integration configuration|config_integration|Compiled integrations.<br><br>Clean or flush this cache after changing or adding integrations.|
2828
|Integration API configuration|config_integration_api|Compiled integration APIs.|
2929
|Web services configuration|config_webservice|Web API structure.|
30-
{:style="table-layout:auto;"}
30+
3131

3232
## View the cache status
3333

guides/v2.1/config-guide/cli/config-cli-subcommands-depen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following table explains this command's options, parameters, and values.
3434
| `show-framework` | Framework dependencies report. | Yes |
3535
| `-d --directory` | Path to the base directory to start searching for report data. | No |
3636
| `-o --output` | Specifies the absolute file system path and file name of the comma-separated value (csv) output file for the report. | No |
37-
{:style="table-layout:auto;"}
37+
3838

3939
If no directory or filename is passed as an argument, the following application root is used as the default directory, and the following default filenames are used:
4040

@@ -43,7 +43,7 @@ If no directory or filename is passed as an argument, the following application
4343
| `magento info:dependencies:show-modules` | `modules-dependencies.csv` |
4444
| `magento info:dependencies:show-modules-circular` | `modules-circular-dependencies.csv` |
4545
| `magento info:dependencies:show-framework` | `framework-dependencies.csv` |
46-
{:style="table-layout:auto;"}
46+
4747

4848
### Sample module dependencies report
4949

guides/v2.1/config-guide/cli/config-cli-subcommands-i18n.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following table explains this command's parameters and values:
5252
|`<path to directory to translate>`|Path to a directory that has translatable code; in other words, PHP, PHTML, or XML files that have phrases to translate.<br><br>The tool starts searching at the path you enter and searches all files and subdirectories it contains.<br><br>Do not use this parameter if you use `-m --magento`.|Yes (dictionaries), no (packages).|
5353
|`-m --magento`|Required to create a language package from this translation dictionary. If used, searches the directories that contain bin/magento. This option adds themes or modules to each line in the dictionary.<br><br>A sample follows:<br><br>"No Items Found","No Items Found",module,Magento_Wishlist|No|
5454
|`-o --output="<path>"`|Specifies the absolute file system path and file name of the translation dictionary .csv file to create. The value you enter is case-sensitive. The name of the .csv file must exactly match the locale name, including the characters' case.<br><br>If you omit this parameter, the output is directed to stdout.|No|
55-
{:style="table-layout:auto;"}
55+
5656

5757
{:.bs-callout .bs-callout-info}
5858
To create a language pack from a translation dictionary, you *must* use the `-m|--magento` option.
@@ -109,7 +109,7 @@ The following table explains this command's parameters and values:
109109
|`<locale>`|[ISO 639-1] (language) and [ISO 3166] (country) identifier of language used as file name for all resulting .csv files. Examples: `de_DE`, `pt_PT`, `pt_BR`.|Yes|
110110
|`-m --mode`|If a target file already exists, specifies whether to replace the existing language package or merge with the new language pack. Merging overrides any phrases that existed and adds new ones. <br><br>Values: merge or replace (default).|No|
111111
|`-d --allow-duplicates`|Include this option to allow duplicates in the language pack. Otherwise, the command fails with an error if it encounters the same phrase in multiple entries with different translations.|No|
112-
{:style="table-layout:auto;"}
112+
113113

114114
### Create directories and files {#m2devgde-xlate-files}
115115

0 commit comments

Comments
 (0)