Skip to content

Commit

Permalink
Fix README translation commands
Browse files Browse the repository at this point in the history
These might have worked with underscore back in 2017 or whatnot
but now they need a hyphen.
  • Loading branch information
reosarevok committed Oct 29, 2024
1 parent e549438 commit 3301725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ web# ./node_modules/.bin/lessc ./metabrainz/static/fonts/font_awesome/less/font-

Once you have built and started all the services as mentioned above, run:

`$ ./develop.sh manage extract_strings`
`$ ./develop.sh manage extract-strings`

### Compiling the strings

The POT files are compiled automatically every time the services are built, but in case you make any changes to the POT files
and want to compile the translation files again, run:

`$ ./develop.sh manage compile_translations`
`$ ./develop.sh manage compile-translations`


## Testing
Expand Down

0 comments on commit 3301725

Please sign in to comment.