Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mivek/prop2po
https://github.com/mivek/prop2po
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mivek/prop2po
- Owner: mivek
- License: mit
- Created: 2021-10-16T17:57:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T09:18:54.000Z (6 months ago)
- Last Synced: 2025-01-09T19:39:39.114Z (12 days ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```