Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: translate-toolkit-devel-doc | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 2.5.0 | Vendor: openSUSE |
Release: bp156.4.2 | Build date: Mon Jul 24 08:20:42 2023 |
Group: Development/Libraries/Python | Build host: goat41 |
Size: 4377318 | Source RPM: translate-toolkit-2.5.0-bp156.4.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://toolkit.translatehouse.org/ | |
Summary: Tools and API to assist with translation and software localization |
The translate-toolkit-devel-doc package contains Translate Toolkit API documentation for developers wishing to build new tools for the toolkit or to use the libraries in other localization tools.
GPL-2.0-or-later
* Wed Jun 10 2020 Tomáš Chvátal <tchvatal@suse.com> - We need full python interpreter bsc#1172650, boo#1195269 * Wed May 13 2020 Matej Cepl <mcepl@suse.com> - Clean up, rewrite to single-spec style, and use %pytest macro. - We have to install, but remove afterwards, when in the test phase. - Add versioned_executables.patch to use partially installed versioned executables. * Fri May 01 2020 Matej Cepl <mcepl@suse.com> - Swtich to multibuild to separate tests * Wed Mar 18 2020 Andreas Schwab <schwab@linux-m68k.org> - test-mo-endian.patch: tell msgfmt to use correct endianness * Tue Mar 03 2020 Ondřej Súkup <mimi.vx@gmail.com> - temporary disable TestYAMLResourceStore.test_empty_key because ruamel.yaml has different behaviour on empty keys from version 0.16.6 * Wed Jan 22 2020 Tomáš Chvátal <tchvatal@suse.com> - Update to 2.5.0: * Fixes to work with new weblate * Thu Jul 11 2019 Tomáš Chvátal <tchvatal@suse.com> - Update to 2.4.0: * Added new Flat XML format and converters. * Fixes for multiple formats. - Remove merged patches: * pycountry.patch * test-pytest310.patch * Thu Apr 04 2019 Tomáš Chvátal <tchvatal@suse.com> - Do not depend on strace, it is not really needed * Fri Mar 29 2019 Tomáš Chvátal <tchvatal@suse.com> - Add patch to build with current pycountry: * pycountry.patch * Wed Mar 06 2019 Tomáš Chvátal <tchvatal@suse.com> - Drop not needed lxml-doc dependency * Mon Jan 28 2019 Jan Engelhardt <jengelh@inai.de> - Avoid mixing historic and modern option syntax for tar. - Replace find -exec rm by just find -delete. * Mon Jan 28 2019 Luiz Fernando Ranghetti <elchevive68@gmail.com> - Correct the Source URL * Thu Jan 10 2019 Tomáš Chvátal <tchvatal@suse.com> - Make sure the documentation is generated properly - Enable testsuite - Add patches from debian for tests to pass: * sphinx-intersphinx.patch * test-pytest310.patch * xliff-xsd-no-network.patch * Tue Dec 18 2018 sbrabec@suse.com - Update to 2.3.1: * But fixes. * INI: Enabled support for Python3 provided. * Use backports.csv module on Python 2 to align the behavior with Python 3 and drop many hacks. * Removed deprecated getoutput, add new depreceations. * Code cleanup; many converterters refactored. * Wed Mar 21 2018 elchevive@opensuse.org - update to 2.3.0 * Full rewrite of the PHP format greatly extending the support. * Added YAML format converters. * Major refactor of converters code. - drop patch translate-toolkit-2.0.0-python-six.diff not needed on Leap 15.0 * Tue Dec 26 2017 astieger@suse.com - update to 2.2.5: * Fixed bug when adding new units to XLIFF store. * Added support for i18next JSON dialect. * Improved WebExtension JSON dialect support. * Tue Nov 14 2017 jmatejek@suse.com - drop unneeded requirement for python-utidy - drop unneeded requirements for diff_match_patch - switch to python3 * Mon Aug 28 2017 elchevive@opensuse.org - Update do 2.2.4 * Added support for nested and WebExtension JSON dialects. * po2txt no longer converts non-translatable strings. * Improvement for puncspace check. * Support for .xliff extension. * Mon Jun 26 2017 elchevive@opensuse.org - Update do 2.2.3 * Added MinimalChecker and ReducedChecker checkers. * Fixed resolving of country names translations. * Refactored functions for resolving language/country names translation to be memory efficient. * Improvements for ts and subtitles formats. * Added –preserveplaceholders argument to podebug. * Fixed Montenegrin language name. * Fri Jun 16 2017 elchevive@opensuse.org - add python-pycountry as Requires - Update do 2.2.0 * Avoid resolving external entities while parsing XML. * Improvements for Android, ts and resx formats. * Added support for PHP nested arrays. * Added Kabyle language * Mon Mar 20 2017 elchevive@opensuse.org - Update do 2.1.0 * Fixed RomanianChecker checks. * Added an iOS checker style. * Changed plural equations for Slovenian, Persian, Kazakh and Kyrgyz. * Several fixes in formats and tools. * Mon Mar 06 2017 lnussel@suse.de - lower python-six requirement to 1.9 again to make translate-toolkit work on Leap. There is no real requirement on 1.10: https://github.com/translate/translate/pull/3488 * translate-toolkit-2.0.0-python-six.diff * Sun Feb 26 2017 dimstar@opensuse.org - Explicitly package %{_defaultdocdir}/%{name}/html: fix build with RPM 4.13. * Mon Jan 30 2017 elchevive@opensuse.org - Update do 2.0.0 * po2txt works correctly again when --threshold option is passed (https://github.com/translate/translate/issues/3499) boo#999286 * Tue Jan 24 2017 elchevive@opensuse.org - Add missing Requires: python-setuptools * Mon Jan 16 2017 elchevive@opensuse.org - Update to 1.99.9 (2.0.0 RC2) * Minor fixes * Thu Sep 01 2016 elchevive@opensuse.org - Update to 1.99.5 (2.0.0 Beta 5) * Minor fixes - require lxml 3.5.0 or newer * Wed Jul 27 2016 buschmann23@opensuse.org - Update to 1.99.3 (2.0.0 Beta 3) * Python 3 compatibility thanks to Claude Paroz * Dropped support for Python 2.6 * Changes in storage API to expose a more standardized API - require python 2.7 or newer * Thu Apr 28 2016 michal@cihar.com - Update to 1.14.0-rc1 * Tue Nov 10 2015 mcihar@suse.cz - Fix documentation build (breaks in parallel build) * Tue Nov 10 2015 mcihar@suse.cz - python-six is required for build as well (for API docs) * Tue Nov 10 2015 mcihar@suse.cz - Remove Sphinx build cache before building docs * Wed Jul 29 2015 dimstar@opensuse.org - Require python-six: translate/misc/quote.py depends on it. * Wed Jul 15 2015 mcihar@suse.cz - use spec-cleaner to sort dependencies * Wed Jul 15 2015 mcihar@suse.cz - make dependency on several optional features only recommended: vobject, Levenshtein, aeidon, iniparse - remove not needed xapian build dependency - remove not used simplejson from build/runtime dependencies * Fri May 15 2015 elchevive@opensuse.org - updated to version 1.13.0 - updated Source URL and run spec-cleaner Major changes New converters for IDML format Support for new .Net Resource (.resx) format Extensive cleanup on ODF converters New quality checks Some bugfixes and improvements * Thu Nov 06 2014 mcihar@suse.cz - remove not needed gaupol build dependency
/usr/share/doc/packages/translate-toolkit/html/_sources /usr/share/doc/packages/translate-toolkit/html/_sources/api /usr/share/doc/packages/translate-toolkit/html/_sources/api/convert.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/api/filters.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/api/index.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/api/lang.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/api/misc.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/api/search.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/api/services.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/api/storage.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/api/tools.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands /usr/share/doc/packages/translate-toolkit/html/_sources/commands/csv2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/csv2tbx.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/flatxml2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/general_usage.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/html2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/ical2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/index.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/ini2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/json2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/junitmsgfmt.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/l20n2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/levenshtein_distance.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/moz-l10n-builder.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/moz2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/mozilla_l10n_scripts.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/odf2xliff.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/oo2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/option_accelerator.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/option_duplicates.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/option_errorlevel.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/option_filteraction.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/option_multifile.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/option_personality.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/option_progress.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/option_rewrite.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/phase.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/php2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/po2tmx.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/po2wordfast.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/poclean.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/pocommentclean.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/pocompendium.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/pocompile.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/poconflicts.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/pocount.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/podebug.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/pofilter.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/pofilter_tests.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/pogrep.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/pomerge.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/pomigrate2.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/popuretext.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/poreencode.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/porestructure.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/posegment.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/posplit.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/poswap.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/pot2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/poterminology.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/poterminology_stopword_file.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/pretranslate.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/prop2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/rc2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/resx2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/sub2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/symb2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/tbx2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/tiki2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/tmserver.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/ts2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/txt2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/web2py2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/xliff2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/commands/yaml2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/developers /usr/share/doc/packages/translate-toolkit/html/_sources/developers/building.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/developers/contributing.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/developers/deprecation.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/developers/developers.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/developers/releasing.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/developers/styleguide.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/developers/testing.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/features.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats /usr/share/doc/packages/translate-toolkit/html/_sources/formats/android.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/base_classes.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/catkeys.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/conformance.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/csv.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/dtd.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/flatxml.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/flex.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/gsi.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/html.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/ical.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/index.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/ini.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/json.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/l20n.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/mo.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/mozilla_lang.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/odf.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/omegat_glossary.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/php.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/properties.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/qm.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/qt_phrase_book.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/quoting_and_escaping.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/rc.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/resx.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/strings.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/subtitles.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/tbx.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/text.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/tmx.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/ts.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/utx.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/wiki.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/wml.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/wordfast.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/xliff.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/formats/yaml.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/guides /usr/share/doc/packages/translate-toolkit/html/_sources/guides/checking_for_inconsistencies.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/guides/cleanup_translator_comments.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/guides/creating_a_terminology_list_from_your_existing_translations.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/guides/creating_mozilla_pot_files.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/guides/document_translation.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/guides/index.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/guides/migrating_translations.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/guides/running_the_tools_on_microsoft_windows.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/guides/using_csv2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/guides/using_oo2po.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/guides/using_pofilter.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/history.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/index.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/installation.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/license.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases /usr/share/doc/packages/translate-toolkit/html/_sources/releases/0.10.1.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/0.10.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/0.11.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/0.7.1.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/0.8.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/0.9.1.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/0.9.2.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/0.9.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.0.1.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.1.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.1.1.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.10.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.11.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.12.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.13.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.2.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.2.1.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.3.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.4.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.4.1.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.5.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.5.1.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.5.2.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.5.3.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.6.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.7.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.8.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.8.1.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/1.9.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/2.0.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/2.1.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/2.2.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/2.2.1.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/2.2.2.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/2.2.3.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/2.2.4.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/2.2.5.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/2.3.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/2.3.1.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/2.4.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/2.5.0.rst.txt /usr/share/doc/packages/translate-toolkit/html/_sources/releases/index.rst.txt /usr/share/doc/packages/translate-toolkit/html/api /usr/share/doc/packages/translate-toolkit/html/api/convert.html /usr/share/doc/packages/translate-toolkit/html/api/filters.html /usr/share/doc/packages/translate-toolkit/html/api/index.html /usr/share/doc/packages/translate-toolkit/html/api/lang.html /usr/share/doc/packages/translate-toolkit/html/api/misc.html /usr/share/doc/packages/translate-toolkit/html/api/search.html /usr/share/doc/packages/translate-toolkit/html/api/services.html /usr/share/doc/packages/translate-toolkit/html/api/storage.html /usr/share/doc/packages/translate-toolkit/html/api/tools.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 14:56:22 2025