You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: langs/i18n/i18n_integration_test.go
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@
14
14
package i18n_test
15
15
16
16
import (
17
+
"fmt"
18
+
"strings"
17
19
"testing"
18
20
19
21
qt "github.com/frankban/quicktest"
@@ -165,3 +167,34 @@ b = 'b translated'
165
167
b.Assert(err, qt.IsNotNil)
166
168
b.Assert(err.Error(), qt.Contains, "failed to load translations: reserved keys [description] mixed with unreserved keys [a b]: see the lang.Translate documentation for a list of reserved keys")
0 commit comments