The translation files checker and syncing tool.
Project description
The translation files checker and syncing tool
master branch:
development branch:
Table of contents
Introduction
trans-tool
is a small but powerful utility aimed at your projects' translation files. It is armed
with several validators to watch for common mistakes in translations as well as base strings. It currently
loads *.properties
files, which is file format often used in Java projects as the trans-tool
was born
while working on Logisim-evolution.
Example *.properties
file looks like simplified version of commonly used INI file:
# Example of *.properties file
programTitle = trans-tool v2.0.0
okButton = "OK"
Internally, trans-tool
works on abstract format, thus adding support for other file formats can easy be added
which will happen upon demand.
While loading your *.properties
files trans-tool
checks if files are in order, ensuring all of them are
syntactically correct and all of the translations are in sync with main language. It also comes with huge set of
various linters and checkers to guard quality of the files' contents. It can check for missing or dangling keys, improper
punctuation, open brackets, quotation marks and more. It can also automatically sync translation files quickly providing
fresh template for your translators to work on.
$ trans-tool -b soc -l pl
Base: src/main/resources/resources/logisim/strings/soc/soc.properties
Errors: 1
Brackets
E: Line 163:90: "AssemblerRunSuccess": No opening character matching ")".
PL: src/main/resources/resources/logisim/strings/soc/soc_pl.properties
Errors: 3, warnings: 4
Brackets
E: Line 175:83: "AssemblerRunSuccess": No opening character matching ")".
Formatting values
E: Line 383:167: "PioMenuOutClearRemark": Expected "%s", found "%s.".
E: Line 387:167: "PioMenuOutSetRemark": Expected "%s", found "%s.".
Missing translations
W: "ElfHeaderEIDataError": Missing translation.
W: "AsmPanErrorCreateFile": Missing translation.
Punctuation mismatch
W: Line 12: "SocInsertTransWindowTitle": Ends with "y". Expected ":".
First words case mismatch.
W: Line 332: "Rv32imProgramCounter": Starts UPPER-cased, expected lower-case.
License
- Written and copyrighted ©2021 by Marcin Orlowski <mail (#) marcinorlowski (.) com>
- trans-tool is open-sourced software licensed under the MIT license.
- Project logo contains elements from Flaticon.com.
- trans-tool project PyPi page.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file trans-tool-2.5.2.tar.gz
.
File metadata
- Download URL: trans-tool-2.5.2.tar.gz
- Upload date:
- Size: 47.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e0f48adfa0ecdc6e850edfaffd593bf756589dc9cb57e98219cce697c2ef655 |
|
MD5 | 884d645e0dcdd33d66673b7424495486 |
|
BLAKE2b-256 | 5629171796c6b312d59067cda32b1cf88d89cc42bed5bea4fc291251c9a4a8e0 |
File details
Details for the file trans_tool-2.5.2-py3-none-any.whl
.
File metadata
- Download URL: trans_tool-2.5.2-py3-none-any.whl
- Upload date:
- Size: 81.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be59e64e97b02ab7520944967127d0d26720f749dec04bbe2fc424da82911f2c |
|
MD5 | ba74d8d0c9707cc4a43da8837a4d6f08 |
|
BLAKE2b-256 | 3449ae8312bbf192d266025306e855fcc470df322ca865ab079b407f75a37816 |