Skip to content

Commit 6255af0

Browse files
Fix S3 registration
1 parent 1531f25 commit 6255af0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated by roxygen2: do not edit by hand
22

3-
S3method(all,equal.specials_metadata)
3+
S3method(all.equal,specials_metadata)
44
S3method(format,po_metadata)
55
S3method(format,specials_metadata)
66
S3method(print,po_metadata)

R/specials_metadata.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ format.specials_metadata = function(x, ...) {
100100

101101
# target: msgid [template translation]
102102
# current: msgstr [received translation]
103+
#' @method all.equal specials_metadata
103104
#' @export
104105
all.equal.specials_metadata = function(target, current, ...) {
105106
if (nrow(target) != nrow(current)) return(gettextf(

0 commit comments

Comments
 (0)