diff options
| author | Gavin Andresen <[email protected]> | 2011-09-06 10:20:22 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-09-06 10:20:22 -0700 |
| commit | dc0c768760e4004ad2c09fa63f4cbbeabe9a643b (patch) | |
| tree | 08d291e0aca5af0f2535a5a19c53675baf32cfb1 | |
| parent | Merge pull request #490 from TheBlueMatt/master (diff) | |
| parent | Add a note to only include .po file (diff) | |
| download | discoin-dc0c768760e4004ad2c09fa63f4cbbeabe9a643b.tar.xz discoin-dc0c768760e4004ad2c09fa63f4cbbeabe9a643b.zip | |
Merge pull request #499 from codler/patch-3
Add a note to only include .po file
| -rw-r--r-- | locale/readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/readme.txt b/locale/readme.txt index 9fca3ce65..4019bf43c 100644 --- a/locale/readme.txt +++ b/locale/readme.txt @@ -3,3 +3,5 @@ locale/<langcode>/LC_MESSAGES/bitcoin.mo and .po .po is the sourcefile
.mo is the compiled translation
+
+Note: pull requests should only include the .po file. Do not include .mo file
\ No newline at end of file |