Skip to content

Commit

Permalink
can't use backticks in dl list
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Dec 3, 2024
1 parent 229339a commit 2e08a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/release-v1.24.0-php8.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Congratulations to **all of you and all contributors who made this happen**. It'
<dt>What if I want more locales than the ones provided by default?</dt>
<dd>The default locales installed in the web container for v1.24.0 are <code>en_CA.UTF-8, en_US.UTF-8, en_GB.UTF-8, de_DE.UTF-8, de_AT.UTF-8, fr_CA.UTF-8, fr_FR.UTF-8, ja_JP.UTF-8, ru_RU.UTF-8</code>. If you need other locales, all locales will be installed if you add <code>locales-all</code> to your <code>webimage_extra_packages</code> in <code>.ddev/config.yaml</code> For example, <code>webimage_extra_packages: ["locales-all"]</code></dd>
<dt>What should I do after upgrading DDEV?</dt>
<dd>DDEV will already ask you to do a `ddev poweroff`, but consider doing a `ddev config --update` on your projects. This will auto-detect your project type and required PHP version. It may switch the `drupal` type to `drupal10` or `drupal11`.</dd>
<dd>DDEV will already ask you to do a <code>ddev poweroff</code>, but consider doing a <code>ddev config --update</code> on your projects. This will auto-detect your project type and required PHP version. It may switch the <code>drupal</code> type to <code>drupal10</code> or <code>drupal11</code>.</dd>
</dl>

## Reversions and Removals
Expand Down

0 comments on commit 2e08a50

Please sign in to comment.