new(basic.gblib) New SET SCHEDULE keyword.

This commit is contained in:
Rodrigo Rodriguez 2021-08-10 14:57:03 -03:00
parent a0ee5062d4
commit 46c38bbfd3

View file

@ -1,9 +1,9 @@
export const Messages = { export const Messages = {
'en-US': { 'en-US': {
affirmative_sentences: /^(\bsim\b|\bs\b|\bpositivo\b|\bafirmativo\b|\bclaro\b|\bevidente\b|\bsem dúvida\b|\bconfirmo\b|\bconfirmar\b|\bconfirmado\b|\buhum\b|\bsi\b|\by\b|\byes\b|\bsure\b)/i
}, },
'pt-BR': { 'pt-BR': {
affirmative_sentences: /^(\bsim\b|\bs\b|\bpositivo\b|\bafirmativo\b|\bclaro\b|\bevidente\b|\bsem dúvida\b|\bconfirmo\b|\bconfirmar\b|\bconfirmado\b|\buhum\b|\bsi\b|\by\b|\byes\b|\bsure\b)/i
} }
}; };