Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mivek/prop2po


https://github.com/mivek/prop2po

Last synced: about 17 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Prop2PO

Prop2PO package converts a java property file into a Gettext PO file.

## Installation

You can install the package from pypi.

```shell
pip install prop2po
```

## Usage

```shell
# Basic use of the package
prop2po messages.properties messages.po
```

The available options are

| Name | Shortcut | Type | Explanation |
|------------|----------|------|-----------------------------|
| --language | -l | TEXT | Language of the translation |
| --project | -p | TEXT | Name of the project |
| --encoding | -e | TEXT | Encoding of the file |

```shell
# Print help
prop2po --help
```