Adds he translation to config.

This commit is contained in:
Lars Jung 2012-09-12 20:55:27 +02:00
parent 8783f00460
commit 2fecdef3e0
2 changed files with 2 additions and 2 deletions

View file

@ -399,6 +399,7 @@ var H5AI_CONFIG = {
"el": "ελληνικά",
"es": "español",
"fr": "français",
"he": "עברית",
"hu": "magyar",
"it": "italiano",
"ja": "日本語",

View file

@ -1,4 +1,3 @@
/* only here as a reference, these values are the hardcoded defaults */
{
"lang": "עברית",
"details": "פרטים",
@ -12,7 +11,7 @@
"files": "קבצים",
"download": "הורדה",
"noMatch": "אין תוצאות",
"dateFormat": "DD.MM.YYYY HH:mm", /* syntax as specified on http://momentjs.com */
"dateFormat": "DD.MM.YYYY HH:mm",
"filter": "סינון",
"delete": "מחיקה"
}