alexander-ladygin / illustrator-scripts

Adobe Illustrator scripts
MIT License
971 stars 315 forks source link

Add new language? #20

Closed VSPacheco closed 2 years ago

VSPacheco commented 2 years ago

How to add a new language? I edited the lines ...... names: { pt: { oneLetter: [ 'S', 'T', 'Q', 'Q', 'S', 'S', 'D' ], shortForm: [ 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sáb', 'Dom' ], fullWord: [ 'Segunda', 'Terça', 'Quarta', 'Quinta', 'Sexta', 'Sábado', 'Domingo' ], weeks: { oneLetter: 'S', shortForm: 'Sem', fullWord: 'Semana', }, months: [ 'Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro' ] }, .......... var __lang = add('dropdownlist', undefined, 'Português,Russian,Ukrainian,English,Deutsch,French,Spanish,Italian,Danish'.split(','));

alexander-ladygin commented 2 years ago

Added ;)