polib 0.0.1

Read, manipulate and store translation data in GNU gettext PO format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `polib`


[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![GitHub Actions](https://github.com/BrettDong/polib/actions/workflows/test.yaml/badge.svg)

A rust library to load, read, manipulate and write GNU gettext translation data in `.po` format.

## Example


See [examples](/examples) folder for example code.

## Documentation


Refer to [docs.rs](https://docs.rs/polib).