Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into Bob123a1-patch-4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob123a1 authored Aug 15, 2018
2 parents 5e9aa8f + db5076a commit db9574a
Show file tree
Hide file tree
Showing 6 changed files with 1,065 additions and 373 deletions.
2 changes: 1 addition & 1 deletion CDNSP-GUI-Bob.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def add_to_installed(tid, ver):
print(_("Everything looks good!"))
except Exception as e:
print(_("Unable to get required files! Check your internet connection: [{}]".format(str(e))))

# CDNSP script

import argparse
Expand Down
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Check [here](https://github.com/Bob123a1/CDNSP-GUI/releases) for the latest rele
People with problems using the GUI on a Mac you can check out [this guide here!](https://github.com/Bob123a1/CDNSP-GUI/wiki/Step-by-step-setup-guide-(bug-fixes)-for-Mac-users)

# Translation (Modifications)
You can now suggest translations to your local language which you believe could be translated in a better way, choose your language's [ISO 639-1 Country Code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) and edit the language.po file inside the folder
You can now suggest translations to your local language which you believe could be translated in a better way, make a fork of my Git, and edit your changes on your commit and submit a pull-request!
In order to translate: You need to choose your language's [ISO 639-1 Country Code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) folder and edit the language.po file inside the folder, submit a pull-request to the main branch when you're done!
Binary file modified locales/it/LC_MESSAGES/language.mo
Binary file not shown.
Loading

0 comments on commit db9574a

Please sign in to comment.