Browse Source

Update 'locale_build' directory to new dirs

doc-issue-template
MrS0m30n3 7 years ago
parent
commit
8af86c85fc
3 changed files with 4 additions and 3 deletions
  1. 3
      MANIFEST.in
  2. 2
      README.md
  3. 2
      docs/localization_howto.md

3
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

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

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

Loading…
Cancel
Save