Add arabic translation test. See #25

This commit is contained in:
Leonel Quinteros
2018-08-14 11:01:14 -03:00
parent 8e9d9df2e2
commit 302c88af99
3 changed files with 22 additions and 1 deletions

View File

@@ -5,7 +5,8 @@
package gotext
// Translator interface is used by Locale and Po objects
// Translator interface is used by Locale and Po objects.Translator
// It contains all methods needed to parse translation sources and obtain corresponding translations.
type Translator interface {
ParseFile(f string)
Parse(buf []byte)