Skip to content

Commit

Permalink
Merge pull request #6 from sysadminmatmoz/8.0
Browse files Browse the repository at this point in the history
Slovene translations added
  • Loading branch information
wowas18 committed Apr 12, 2015
2 parents e661743 + e3d3fb5 commit 1b70db8
Show file tree
Hide file tree
Showing 8 changed files with 1,882 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo

# Pycharm
.idea

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Sphinx documentation
docs/_build/

# Backup files
*~
*.swp
Loading

0 comments on commit 1b70db8

Please sign in to comment.