mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 22:45:14 -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
|
@ -58,6 +58,8 @@ modulejs.define('ext/l10n', ['_', '$', 'core/settings', 'core/langs', 'core/form
|
|||
|
||||
$this.text(format.formatDate($this.data('time')));
|
||||
});
|
||||
|
||||
$('#filter input').attr('placeholder', currentLang.filter);
|
||||
},
|
||||
|
||||
initLangSelector = function (langs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue