Select Git revision
-
sharkykh authored
* Simpler messages.json * Mark more javascript strings for translation * Some more strings for translation. * Add a note to editShow that setting a show's ignored/required words overrides the globally ignored/required words. Missed string in core.js * Update translations * Use jquery.redirect instead of building a form. This could come in handy in other places. Signed-off-by:
miigotu <miigotu@gmail.com>
sharkykh authored* Simpler messages.json * Mark more javascript strings for translation * Some more strings for translation. * Add a note to editShow that setting a show's ignored/required words overrides the globally ignored/required words. Missed string in core.js * Update translations * Use jquery.redirect instead of building a form. This could come in handy in other places. Signed-off-by:
miigotu <miigotu@gmail.com>
bower.json 977 B
{
"name": "sickrage",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "<3.0",
"bootstrap": "~3.3.6",
"bootstrap-hover-dropdown": "~2.2.1",
"jquery-ui": "~1.12.1",
"jquery-timeago": "~1.5.4",
"jquery-tokeninput": "~1.7.0",
"bootstrap3-typeahead": "~4.0.2",
"underscore": "~1.8.3",
"jqueryui-touch-punch": "*",
"pnotify": "<3.0",
"qtip2": "~2.2.1",
"tablesorter": "jquery.tablesorter#~2.28.4",
"jquery-confirm": "~2.7.0",
"bootstrap-formhelpers": "~2.3.0",
"isotope": "<3.0",
"openSans": "https://google-fonts.azurewebsites.net/googleFonts/openSans?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic",
"jquery-backstretch": "~2.1.15",
"jsgettext": "~0.8.1",
"jquery.redirect": "^1.0.4"
},
"resolutions": {
"bootstrap": "~3.3.6",
"jquery": "<3.0"
}
}