From 8af86c85fc6458cbf509d8ee08b2c619059c0c2d Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Mon, 17 Apr 2017 18:55:51 +0300 Subject: [PATCH] Update 'locale_build' directory to new dirs --- MANIFEST.in | 3 ++- README.md | 2 +- docs/localization_howto.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index cac4349..f106c36 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,7 +4,8 @@ include LICENSE include README.md include tests/*.py -include locale_build/* +include devscripts/* +include docs/* include youtube_dl_gui/data/pixmaps/icons-license diff --git a/README.md b/README.md index b3f2d6e..f2e287f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Then you can call youtube-dlg from the command line, using the `youtube-dl-gui` ## Contributing -**Support for new language:** See [Localization HOWTO](locale_build/HOWTO.md). +**Support for new language:** See [Localization HOWTO](docs/localization_howto.md). **Reporting bugs:** See [Issues](https://github.com/MrS0m30n3/youtube-dl-gui/issues). diff --git a/docs/localization_howto.md b/docs/localization_howto.md index e9ecebf..f5e2af4 100644 --- a/docs/localization_howto.md +++ b/docs/localization_howto.md @@ -14,7 +14,7 @@ 1. Fork the project 2. Create a local clone of your fork repo 3. Change directory into **youtube-dl-gui** -4. Run the **new-locale.py** script under the **locale_build** directory +4. Run the **new-locale.py** script under the **devscripts** directory 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: