Browse Source

Update translations build command

doc-issue-template
MrS0m30n3 7 years ago
parent
commit
7f3b59c883
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/localization_howto.md

2
docs/localization_howto.md

@ -18,7 +18,7 @@
5. Edit the created **PO** file with your favorite editor 5. Edit the created **PO** file with your favorite editor
6. Add the new language in the **optionsframe.py** file 6. Add the new language in the **optionsframe.py** file
7. Build the binary translation files (MO) using the **setup.py** script: 7. Build the binary translation files (MO) using the **setup.py** script:
`python setup.py build`
`python setup.py build_trans`
8. Test the translations by running youtube-dl-gui: 8. Test the translations by running youtube-dl-gui:
`python -m youtube_dl_gui` `python -m youtube_dl_gui`
9. Push your changes: 9. Push your changes:

Loading…
Cancel
Save