diff --git a/README.md b/README.md index 65eed27..6b828a6 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/bower.json b/bower.json index ba9ba36..0ecced2 100644 --- a/bower.json +++ b/bower.json @@ -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", @@ -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", diff --git a/package.json b/package.json index 0c51bae..6ca89c4 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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",