Changelog for
translate-toolkit-devel-doc-3.13.1-1.1.noarch.rpm :
* Thu Jul 04 2024 Markéta Machová
- Update to 3.13.1
* Added support for FormatJS
* Several improvements to the PO, XML and Properties formats.
* Updated language definitions to include CLDR aliases.
* Dropped unmatained Mozilla l10n scripts.- Drop merged 0001-tests-Adjust-to-changed-aeidon-behavior.patch
* Mon Apr 08 2024 Ana Guerrero - Add patch 0001-tests-Adjust-to-changed-aeidon-behavior.patch for the new the \"in-between\" newline logic
* Sun Jan 14 2024 Ben Greiner - Update to 3.12.1
* Fixed parsing of some Android translation files- Release 3.12.0
* Improved Android format compatibility with plurals and CDATA
* Added support for MOKO resources
* Gettext PO honors line wrapping configuration when adding unit
* Use correct plurals matching Qt implementation
* Properties notes behave consistently with other formats
* RESX/RESW use Windows newlines instead of UNIX ones
* INI does not treat lines starting with rem as comments
* Improved JSON round-tri- Release 3.11.1
* Updated language definitions to CLDR 44- Release 3.11.0
* Improved Android format compatibility
* Improved JSON round-trip
* Add support for relative locations in TS2
* Python 3.12 is now supported
* Tests are no longer distributed in the module
* Switched to ruff for linting and formatting- Release 3.10.1
* Added android2po converter
* Improved support of the RC and XLIFF formats- Release 3.10.0
* Added support for Markdown
* Improved support of the XLIFF and Fluent formats
* Sat Jul 01 2023 Markéta Machová - Update to 3.9.2
* Fluent: Attributes are now exposed as translatable entities
* Fluent: Terms are now prefixed with -
* POXLIFF: Avoid using \"None\" as translation for untranslated pluralized units
* TBX: Improved notes parsing
* improved CSV output of pocount and refactored it
* junitmsgfmt has been rewritten in Python
* po2csv, csv2po: Add support for preserving context
* dropped support for Python 3.7
* TS2: Fixed handling of files without a source string
* Fri Mar 17 2023 Luiz Fernando Ranghetti - update to 3.8.6
* Improved support for go-i18n v2
* Fixed parsing unicode RC files with pragma encoding
* Add support for go-i18n v2
* Fixes in the i18next v4 and GWT formats
* Fixes in the JSON, YAML and stringsdict formats
* Adds support for gotext and i18next v4 JSON variants- switch back to upstream tarball- fix for boo#1208870 (translate/share folder not packaged)
* Mon Jan 02 2023 Ben Greiner - update to 3.8.0
* JSON: Fixed serialization for some corner case keys
* PO: Wrapping is now compatible with GNU gettext 0.21.1
* Fluent: Consolidate error handling to be similar as with other formats
* Fluent: Add support for extracting placeables
* LISA (XLIFF, Android, ...): Allow to customize behavior of empty XML tags
* RC: Added support for MENUEX block and DISCARDABLE attribute- Move to PEP517 build- Add pyparsing as build requirment for manpage genaration: It is not pulled in automatically anymore (python-packaging 22)- Fix alternatives uninstall command: Master ends in 1.gz (%ext_man)
* Wed Oct 26 2022 Dirk Müller - update to 3.7.3:
* Addded new classified rewriter
* Updated CLDR data
* Fixes in the Android, GWT and RC formats.
* Rewritten installation to use modern setuptools features.
* Added support for Resource Dictionary format.
* Fixes in the CSV, PO and RC formats.
* Fixes in the JSON, YAML, RC, and properties formats.
* see https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.7.3.html
* see https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.7.2.html
* see https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.7.1.html
* see https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.7.0.html
* see https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.6.2.html- switch to obs_scm due to broken upstream tarball (gh#translate/translate#4744)
* Tue Oct 04 2022 Martin Liška - Drop not needed BuildRequires: subversion.
* Fri Apr 29 2022 Markéta Machová - Update to 3.6.1
* Dropped support for Python 3.6
* Added support for Python 3.10
* Switch to charset-normalizer from chardet for more reliable detection
* Tue Feb 01 2022 Luiz Fernando Ranghetti - update to 3.5.3:
* Fixed updating files with DOS end of lines in PO format
* Improved error reporting for parse errors in PO format
* Fixed adding strings to empty Ruby YAML file
* Better handling of multiline stringtable translations in po2rc
* Update CLDR data to 37.0.0
* Thu Dec 02 2021 Dirk Müller - skip fluent from testing, we don\'t depend on it anyway (it is optional)
* Mon Nov 29 2021 Dirk Müller - update to 3.5.1:
* Added support for stringsdict and Fluent formats
* Minor fixes in JSON and PO formats
* Bug fixes in RC, Fluent and HTML formats
* Improvements in the XLIFF and RC formats
* Fixes in the RC format
* Mon May 03 2021 Markéta Machová - Update to 3.3.6
* fixed handling of plurals in GWT properties
* lxml requirement was raised to 4.6.3 to address CVE-2021-28957
* Consistent using of XML entity for non-breakable space
* Fix newlines round-trip
* Wed Mar 17 2021 Luiz Fernando Ranghetti - Add back python and python-setuptools Requires and update some recommended dependecies versions
* Mon Mar 15 2021 Markéta Machová - Update to 3.3.3
* add some new tools
* poterminology: Fix regex escaping
* wordfast: Fix header processing
* misc: Add support for Python 3.9- Drop merged versioned_executables.patch