translate-storage

Crates.iotranslate-storage
lib.rstranslate-storage
version0.0.1
sourcesrc
created_at2017-04-24 21:21:50.29132
updated_at2017-04-24 21:21:50.29132
descriptionManipulate translation catalogs in PO format.
homepage
repositoryhttps://github.com/rust-locale/translate-storage/
max_upload_size
id11881
size33,757
Jan Hudec (jan-hudec)

documentation

https://docs.rs/translate-storage

README

TravisCI Build Status AppVeyor Build Status Crates.io Version Docs.rs

translate-storage

Rust library for reading, and in future writing, translation catalogs in Uniforum/Gettext PO and (in future) Xliff formats. Similar to the translate.storage package in Python Translate Toolkit.

Only PO and Xliff are planned to be supported. For anything else, just convert it with Translate Toolkit. There is no point in replacing that excellent library; the main reason for Rust parser and writer is to them as part of build process of Rust programs, especially in procedural macros, which need to be written in Rust.

Documentation

On Docs.rs.

Installation

It uses Cargo, Rust's package manager. You can depend on this library by adding translate-storage to your Cargo dependencies:

[dependencies]
translate-storage = "0.1"

Or, to use the Git repo directly:

[dependencies.translate-storage]
git = "https://github.com/rust-locale/translate-storagee.git"
Commit count: 15

cargo fmt