How to Install and Uninstall python310-translate-toolkit Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python310-translate-toolkit" package

This is a short guide on how to install python310-translate-toolkit on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-translate-toolkit

2. Uninstall "python310-translate-toolkit" package

Please follow the guidelines below to uninstall python310-translate-toolkit on openSuSE Tumbleweed:

$ sudo zypper remove python310-translate-toolkit

3. Information about the python310-translate-toolkit package on openSuSE Tumbleweed

Information for package python310-translate-toolkit:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-translate-toolkit
Version : 3.12.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 4.0 MiB
Installed : No
Status : not installed
Source package : translate-toolkit-3.12.1-1.2.src
Upstream URL : https://toolkit.translatehouse.org/
Summary : Tools and API to assist with translation and software localization
Description :
The Translate Toolkit is a set of software and documentation designed to help
make the lives of localizers both more productive and less frustrating.
The software includes programs to convert localization formats to the common
PO, and emerging XLIFF format. There are also programs to check and manage PO
and XLIFF files. Online documentation includes guides on using the tools,
running a localization project and how to localize various projects from
OpenOffice.org to Mozilla.
At its core the software contains a set of classes for handling various
localization storage formats: DTD, properties, OpenOffice.org GSI/SDF,
CSV, MO, Qt .ts, TMX, TBX, WordFast txt, Gettext .mo, Windows RC, and
of course PO and XLIFF. It also provides scripts to convert between
these formats.
Also part of the Toolkit are Python programs to create word counts, merge
translations and perform various checks on translation files.