mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Adds localization for filter placeholder.
This commit is contained in:
parent
ce75e45b03
commit
0ff3d900fe
4 changed files with 9 additions and 3 deletions
|
@ -341,7 +341,8 @@ var H5AI_CONFIG = {
|
|||
"files": "files",
|
||||
"download": "download",
|
||||
"noMatch": "no match",
|
||||
"dateFormat": "YYYY-MM-DD HH:mm"
|
||||
"dateFormat": "YYYY-MM-DD HH:mm",
|
||||
"filter": "filter"
|
||||
},
|
||||
|
||||
"bg": {
|
||||
|
@ -383,7 +384,8 @@ var H5AI_CONFIG = {
|
|||
"files": "Dateien",
|
||||
"download": "Download",
|
||||
"noMatch": "keine Treffer",
|
||||
"dateFormat": "DD.MM.YYYY HH:mm"
|
||||
"dateFormat": "DD.MM.YYYY HH:mm",
|
||||
"filter": "Filter"
|
||||
},
|
||||
|
||||
"el": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue