Skip to content

Commit

Permalink
document translation tools
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 authored Jan 9, 2025
1 parent 29658c1 commit 74198f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ I wrote this tool to simplify the initial scanning steps for third-party package
* Look into image metadata.
* Recursively look into nested archives, for example by unpacking the actual upstream source code archives inside RPM (source) files.
* Download the package versions declared inside a `Cargo.lock` file.
* Unpack/decompile `*.mo` translation files (not available from CLI).
* Make everything available from the terminal.

## Installation
Expand All @@ -37,6 +38,8 @@ Some features might require installing extras or OS-level packages:
* Analysis of shared objects requires the `ldd` command to be available inside the path.
* Analysis of image metadata requires the `exiftool` command to be available inside the path.
You might obtain a recent distribution archive from https://exiftool.org/
* Unpacking of `*.mo` files requires the `msgunfmt` command to be available inside the path.
This binary usually is part of GNU gettext.

## Usage

Expand Down

0 comments on commit 74198f0

Please sign in to comment.