File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type Translator interface {
22
22
locales.Translator
23
23
24
24
// adds a normal translation for a particular language/locale
25
- // {#} is the only replacement type accepted and are add infintium
25
+ // {#} is the only replacement type accepted and are ad infinitum
26
26
// eg. one: '{0} day left' other: '{0} days left'
27
27
Add (key interface {}, text string , override bool ) error
28
28
@@ -93,7 +93,7 @@ func newTranslator(trans locales.Translator) Translator {
93
93
}
94
94
95
95
// Add adds a normal translation for a particular language/locale
96
- // {#} is the only replacement type accepted and are add infintium
96
+ // {#} is the only replacement type accepted and are ad infinitum
97
97
// eg. one: '{0} day left' other: '{0} days left'
98
98
func (t * translator ) Add (key interface {}, text string , override bool ) error {
99
99
You can’t perform that action at this time.
0 commit comments