Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 1.25 KB

README.md

File metadata and controls

6 lines (3 loc) · 1.25 KB

calendario_produtivo

En-Us: This calendar allows you to automatically divide the number of pages of a book and the number of hours of an assignment, given a start and end date. Select a date on the calendar and click the event name at the side menu to delete the event or the specific day, which will cause the number of pages or hours per day to be recalculated. The code is in English(except for a few words, which are in Portuguese) and the UI is fully translated. You can change the app language by assigning a new value to the var SELECTED_LANGUAGE, near the top of the code. The currently supported languages are PT-BR and En-Us. Any pull requests or comments are appreciated!

Pt-Br: Esse é um calendario que permite dividir automaticamente o número de paginas em um livro e o número de horas em um trabalho, dada uma data inicial e final. Selecione um dia no calendário e clique em cima do nome do evento no menu lateral para removê-lo por completo ou em um dia específico, o que fará com que o número de horas por dia ou páginas seja recalculado. Você pode mudar a lingua do app modificando a variável SELECTED_LANGUAGE no começo do código. As línguas disponíveis são PT-BR e En-Us. Sinta-se livre para deixar comentários, sugestões e Pull requests.