ADD
ADD
Static class with merge contants.
mergeFlags(\Gettext\Translation $from, \Gettext\Translation $to, integer $options = self::DEFAULTS)
Merge the flags of two translations.
\Gettext\Translation | $from | |
\Gettext\Translation | $to | |
integer | $options |
mergeExtractedComments(\Gettext\Translation $from, \Gettext\Translation $to, integer $options = self::DEFAULTS)
Merge the extracted comments of two translations.
\Gettext\Translation | $from | |
\Gettext\Translation | $to | |
integer | $options |
mergeComments(\Gettext\Translation $from, \Gettext\Translation $to, integer $options = self::DEFAULTS)
Merge the comments of two translations.
\Gettext\Translation | $from | |
\Gettext\Translation | $to | |
integer | $options |
mergeReferences(\Gettext\Translation $from, \Gettext\Translation $to, integer $options = self::DEFAULTS)
Merge the references of two translations.
\Gettext\Translation | $from | |
\Gettext\Translation | $to | |
integer | $options |
mergeTranslation(\Gettext\Translation $from, \Gettext\Translation $to, integer $options = self::DEFAULTS)
Merge the translations of two translations.
\Gettext\Translation | $from | |
\Gettext\Translation | $to | |
integer | $options |
mergeTranslations(\Gettext\Translations $from, \Gettext\Translations $to, integer $options = self::DEFAULTS)
Merge the translations of two translations.
\Gettext\Translations | $from | |
\Gettext\Translations | $to | |
integer | $options |
mergeHeaders(\Gettext\Translations $from, \Gettext\Translations $to, integer $options = self::DEFAULTS)
Merge the headers of two translations.
\Gettext\Translations | $from | |
\Gettext\Translations | $to | |
integer | $options |