মডিউল:usex: সংশোধিত সংস্করণের মধ্যে পার্থক্য

বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
সম্পাদনা সারাংশ নেই
সম্পাদনা সারাংশ নেই
১০৭ নং লাইন:
-- If there is still no transliteration, then add a cleanup category
if not transliteration and needs_translit[lang] then
table.insert(categories, "Requests for transliteration of " .. lang:getCanonicalName() .. " termsশব্দের প্রতিবর্ণীকরণ প্রয়োজন")
end
end
১২৪ নং লাইন:
elseif lang:getCode() ~= "bn" and lang:getCode() ~= "und" then
-- add trreq category if translation is unspecified and language is not english or undetermined
table.insert(categories, lang:getCanonicalName() .. " ব্যবহারের উদাহরণউদাহরণের অনুবাদেরঅনুবাদ জন্য অনুরোধপ্রয়োজন")
translation = "<small>(দয়া করে এই " .. example_type .. " জন্য একটি বাংলা অনুবাদ যোগ করুন)</small>"
end
১৪২ নং লাইন:
if not nocat and namespace == "" or namespace == "Reconstruction" then
if quote then
table.insert(categories, "উক্তিসহ " .. lang:getCanonicalName() .. " পদশব্দ")
else
table.insert(categories, "ব্যবহারের উদাহরণসহ " .. lang:getCanonicalName() .. " পদশব্দ")
end
end
১৫৩ নং লাইন:
else
if transliteration then
table.insert(categories, "Requests for native script in " .. lang:getCanonicalName() .. " usageব্যবহারের উদাহরণে স্থানীয় লিপি examplesপ্রয়োজন")
end
-- TODO: Trigger some kind of error here
usex = "<small>(pleaseদয়া addকরে the primary text of thisএই " .. example_type .. " জন্য প্রাথমিক পাঠ যোগ করুন)</small>"
end