Skip to content

Commit afea49e

Browse files
Deploying to gh-pages from @ 6255af0 🚀
1 parent bc0eca9 commit afea49e

11 files changed

Lines changed: 21 additions & 21 deletions

File tree

articles/custom-diagnostic.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authors.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
Source:
1313
[`DESCRIPTION`](https://github.com/MichaelChirico/potools/blob/master/DESCRIPTION)
1414

15-
Chirico M, Wickham H (2025). *potools: Tools for Internationalization
15+
Chirico M, Wickham H (2026). *potools: Tools for Internationalization
1616
and Portability in R Packages*. R package version 0.2.4,
1717
<https://github.com/MichaelChirico/potools>.
1818

1919
@Manual{,
2020
title = {potools: Tools for Internationalization and Portability in R Packages},
2121
author = {Michael Chirico and Hadley Wickham},
22-
year = {2025},
22+
year = {2026},
2323
note = {R package version 0.2.4},
2424
url = {https://github.com/MichaelChirico/potools},
2525
}

deps/bootstrap-5.3.1/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ articles:
55
custom-diagnostic: custom-diagnostic.html
66
developers: developers.html
77
translators: translators.html
8-
last_built: 2025-12-26T22:21Z
8+
last_built: 2026-03-09T18:41Z
99
urls:
1010
reference: https://michaelchirico.github.io/potools/reference
1111
article: https://michaelchirico.github.io/potools/articles

reference/get_message_data.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/get_message_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This function looks in the R and src directories of a package for
44
user-visible messages and compiles them as a
5-
[`data.table::data.table()`](https://rdatatable.gitlab.io/data.table/reference/data.table.html)
5+
[`data.table::data.table()`](https://rdrr.io/pkg/data.table/man/data.table.html)
66
to facilitate analyzing this corpus as such.
77

88
## Usage

reference/write_po_file.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/write_po_file.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ print(metadata)
278278
#> msgstr ""
279279
#> "Project-Id-Version: potoolsExample 0.0.1\n"
280280
#> "Report-Msgid-Bugs-To: https://github.com/ruser/potoolsExample/issues\n"
281-
#> "POT-Creation-Date: 2025-12-26 22:21+0000\n"
282-
#> "PO-Revision-Date: 2025-12-26 22:21+0000\n"
281+
#> "POT-Creation-Date: 2026-03-09 18:41+0000\n"
282+
#> "PO-Revision-Date: 2026-03-09 18:41+0000\n"
283283
#> "Last-Translator: R User <ruser@gmail.com>\n"
284284
#> "Language-Team: ar_SY\n"
285285
#> "Language: ar_SY\n"
@@ -298,8 +298,8 @@ writeLines(readLines(tmp_po))
298298
#> msgstr ""
299299
#> "Project-Id-Version: potoolsExample 0.0.1\n"
300300
#> "Report-Msgid-Bugs-To: https://github.com/ruser/potoolsExample/issues\n"
301-
#> "POT-Creation-Date: 2025-12-26 22:21+0000\n"
302-
#> "PO-Revision-Date: 2025-12-26 22:21+0000\n"
301+
#> "POT-Creation-Date: 2026-03-09 18:41+0000\n"
302+
#> "PO-Revision-Date: 2026-03-09 18:41+0000\n"
303303
#> "Last-Translator: R User <ruser@gmail.com>\n"
304304
#> "Language-Team: ar_SY\n"
305305
#> "Language: ar_SY\n"
@@ -327,7 +327,7 @@ writeLines(readLines(tmp_pot))
327327
#> msgstr ""
328328
#> "Project-Id-Version: potoolsExample 0.0.1\n"
329329
#> "Report-Msgid-Bugs-To: https://github.com/ruser/potoolsExample/issues\n"
330-
#> "POT-Creation-Date: 2025-12-26 22:21+0000\n"
330+
#> "POT-Creation-Date: 2026-03-09 18:41+0000\n"
331331
#> "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
332332
#> "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
333333
#> "Language-Team: LANGUAGE <LL@li.org>\n"

0 commit comments

Comments
 (0)