Modulo:Convert: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Moroboshi (discussione | contributi)
Nessun oggetto della modifica
Moroboshi (discussione | contributi)
meno ambigua la versione originale
Riga 155:
numdot = translation.numdot
numsep = translation.numsep
if (numdot == ',' and numsep == '.') or translation.force_to_en_with_check then
if text_code.all_messages.cvt_enwiki_num then
to_en = to_en_with_check
Riga 197:
if numsep ~= '' then
numsep_remove = (numsep == '.') and '%.' or numsep
if translation and translation.force_to_en_with_check then
numsep_remove = '%.'
end
end
if numsep ~= ',' and numdot ~= ',' then