Skip to content

Commit

Permalink
Add documentation for manually rebuilding i18n cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored and tarrow committed Jan 25, 2024
1 parent ded9dcd commit 2482391
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/dev-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ Removing the installation:
docker compose down --volumes
```

### Updating localizations

After modifying `i18n` files, run the following to update localization caches:

```sh
docker compose exec -it mediawiki bash -c "WBS_DOMAIN=maint php w/maintenance/rebuildLocalisationCache.php --lang=en --force"
```

### Debugging Elastic

General overview of the cluster
Expand Down

0 comments on commit 2482391

Please sign in to comment.