mirror of https://github.com/snachodog/mybuddy.git
Add Hebrew translations
This commit is contained in:
parent
a9480950d2
commit
8b4ac2487f
|
@ -66,6 +66,8 @@ for information about how to create/update translations.
|
|||
|
||||
:de: German
|
||||
|
||||
:israel: Hebrew
|
||||
|
||||
:hungary: Hungarian
|
||||
|
||||
:it: Italian
|
||||
|
|
|
@ -187,6 +187,7 @@ LANGUAGES = [
|
|||
("fr", _("French")),
|
||||
("fi", _("Finnish")),
|
||||
("de", _("German")),
|
||||
("he", _("Hebrew")),
|
||||
("hu", _("Hungarian")),
|
||||
("it", _("Italian")),
|
||||
("nb", _("Norwegian Bokmål")),
|
||||
|
|
|
@ -42,6 +42,7 @@ const config = {
|
|||
"node_modules/plotly.js/dist/plotly-locale-es.js",
|
||||
"node_modules/plotly.js/dist/plotly-locale-fi.js",
|
||||
"node_modules/plotly.js/dist/plotly-locale-fr.js",
|
||||
"node_modules/plotly.js/dist/plotly-locale-he.js",
|
||||
"node_modules/plotly.js/dist/plotly-locale-hu.js",
|
||||
"node_modules/plotly.js/dist/plotly-locale-it.js",
|
||||
"node_modules/plotly.js/dist/plotly-locale-no.js",
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -231,7 +231,3 @@ body a:hover {
|
|||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
margin: 5px 0 10px 0;
|
||||
}
|
Binary file not shown.
|
@ -231,7 +231,3 @@ body a:hover {
|
|||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
margin: 5px 0 10px 0;
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -3,12 +3,6 @@ function replaceDocument(docString) {
|
|||
|
||||
doc.write(docString);
|
||||
doc.close();
|
||||
|
||||
if (window.djdt) {
|
||||
// If Django Debug Toolbar is available, reinitialize it so that
|
||||
// it can show updated panels from new `docString`.
|
||||
window.addEventListener("load", djdt.init);
|
||||
}
|
||||
}
|
||||
|
||||
function doAjaxSubmit(e) {
|
Binary file not shown.
Binary file not shown.
|
@ -3,12 +3,6 @@ function replaceDocument(docString) {
|
|||
|
||||
doc.write(docString);
|
||||
doc.close();
|
||||
|
||||
if (window.djdt) {
|
||||
// If Django Debug Toolbar is available, reinitialize it so that
|
||||
// it can show updated panels from new `docString`.
|
||||
window.addEventListener("load", djdt.init);
|
||||
}
|
||||
}
|
||||
|
||||
function doAjaxSubmit(e) {
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -38,7 +38,6 @@ function sameOrigin(url) {
|
|||
!(/^(\/\/|http:|https:).*/.test(url));
|
||||
}
|
||||
|
||||
window.drf = JSON.parse(document.getElementById('drf_csrf').textContent);
|
||||
var csrftoken = window.drf.csrfToken;
|
||||
|
||||
$.ajaxSetup({
|
Binary file not shown.
|
@ -38,7 +38,6 @@ function sameOrigin(url) {
|
|||
!(/^(\/\/|http:|https:).*/.test(url));
|
||||
}
|
||||
|
||||
window.drf = JSON.parse(document.getElementById('drf_csrf').textContent);
|
||||
var csrftoken = window.drf.csrfToken;
|
||||
|
||||
$.ajaxSetup({
|
||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -1,3 +0,0 @@
|
|||
$(document).ready(function() {
|
||||
$('form').ajaxForm();
|
||||
});
|
|
@ -1,3 +0,0 @@
|
|||
$(document).ready(function() {
|
||||
$('form').ajaxForm();
|
||||
});
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue