* fix uploaderid when torrent is hidden
Added a new function template to generate a link for uploaders name
In the view we have the actual uploaderID and uploaderName now
* fix template.HTML to string conversion
* Add a modal for reporting
Replace the popup
Use of Modal.js
Include Captcha
* forgot a div end tag
* Moved modal at the end
* Updated translation missing %s
* Added an information message
New translation string
* Forgot %s
* wrong id check
* Re-add old uploader name to view page
* Update zh-CN translation (fixes#519)
* Nicer text boxes in night mode (closes#515)
* Fix max results defaulting to 5 (fixes#488)
* Add link back to nyaa on sukebei (fixes#255 and #437)
* Fix visual bug with pt-BR translation (fixes#427)
* Update for zh-cn and zh-tw
Update for zh-cn and zh-tw
* Update for zh-cn and zh-tw
Update for zh-cn and zh-tw
* Update zh-tw
Update zh-tw
* Update zh-cn and zh-tw
Update zh-cn and zh-tw
* revert zh-tw
- Fixed an error in the spanish and chinese translation file
- Refactored reading the translation files
Instead of ignoring errors in the non-default language files
the error will now be returned and the remaining files will
not be loaded.
- Added a unit test to check if all translation files are valid
- Added an i18n config to specify the translations dir and the
default language