Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TranslationUpdate ¶
type TranslationUpdate struct { Base string Old string New string // contains filtered or unexported fields }
TranslationUpdate describs a change to be made to a flow translation
func CalculateFlowUpdates ¶
func CalculateFlowUpdates(p *po.PO, translationsLanguage i18n.Language, excludeProperties []string, targets ...flows.Flow) []*TranslationUpdate
CalculateFlowUpdates calculates what updates should be made to translations in the given flows
func (*TranslationUpdate) MsgContext ¶
func (l *TranslationUpdate) MsgContext() string
func (*TranslationUpdate) String ¶
func (u *TranslationUpdate) String() string
Click to show internal directories.
Click to hide internal directories.