Commit 9afddec4 by George Song Committed by GitHub

Merge pull request #117 from libremente/master

Fix typo in README.md
parents 40c80ec9 c838845f
...@@ -510,7 +510,7 @@ Javascript command is a little bit more verbose: ...@@ -510,7 +510,7 @@ Javascript command is a little bit more verbose:
``` ```
Note that both commands generate partial `messages.po` file - JS or python only, while `test.po` is supposed to contain Note that both commands generate partial `messages.po` file - JS or python only, while `test.po` is supposed to contain
all translatable strings. Both commands can be modified to append to *exsisting* `messages.po` file by adding all translatable strings. Both commands can be modified to append to *existing* `messages.po` file by adding
`--join-existing` key. `--join-existing` key.
To check if `text.po` is correct, one can run `msgfmt` to build a `text.mo` file: To check if `text.po` is correct, one can run `msgfmt` to build a `text.mo` file:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment