aboutsummaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)AuthorFilesLines
2017-01-20Add target to incorporate translations from translations.orgSiddhesh Poyarekar1-0/+11
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.
2017-01-19Merge translations from the Translation ProjectSiddhesh Poyarekar5-3394/+3251
* po/bg.po: Merge from Translation Project. * po/fr.po: Likewise. * po/ko.po: Likewise. * po/nl.po: Likewise. * po/sv.po: Likewise.
2017-01-12Merge translations from the Translation ProjectSiddhesh Poyarekar8-6385/+7549
Update translations from the 2.25 candidate libc.pot. * po/cs.po: Merge translations from the Translation Project. * po/de.po: Likewise. * po/pl.po: Likewise. * po/ru.po: Likewise. * po/tr.po: Likewise. * po/uk.po: Likewise. * po/vi.po: Likewise. * po/zh_CN.po: Likewise.
2017-01-11Update translations from the Translation ProjectSiddhesh Poyarekar34-56631/+37404
Pulled from: http://translationproject.org/latest/libc/
2017-01-11Regenerate libc.potSiddhesh Poyarekar1-138/+52
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-08-04Update PO files.Carlos O'Donell3-131/+108
Update the PO files from the latest available from the Translation Project.
2016-08-01Update libc.pot and NEWS.Carlos O'Donell1-185/+183
2016-02-24Enable --localedir to set message catalog directory (Bug 14259)Carlos O'Donell1-1/+1
In 1999 the project split "localedir" into "localedir" (path to compiled locale archives) and "msgcatdir" (path to message catalogs). This predates the 2002 change in the GNU Coding Standard to document the use of "localedir" for the path to the message catalogs. It appears that newlib, gcc, and several other projects also used "msgcatdir" at one point or another in the past, and so it is in line with historical precedent that glibc would also use "msgcatdir." However, given that the GNU Coding Standard uses "localedir", we will switch to that for consistency as a GNU project. Previous uses of --localdir didn't work anyway (see bug 14259). I am committing this patch in the understanding that nobody would object to fixing #14259 as part of aligning our variable usage to the GNU Coding Standard. Given that previous "localedir" uses were converted to "complocaledir" by [1], we can now convert "msgcatdir" to "localedir" and complete the transition. With an addition to config.make.in we also fix bug 14259 and allow users to specify the locale dependent data directory with "--localedir" at configure time. There is still no way to control at configure time the location of the *compiled* locale directory. Tested on x86_64 with no regressions. Tested using "--localedir" to specify alternate locale dependent data directory and verified with "make install DESTDIR=/tmp/glibc". [1] 90fe682d3067163aa773feecf497ef599429457a
2016-02-18Regenerate libc.pot for 2.23.Adhemerval Zanella1-437/+453
2016-02-18Updated translations for 2.23.Adhemerval Zanella28-9297/+11173
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-16Update de.po from Translation Project (bug 4404).Joseph Myers1-301/+357
[BZ #4404] * po/de.po: Update from Translation Project.
2015-08-29de.po: fix SIGALRM typo [BZ #4404]Mike Frysinger1-1/+1
2015-08-01Updated translations for 2.22.Carlos O'Donell6-2122/+2060
2015-07-31Regenerate libc.pot for 2.22 release.Carlos O'Donell1-296/+352
2015-02-05glibc 2.21 pre-release update.Carlos O'Donell34-46497/+67557
Update all translations. Update contributions in the manual. Update installation notes with information about newest working tools. Reconfigure using exactly autoconf 2.69. Regenerate INSTALL.
2015-01-20Update libc.pot:Carlos O'Donell1-238/+238
In preparation for providing a tarball to the translation project. * po/libc.pot: Regenerated.
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-10-09Update French translationAllan McRae1-2/+2
2014-09-13Update Russian translationAllan McRae1-5/+5
2014-09-07Update Korean translationAllan McRae1-827/+885
2014-09-01Update Esperanto translationAllan McRae1-530/+546
2014-09-01Update Catalan translationAllan McRae1-478/+494
2014-08-26Update Vietnamese translationAllan McRae1-525/+552
2014-08-26Update Ukrainian translationAllan McRae1-478/+505
2014-08-26Update French translationAllan McRae1-526/+498
2014-08-26Update Russian translationAllan McRae1-479/+506
2014-08-26Update Polish translationAllan McRae1-479/+494
2014-08-26Update Czech translationAllan McRae1-478/+505
2014-08-26Update German translationAllan McRae1-478/+493
2014-08-26Update Bulgarian translationAllan McRae1-488/+515
2014-08-26Update Sweedish translationAllan McRae1-499/+514
2014-08-26Update Dutch translationAllan McRae1-481/+508
2014-08-26Update Spanish translationAllan McRae1-478/+493
2014-08-09Regenerate libc.poAllan McRae1-477/+492
2014-07-23Update Spanish translationsAllan McRae1-1088/+1165
2014-05-16Update Swedish translationsAllan McRae1-6/+6
2014-05-04Update Esperanto translationsAllan McRae1-11/+11
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-4/+2
In <https://sourceware.org/ml/libc-alpha/2014-01/msg00196.html> I noted it was necessary to add includes of Makeconfig early in various subdirectory makefiles for the tests-special variable settings added by that patch to be conditional on configuration information. No-one commented on the general question there of whether Makeconfig should always be included immediately after the definition of subdir. This patch implements that early inclusion of Makeconfig in each directory (which is a lot easier than consistent placement of includes of Rules). Includes are added if needed, or moved up if already present. Subdirectory "all:" targets are removed, since Makeconfig provides one. There is potential for further cleanups I haven't done. Rules and Makerules have code such as ifneq "$(findstring env,$(origin headers))" "" headers := endif to override to empty any value of various variables that came from the environment. I think there is a case for Makeconfig setting all the subdirectory variables (other than subdir) to empty to ensure no outside value is going to take effect if a subdirectory fails to define a variable. (A list of such variables, possibly out of date and incomplete, is in manual/maint.texi.) Rules and Makerules would give errors if Makeconfig hadn't already been included, instead of including it themselves. The special code to override values coming from the environment would then be obsolete and could be removed. Tested x86_64, including that installed binaries are identical before and after the patch. * argp/Makefile: Include Makeconfig immediately after defining subdir. * assert/Makefile: Likewise. * benchtests/Makefile: Likewise. * catgets/Makefile: Likewise. * conform/Makefile: Likewise. * crypt/Makefile: Likewise. * csu/Makefile: Likewise. (all): Remove target. * ctype/Makefile: Include Makeconfig immediately after defining subdir. * debug/Makefile: Likewise. * dirent/Makefile: Likewise. * dlfcn/Makefile: Likewise. * gmon/Makefile: Likewise. * gnulib/Makefile: Likewise. * grp/Makefile: Likewise. * gshadow/Makefile: Likewise. * hesiod/Makefile: Likewise. * hurd/Makefile: Likewise. (all): Remove target. * iconvdata/Makefile: Include Makeconfig immediately after defining subdir. * inet/Makefile: Likewise. * intl/Makefile: Likewise. * io/Makefile: Likewise. * libio/Makefile: Likewise. (all): Remove target. * locale/Makefile: Include Makeconfig immediately after defining subdir. * login/Makefile: Likewise. * mach/Makefile: Likewise. (all): Remove target. * malloc/Makefile: Include Makeconfig immediately after defining subdir. (all): Remove target. * manual/Makefile: Include Makeconfig immediately after defining subdir. * math/Makefile: Likewise. * misc/Makefile: Likewise. * nis/Makefile: Likewise. * nss/Makefile: Likewise. * po/Makefile: Likewise. (all): Remove target. * posix/Makefile: Include Makeconfig immediately after defining subdir. * pwd/Makefile: Likewise. * resolv/Makefile: Likewise. * resource/Makefile: Likewise. * rt/Makefile: Likewise. * setjmp/Makefile: Likewise. * shadow/Makefile: Likewise. * signal/Makefile: Likewise. * socket/Makefile: Likewise. * soft-fp/Makefile: Likewise. * stdio-common/Makefile: Likewise. * stdlib/Makefile: Likewise. * streams/Makefile: Likewise. * string/Makefile: Likewise. * sunrpc/Makefile: Likewise. (all): Remove target. * sysvipc/Makefile: Include Makeconfig immediately after defining subdir. * termios/Makefile: Likewise. * time/Makefile: Likewise. * timezone/Makefile: Likewise. (all): Remove target. * wcsmbs/Makefile: Include Makeconfig immediately after defining subdir. * wctype/Makefile: Likewise. libidn/ChangeLog: * Makefile: Include Makeconfig immediately after defining subdir. localedata/ChangeLog: * Makefile: Include Makeconfig immediately after defining subdir. (all): Remove target. nptl/ChangeLog: * Makefile: Include Makeconfig immediately after defining subdir. nptl_db/ChangeLog: * Makefile: Include Makeconfig immediately after defining subdir.
2014-02-03Update Slovenian translationsAllan McRae1-570/+593
2014-01-27Update French translationsAllan McRae1-468/+520
2014-01-20Update Catalan translationsAllan McRae1-527/+569
2014-01-11Update Bulgarian translationsAllan McRae1-464/+516
2014-01-11Update German translationsAllan McRae1-467/+509
2014-01-10Update Swedish translationsAllan McRae1-466/+509
2014-01-10Update Vietnamese translationsAllan McRae1-580/+634
2014-01-10Update Esperanto translationsAllan McRae1-515/+568
2014-01-10Update Czech translationsAllan McRae1-464/+517
2014-01-10Update Dutch translationsAllan McRae1-474/+525