Skip to content

Commit

Permalink
Merge branch 'master' of smmoosavi-github:smmoosavi/php-gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
smmoosavi committed Jun 8, 2014
2 parents 6c5debc + 25518ac commit 074ce4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Wrapper for php-gettext by danilo segan. This library provides PHP functions to

## How to Install

#### using [Composer](http://getcomposer.org/)
#### Using [Composer](http://getcomposer.org/)

Create a composer.json file in your project root:

Expand Down Expand Up @@ -87,12 +87,12 @@ msgstr "سلام"
```


### Convert .po to .mo
### Converting .po to .mo

```bash
$ msgfmt -cv -o locale/fa_IR/LC_MESSAGES/messages.mo locale/fa_IR/LC_MESSAGES/messages.po
```

## Note

thank Danilo Segan. [php-gettext 1.0.11](https://launchpad.net/php-gettext/trunk/1.0.11) used in this project
Thank Danilo Segan. [php-gettext 1.0.11](https://launchpad.net/php-gettext/trunk/1.0.11) used in this project

0 comments on commit 074ce4a

Please sign in to comment.