- Removing symfony/deprecation-contracts (v2.4.0) - Upgrading ddeboer/imap (1.12.1 => 1.13.1) - Upgrading directorytree/ldaprecord (v2.6.3 => v2.10.1) - Upgrading illuminate/contracts (v8.53.1 => v9.3.0) - Upgrading nesbot/carbon (2.51.1 => 2.57.0) - Upgrading phpmailer/phpmailer (v6.5.0 => v6.6.0) - Upgrading psr/container (1.1.1 => 2.0.2) - Upgrading psr/log (1.1.4 => 3.0.0) - Upgrading psr/simple-cache (1.0.1 => 2.0.0) - Upgrading robthree/twofactorauth (1.8.0 => 1.8.1) - Upgrading symfony/polyfill-ctype (v1.23.0 => v1.24.0) - Upgrading symfony/polyfill-mbstring (v1.23.1 => v1.24.0) - Upgrading symfony/polyfill-php80 (v1.23.1 => v1.24.0) - Upgrading symfony/translation (v5.3.4 => v6.0.5) - Upgrading symfony/translation-contracts (v2.4.0 => v3.0.0) - Upgrading symfony/var-dumper (v5.3.6 => v6.0.5) - Upgrading tightenco/collect (v8.34.0 => v8.83.2) - Upgrading twig/twig (v3.3.2 => v3.3.8)
		
			
				
	
	
	
		
			6.3 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			6.3 KiB
		
	
	
	
	
	
	
	
CHANGELOG
5.4
- Add 
githubformat & autodetection to render errors as annotations when running the XLIFF linter command in a Github Actions environment. - Translation providers are not experimental anymore
 
5.3
- Add 
translation:pullandtranslation:pushcommands to manage translations with third-party providers - Add 
TranslatorBagInterface::getCataloguesmethod - Add support to load XLIFF string in 
XliffFileLoader 
5.2.0
- added support for calling 
transwith ICU formatted messages - added 
PseudoLocalizationTranslator - added 
TranslatableMessageobjects that represent a message that can be translated - added the 
t()function to easily createTranslatableMessageobjects - Added support for extracting messages from 
TranslatableMessageobjects 
5.1.0
- added support for 
nameattribute onunitelement from xliff2 to be used as a translation key instead of always thesourceelement 
5.0.0
- removed support for using 
nullas the locale inTranslator - removed 
TranslatorInterface - removed 
MessageSelector - removed 
ChoiceMessageFormatterInterface - removed 
PluralizationRule - removed 
Interval - removed 
transChoice()methods, use the trans() method instead with a %count% parameter - removed 
FileDumper::setBackup()andTranslationWriter::disableBackup() - removed 
MessageFormatter::choiceFormat() - added argument 
$filenametoPhpExtractor::parseTokens() - removed support for implicit STDIN usage in the 
lint:xliffcommand, uselint:xliff -(append a dash) instead to make it explicit. 
4.4.0
- deprecated support for using 
nullas the locale inTranslator - deprecated accepting STDIN implicitly when using the 
lint:xliffcommand, uselint:xliff -(append a dash) instead to make it explicit. - Marked the 
TranslationDataCollectorclass as@final. 
4.3.0
- Improved Xliff 1.2 loader to load the original file's metadata
 - Added 
TranslatorPathsPass 
4.2.0
- Started using ICU parent locales as fallback locales.
 - allow using the ICU message format using domains with the "+intl-icu" suffix
 - deprecated 
Translator::transChoice()in favor of usingTranslator::trans()with a%count%parameter - deprecated 
TranslatorInterfacein favor ofSymfony\Contracts\Translation\TranslatorInterface - deprecated 
MessageSelector,IntervalandPluralizationRules; useIdentityTranslatorinstead - Added 
IntlFormatterandIntlFormatterInterface - added support for multiple files and directories in 
XliffLintCommand - Marked 
Translator::getFallbackLocales()andTranslationDataCollector::getFallbackLocales()as internal 
4.1.0
- The 
FileDumper::setBackup()method is deprecated. - The 
TranslationWriter::disableBackup()method is deprecated. - The 
XliffFileDumperwill write "name" on the "unit" node when dumping XLIFF 2.0. 
4.0.0
- removed the backup feature of the 
FileDumperclass - removed 
TranslationWriter::writeTranslations()method - removed support for passing 
MessageSelectorinstances to the constructor of theTranslatorclass 
3.4.0
- Added 
TranslationDumperPass - Added 
TranslationExtractorPass - Added 
TranslatorPass - Added 
TranslationReaderandTranslationReaderInterface - Added 
<notes>section to the Xliff 2.0 dumper. - Improved Xliff 2.0 loader to load 
<notes>section. - Added 
TranslationWriterInterface - Deprecated 
TranslationWriter::writeTranslationsin favor ofTranslationWriter::write - added support for adding custom message formatter and decoupling the default one.
 - Added 
PhpExtractor - Added 
PhpStringTokenParser 
3.2.0
- Added support for escaping 
|in plural translations with double pipe. 
3.1.0
- Deprecated the backup feature of the file dumper classes.
 
3.0.0
- removed 
FileDumper::format()method. - Changed the visibility of the locale property in 
Translatorfrom protected to private. 
2.8.0
- deprecated FileDumper::format(), overwrite FileDumper::formatCatalogue() instead.
 - deprecated Translator::getMessages(), rely on TranslatorBagInterface::getCatalogue() instead.
 - added 
FileDumper::formatCataloguewhich allows format the catalogue without dumping it into file. - added option 
json_encodingto JsonFileDumper - added options 
as_tree,inlineto YamlFileDumper - added support for XLIFF 2.0.
 - added support for XLIFF target and tool attributes.
 - added message parameters to DataCollectorTranslator.
 - [DEPRECATION] The 
DiffOperationclass has been deprecated and will be removed in Symfony 3.0, since its operation has nothing to do with 'diff', so the class name is misleading. TheTargetOperationclass should be used for this use-case instead. 
2.7.0
- added DataCollectorTranslator for collecting the translated messages.
 
2.6.0
- added possibility to cache catalogues
 - added TranslatorBagInterface
 - added LoggingTranslator
 - added Translator::getMessages() for retrieving the message catalogue as an array
 
2.5.0
- added relative file path template to the file dumpers
 - added optional backup to the file dumpers
 - changed IcuResFileDumper to extend FileDumper
 
2.3.0
- added classes to make operations on catalogues (like making a diff or a merge on 2 catalogues)
 - added Translator::getFallbackLocales()
 - deprecated Translator::setFallbackLocale() in favor of the new Translator::setFallbackLocales() method
 
2.2.0
- QtTranslationsLoader class renamed to QtFileLoader. QtTranslationsLoader is deprecated and will be removed in 2.3.
 - [BC BREAK] uniformized the exception thrown by the load() method when an error occurs. The load() method now throws Symfony\Component\Translation\Exception\NotFoundResourceException when a resource cannot be found and Symfony\Component\Translation\Exception\InvalidResourceException when a resource is invalid.
 - changed the exception class thrown by some load() methods from \RuntimeException to \InvalidArgumentException (IcuDatFileLoader, IcuResFileLoader and QtFileLoader)
 
2.1.0
- added support for more than one fallback locale
 - added support for extracting translation messages from templates (Twig and PHP)
 - added dumpers for translation catalogs
 - added support for QT, gettext, and ResourceBundles