Skip to content

Commit 33d3172

Browse files
committed
update
1 parent ab50696 commit 33d3172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

render_data.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func (r *RenderData) T(format string, args ...interface{}) string {
6363
}
6464

6565
// ExtT 获取到文本译文后的附加功能
66-
func (r *RenderData) ExtT(v string, args ...interface{}) string {
66+
func (r *RenderData) ExtT(v string, _ ...interface{}) string {
6767
return v
6868
}
6969

0 commit comments

Comments
 (0)