diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-01-20 12:24:46 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-01-20 12:32:46 +0530 |
commit | 56009aa33c735d66f19d8382b6ef7c6addc24ec0 (patch) | |
tree | 36a583805c3a6258e5d9a4bb79afff65f0915ce9 /ChangeLog | |
parent | fe3f0488daaec2fb8c3af181b6e8e4567ba2cf61 (diff) | |
download | glibc-56009aa33c735d66f19d8382b6ef7c6addc24ec0.tar.gz glibc-56009aa33c735d66f19d8382b6ef7c6addc24ec0.tar.xz glibc-56009aa33c735d66f19d8382b6ef7c6addc24ec0.zip |
Add target to incorporate translations from translations.org
Add a convenience target for maintainers to download and incorporate translation updates from translations.org. Invoke as follows: make -r PARALLELMFLAGS="" -C ../po objdir=`pwd` update-translations similar to generating libc.pot. * po/Makefile (update-translations): New target.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 896231a0f1..d7c2d2e55b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-01-20 Siddhesh Poyarekar <siddhesh@sourceware.org> + + * po/Makefile (update-translations): New target. + 2017-01-19 Joseph Myers <joseph@codesourcery.com> [BZ #21061] |