From 7f3b59c883e29cb30642c405b6c08f0fae8cf637 Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Wed, 19 Jul 2017 02:01:21 +0300 Subject: [PATCH] Update translations build command --- docs/localization_howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/localization_howto.md b/docs/localization_howto.md index f5e2af4..bed25fe 100644 --- a/docs/localization_howto.md +++ b/docs/localization_howto.md @@ -18,7 +18,7 @@ 5. Edit the created **PO** file with your favorite editor 6. Add the new language in the **optionsframe.py** file 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: `python -m youtube_dl_gui` 9. Push your changes: