Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastiaan Speck <[email protected]>
  • Loading branch information
Managor and sebastiaanspeck authored Mar 10, 2025
1 parent 7f15ded commit 99b0efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/common/msginit.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

- Define locale to generate from a specific template:

`msginit {{[-l|--locale]}} {{locale}} {{[-i|--input]}} {{messages.pot}}`
`msginit {{[-l|--locale]}} {{locale}} {{[-i|--input]}} {{path/to/messages.pot}}`
2 changes: 1 addition & 1 deletion pages/common/msgmerge.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
- Update a translation file:

`msgmerge {{[-U|--update]}} {{file.po}} {{messages.pot}}`
`msgmerge {{[-U|--update]}} {{path/to/file.po}} {{path/to/messages.pot}}`

0 comments on commit 99b0efc

Please sign in to comment.