Skip to content

Commit

Permalink
Fix formatting in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Aug 17, 2024
1 parent de02723 commit 3c0fab5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,24 @@
Toolset to convert text from DF between different formats and prepare it for use in the game

> **Note**
> There are ready to use csv files for most of languages from transifex: https://github.com/dfint/autobuild
> There are ready to use csv files for most of languages from transifex: <https://github.com/dfint/autobuild>
## Installation:
## Installation

You need Python 3.10 (or higher) and poetry (`pip install poetry`).

Clone or download the repo, then install dependencies it with `poetry install` command

## Usage examples:
## Usage examples

```bash
poetry run convert hardcoded_steam.po dfint_dictionary.csv cp1251
```

```bash
poetry run create_pot from_steam_text "./Dwarf Fortress/data/vanilla" ./pot_files/
```

```bash
poetry run create_pot from_string_dump stringdump.txt hardcoded_steam.pot
```

0 comments on commit 3c0fab5

Please sign in to comment.