Skip to content

Commit 322c686

Browse files
authored
Merge branch 'main' into gergely/install-po3way
2 parents a66dfbd + 3e5a115 commit 322c686

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

web/Weblate-server.qmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Weblate will provide a suggestion on how to fix, but in short:
213213
/var/lib/docker/volumes/weblate-docker_weblate-data/_data/vcs/r-project/base-r-gui
214214
```
215215

216-
3. Attach the Docker container:
216+
3. Attach the Docker container (this image is offered by `weblate`):
217217

218218
```sh
219219
sudo docker exec -ti weblate-docker_weblate_1 bash
@@ -225,7 +225,7 @@ Weblate will provide a suggestion on how to fix, but in short:
225225
cd app/data/vcs/r-project/base-r-gui
226226
```
227227

228-
When looking for this folder outside of Docker, you can find it at
228+
As noted above when we made a copy of the repo, this folder can also be found in Weblate outside Docker:
229229

230230
```
231231
/var/lib/docker/volumes/weblate-docker_weblate-data/_data/vcs/r-project/base-r-gui
@@ -240,7 +240,6 @@ Weblate will provide a suggestion on how to fix, but in short:
240240

241241
6. Optionally, if not yet done, install [helpers](https://github.com/JulienPalard/po3way) to make it easier to deal with the git conflicts (inside Docker). Start Docker as root to install `po3way` system-wide:
242242

243-
244243
```sh
245244
$ sudo docker exec -u root -ti weblate-docker_weblate_1 bash
246245
```

0 commit comments

Comments
 (0)