Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultAppleFile = "Localizable" // hidden format .strings/.stringsdict DefaultAndroidFile = "strings.xml" )
Variables ¶
View Source
var (
IosFormat = []string{".strings", ".stringsdict"}
)
Functions ¶
func GetPlatformByString ¶
Types ¶
type FileParameter ¶
type Storage ¶
type Storage interface {
Create(parameter FileParameter) (*File, error)
}
Click to show internal directories.
Click to hide internal directories.