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

Commit ac3ace8

Browse files
author
Eugene Manuilov
committed
Updated description and version to 0.2.0
1 parent e9e8391 commit ac3ace8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tiny React library for implementing gettext localization in your application. It
77
React Gettext requires **React 15.0 or later**.
88

99
```
10-
@todo add installation command here after publishing on npmjs.org
10+
npm install react-gettext --save
1111
```
1212

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

176176
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.
177177

178+
## Contribute
179+
180+
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.
181+
178182
## License
179183

180184
MIT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"bugs": {
88
"url": "https://github.com/eugene-manuilov/react-gettext/issues"
99
},
10-
"version": "0.1.0-dev.0",
10+
"version": "0.2.0",
1111
"main": "lib/index",
1212
"files": [
1313
"*.md",

0 commit comments

Comments
 (0)