יחידה:PropertyLink: הבדלים בין גרסאות בדף

מאין תקציר עריכה
מאין תקציר עריכה
שורה 397: שורה 397:
end
end
if missingTranslation > 0 then  
if missingTranslation > 0 and #resTable> 0 then
if missingTranslation == 1 then
if missingTranslation == 1 then
    table.insert(resTable, 'בפסקה זו רשומה אחת נוספת שטרם תורגמה')
    table.insert(resTable, 'בפסקה זו רשומה אחת נוספת שטרם תורגמה')
else
else
    table.insert(resTable, 'בפסקה זו '..missingTranslation..' רשומות נוספות שטרם תורגמו')
    table.insert(resTable, 'בפסקה זו '..missingTranslation..' רשומות נוספות שטרם תורגמו')