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 {
2222 locales.Translator
2323
2424 // 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
2626 // eg. one: '{0} day left' other: '{0} days left'
2727 Add (key interface {}, text string , override bool ) error
2828
@@ -93,7 +93,7 @@ func newTranslator(trans locales.Translator) Translator {
9393}
9494
9595// 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
9797// eg. one: '{0} day left' other: '{0} days left'
9898func (t * translator ) Add (key interface {}, text string , override bool ) error {
9999
You can’t perform that action at this time.
0 commit comments