User:DR/common.js: Difference between revisions

From Test Wiki
ce
(add)
Tag: Reverted
(ce)
Tag: Reverted
Line 191: Line 191:
                     default:
                     default:
                         statusText += friendlyGroups.slice(0, -1).join(", ") +
                         statusText += friendlyGroups.slice(0, -1).join(", ") +
                             ", et " + friendlyGroups[friendlyGroups.length - 1];
                             ", and " + friendlyGroups[friendlyGroups.length - 1];
                         break;
                         break;
                 }
                 }
Line 227: Line 227:
// Déterminant
// Déterminant
             if("AEIOaeio".indexOf(statusText.charAt(statusText.indexOf('>')+1)) >= 0) {
             if("AEIOaeio".indexOf(statusText.charAt(statusText.indexOf('>')+1)) >= 0) {
                 statusText = "Un" + userf + " " + statusText;
                 statusText = "a" + userf + " " + statusText;
             } else {
             } else {
                 statusText = "Un" + userf + " " + statusText;
                 statusText = "an" + userf + " " + statusText;
             }
             }
Cookies help us deliver our services. By using our services, you agree to our use of cookies.