SAAS-1046 - remove misplaced ) character; add some translation strings to LocaleController
This commit is contained in:
parent
c928627d8b
commit
4e0f3ddd99
2 changed files with 4 additions and 1 deletions
|
@ -71,7 +71,7 @@ function getDatatablesStrings(overrideDict) {
|
|||
"sInfoEmpty": $.i18n._("Showing 0 to 0 of 0 entries"),
|
||||
"sInfoFiltered": $.i18n._("(filtered from _MAX_ total entries)"),
|
||||
"sInfoPostFix": $.i18n._(""),
|
||||
"sInfoThousands": $.i18n._("),"),
|
||||
"sInfoThousands": $.i18n._(","),
|
||||
"sLengthMenu": $.i18n._("Show _MENU_"),
|
||||
"sLoadingRecords": $.i18n._("Loading..."),
|
||||
//"sProcessing": $.i18n._("Processing..."),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue