Update 'locale_build' directory to new dirs

master
MrS0m30n3 2017-04-17 18:55:51 +03:00
parent 15d17f69b4
commit 8af86c85fc
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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).

View File

@ -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: