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

אין תקציר עריכה
אין תקציר עריכה
שורה 1,698: שורה 1,698:
-- our code start
-- our code start
local Month = A['Month'];
local Month = A['Month'];
if (Language == 'en-GB' or Language == 'en-US') then
local hasminus = string.find( Language, '-', 0, true)
Language = 'en'
if (hasminus ~= nil)
LangCode = 'en'
then LangCode = string.sub( Language, 1, hasminus - 1 )
end
Language = string.sub( Language, 1, hasminus - 1 )
if (Language == 'he-IL') then
Language = 'he'
LangCode = 'he'
end
end
-- our code end
-- our code end