Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Updated description and version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-manuilov committed Apr 21, 2017
1 parent e9e8391 commit ac3ace8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tiny React library for implementing gettext localization in your application. It
React Gettext requires **React 15.0 or later**.

```
@todo add installation command here after publishing on npmjs.org
npm install react-gettext --save
```

## Usage
Expand Down Expand Up @@ -175,6 +175,10 @@ this.context.xgettext('some text', 'context where this message is used');

If you use Poedit app to translate your messages, then you can use `gettext;ngettext:1,2;xgettext:1,2c` as keywords list to properly parse and extract strings from your javascript files.

## Contribute

What to help or have a suggestion? Open a [new ticket](https://github.com/eugene-manuilov/react-gettext/issues/new) and we can discuss it or submit pull request. Please, make sure you run `npm run test` before submitting a pull request.

## License

MIT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": {
"url": "https://github.com/eugene-manuilov/react-gettext/issues"
},
"version": "0.1.0-dev.0",
"version": "0.2.0",
"main": "lib/index",
"files": [
"*.md",
Expand Down

0 comments on commit ac3ace8

Please sign in to comment.