Hi Kees Thanks for the clarification. I fixed in Master
https://gerrit.libreoffice.org/#/c/75499/ Kind regards Em 12/07/2019 05:26, [email protected] escreveu: > Hi all > > String eakFE in pootle says: > > <input>=SWITCH(MONTH(A3),1,"January",2,"February",3,"March","No > match")</input> returns "January" when A3=1, February when A3=2 , etc... > > But the function need a date in A3 instead of a number. > So in my opinion the string should be: > > <input>=SWITCH(MONTH(A3),1,"January",2,"February",3,"March","No > match")</input> returns "January" when A3 contains a date in January, > "February" when A3 contains a date in February , etc... > > Kind regards, > Kees > -- Olivier Hallot LibreOffice Documentation Coordinator Comunidade LibreOffice Rio de Janeiro - Brasil - Local Time: UTC-03:00 http://tdf.io/joinus -- To unsubscribe e-mail to: [email protected] Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette List archive: https://listarchives.libreoffice.org/global/l10n/ Privacy Policy: https://www.documentfoundation.org/privacy
