update module to own version
This commit is contained in:
@@ -51,7 +51,7 @@ func (t *Translation) GetN(n int) string {
|
||||
return t.PluralID
|
||||
}
|
||||
|
||||
// Get returns the string of the translation. The second return value is true
|
||||
// GetE returns the string of the translation. The second return value is true
|
||||
// iff the string was found.
|
||||
func (t *Translation) GetE() (string, bool) {
|
||||
// Look for Translation index 0
|
||||
@@ -64,7 +64,7 @@ func (t *Translation) GetE() (string, bool) {
|
||||
return "", false
|
||||
}
|
||||
|
||||
// GetN returns the string of the plural translation. The second return value
|
||||
// GetNE returns the string of the plural translation. The second return value
|
||||
// is true iff the string was found.
|
||||
func (t *Translation) GetNE(n int) (string, bool) {
|
||||
// Look for Translation index
|
||||
|
||||
Reference in New Issue
Block a user