Skip to content

Commit

Permalink
Merge pull request #593 from carpentries/release-0.16.5
Browse files Browse the repository at this point in the history
Release 0.16.5
  • Loading branch information
froggleston authored Jun 18, 2024
2 parents 6c0b37d + bc1b625 commit df116df
Show file tree
Hide file tree
Showing 11 changed files with 410 additions and 381 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ jobs:
- {os: macOS-latest, cache: '~/Library/Application Support/renv', r: 'release'}

- {os: windows-latest, r: 'release'}

# Use 3.6 to trigger usage of RTools35
- {os: windows-latest, cache: '~\AppData\Local\renv', r: '3.6'}
# As of 2024-06, downlit now requires R >4.0.0 so this should be deprecated.
# - {os: windows-latest, cache: '~\AppData\Local\renv', r: '3.6'}

# use 4.1 to check with rtools40's older compiler
- {os: windows-latest, r: '4.1'}

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sandpaper
Title: Create and Curate Carpentries Lessons
Version: 0.16.5.9000
Version: 0.16.5
Authors@R: c(
person(given = "Robert",
family = "Davey",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sandpaper 0.16.5.9000 (2024-04-19)
# sandpaper 0.16.5 (2024-06-18)

## BUG FIXES

Expand Down
1 change: 1 addition & 0 deletions R/utils-translate.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ establish_translation_vars <- function() {
LearnerView = tr_('Learner View'), # navbar.html
MainNavigation = tr_('Main Navigation'), # alt text
ToggleNavigation = tr_('Toggle Navigation'), # alt-text
ToggleDarkMode = tr_('Toggle theme (auto)'), # alt-text
Menu = tr_('Menu'), # footer.html
SearchButton = tr_('Search the All In One page'), # alt text
Setup = tr_('Setup'), # navbar.html
Expand Down
Binary file modified inst/po/fr/LC_MESSAGES/R-sandpaper.mo
Binary file not shown.
Loading

0 comments on commit df116df

Please sign in to comment.