Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psychowood committed Jan 7, 2015
1 parent 0574540 commit ce80cc1
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 3 deletions.
58 changes: 58 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,66 @@ grunt serve --torrent-host=localhost --torrent-port=8055
```
replacing 'localhost' and '8055' with your utorrent hostname and port.


## Translations

I managed to get many of the ui texts from the original uTorrent WebUI, this means that most of the interface is available in the following languages:

- Albanian
- Arabic
- Belarusian
- Bosnian
- Bulgarian
- Catalan
- Chinese (Simplified)
- Chinese (Traditional)
- Czech
- Danish
- Dutch
- English
- Estonian
- Finnish
- French
- Frisian
- Gaeilge
- Galician
- Georgian
- German
- Greek
- Hebrew
- Hungarian
- Icelandic
- Italian
- Japanese
- Korean
- Latvian
- Lithuanian
- Norwegian
- Norwegian Nynorsk
- Polish
- Portuguese (Brazil)
- Portuguese (Portugal)
- Romanian
- Russian
- Serbian (Cyrillic)
- Slovak
- Slovenian
- Spanish
- Swedish
- Taiwan
- Thai
- Turkish
- Ukrainian
- Valencian
- Vietnamese

There are parts not translated yet, and I'll need help because I don't speak nor write most them (except for italian and english). If you think you can help, contact me.

## Release History

### v0.3.0
- [x] Added: Inherited translations from uTorrent resource files. Jump to 47 supported languages :) (Various strings missing, I'll need help from the community to complete the translations).

### v0.2.9
- [x] Added: Report issue via mail
- [x] Added: Online new version check (using GitHub API to check releases)
Expand Down
6 changes: 4 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-torrent-ui",
"description": "Angular + (flat) Boostrap (μ)Torrent Web UI",
"version": "0.2.9",
"version": "0.3.0",
"dependencies": {
"angular": "~1.3.8",
"json3": "~3.3.1",
Expand All @@ -15,7 +15,9 @@
"angular-toastr": "~0.5.1",
"flatstrap-css-only": "~3.3.1",
"angular-bootstrap": "~0.12.0",
"ng-file-upload": "~2.0.5"
"ng-file-upload": "~2.0.5",
"angular-translate-loader-url": "~2.5.2",
"angular-translate": "~2.5.2"
},
"devDependencies": {
"angular-mocks": "~1.3.8",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-torrent-ui",
"description": "Angular + (flat) Boostrap (μ)Torrent Web UI",
"version": "0.2.9",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/psychowood/ng-torrent-ui.git"
Expand All @@ -25,8 +25,10 @@
"grunt-contrib-rename": "0.0.3",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-file-creator": "^0.1.2",
"grunt-filerev": "^0.2.1",
"grunt-google-cdn": "^0.4.0",
"grunt-jsonlint": "^1.0.4",
"grunt-karma": "^0.9.0",
"grunt-newer": "^0.7.0",
"grunt-ng-annotate": "^0.3.0",
Expand Down

0 comments on commit ce80cc1

Please sign in to comment.