Skip to content

Commit

Permalink
doc: add figures in vignette (lang argument)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Apr 3, 2024
1 parent 3315839 commit 5b42b7c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Binary file added vignettes/figures/calendar-demo-13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/figures/calendar-demo-14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions vignettes/planner.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,29 @@ knitr::include_graphics("figures/calendar-demo-12.png")
### Calendar language


```{r 'finnish'}
monthly_calendar(year = 2024,
month = 4,
lang = "Finnish")
```


```{r echo=FALSE, eval=TRUE, out.width="100%", fig.cap = "Monthly calendar - Customize language (Finnish)", fig.align='center'}
knitr::include_graphics("figures/calendar-demo-13.png")
```


```{r 'greek'}
monthly_calendar(year = 2024,
month = 4,
lang = "Greek")
```


```{r echo=FALSE, eval=TRUE, out.width="100%", fig.cap = "Monthly calendar - Customize language (Greek)", fig.align='center'}
knitr::include_graphics("figures/calendar-demo-14.png")
```

## Annual calendar

Not implemented yet...

0 comments on commit 5b42b7c

Please sign in to comment.