diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-09-06 10:20:22 -0700 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-09-06 10:20:22 -0700 |
commit | dc0c768760e4004ad2c09fa63f4cbbeabe9a643b (patch) | |
tree | 08d291e0aca5af0f2535a5a19c53675baf32cfb1 | |
parent | c5eed9a1ae373607f50a733ff5c57e672321f91d (diff) | |
parent | e03209979b160d12420c12c47ea34e788de44d8f (diff) |
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 9fca3ce657..4019bf43c9 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 |