internationalization changes for java script files
This commit is contained in:
parent
041c091268
commit
2c49931672
60 changed files with 720 additions and 502 deletions
|
@ -3,6 +3,7 @@
|
|||
$(document).ready(function(){
|
||||
|
||||
$.extend(this, individualLocalName);
|
||||
$.extend(this, i18nStringsTabs);
|
||||
adjustFontSize();
|
||||
padSectionBottoms();
|
||||
checkLocationHash();
|
||||
|
@ -33,7 +34,7 @@ $(document).ready(function(){
|
|||
$propertyGroupLi.removeClass("nonSelectedGroupTab clickable");
|
||||
$propertyGroupLi.addClass("selectedGroupTab clickable");
|
||||
}
|
||||
if ( $propertyGroupLi.text() == "View All" ) {
|
||||
if ( $propertyGroupLi.text() == i18nStringsTabs.viewAllCapitalized ) {
|
||||
processViewAllTab();
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue