summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2018-08-01Synchronize translation project PO files.Carlos O'Donell
2018-07-31Update translation for be.Carlos O'Donell
2018-07-31Update translations for bg, de, hr, pt_BR, sv, and vi.Carlos O'Donell
2018-07-27Update translations for cs, pl, and uk.Carlos O'Donell
2018-07-26Update libc.pot.Carlos O'Donell
2018-03-12Update translations from the Translation ProjectDmitry V. Levin
* po/pt_BR.po: Update translations.
2018-01-17Update translations from the Translation ProjectDmitry V. Levin
* po/ru.po: Update translations.
2018-01-12Update translations from the Translation ProjectDmitry V. Levin
* po/bg.po: Update translations. * po/cs.po: Likewise. * po/de.po: Likewise. * po/ko.po: Likewise. * po/pl.po: Likewise. * po/sv.po: Likewise. * po/uk.po: Likewise. * po/vi.po: Likewise.
2018-01-10Regenerate libc.potDmitry V. Levin
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
* All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
2017-12-15Do not build .mo files in source directory (bug 14121).Joseph Myers
Building and installing glibc leaves .mo files (compiled message translations) behind in the source directory. Building those files in the source directory may once have made sense, if they were included in release tarballs; now that release tarballs are just the output of "git archive", building any non-checked-in files in the source directory does not make sense. This patch changes these files to be built in the build directory instead. The realclean rule is changed to simply adding the .mo files to the "generated" variable, since once the files are in the build directory it make no sense to exclude them from normal cleanup rules. This is necessary but not sufficient to avoid build-many-glibcs.py needing to copy the glibc source directory. Its list of files to touch on checkout to avoid subsequent regeneration (configure, preconfigure, *-kw.h) is incomplete (missing at least INSTALL, sysdeps/gnu/errlist.c, posix/testcases.h, posix/ptestcases.h, locale/C-translit.h, (only regenerated for Hurd builds) sysdeps/mach/hurd/bits/errno.h, (only regenerated for 32-bit SPARC builds) sysdeps/sparc/sparc32/{sdiv,udiv,rem,urem}.S) - the existing list may be sufficient to prevent regeneration that actually changes the file contents depending on the installed build tools, but not to ensure there is no regeneration at all - and there might well be other things writing into the source directory in the course of building and testing (so needing appropriate testing with read-only source directories with different timestamp orderings to find and eliminate all such cases). Tested for x86_64. [BZ #14121] * po/Makefile (generated): Add $(ALL_LINGUAS:%=%.mo). (%.mo): Change to $(objpfx)%.mo. Use $(make-target-directory). ($(mo-installed)): Use $(objpfx)%.mo. (realclean): Remove rule.
2017-12-15Remove old po/ code for copying .po files from shared directory.Joseph Myers
po/Makefile has both old code for copying .po files from a shared directory /com/share/ftp/gnu/po/maint/glibc (presumably once present on some GNU server), and new code for downloading them from the Translation Project. This patch removes the old code, leading only the new code. Tested for x86_64. * po/Makefile (linguas): Remove rule and dependencies. (linguas.mo): Likewise. (.PHONY): Do not depend on linguas and linguas.mo. (podir): Remove variable. (pofiles): Likewise. [$(pofiles)] (%.po): Remove rule.
2017-11-03Update translations from the Translation ProjectDmitry V. Levin
* po/de.po: Update translations. * po/ru.po: Likewise.
2017-09-11Update translationsSiddhesh Poyarekar
2017-08-14Fix spelling mistake in fr.poMike FABIAN
[BZ #19982] * po/fr.po: Fix spelling mistake.
2017-08-02Update translationsSiddhesh Poyarekar
2017-07-31Update translationsSiddhesh Poyarekar
2017-07-26Update translationsSiddhesh Poyarekar
* po/bg.po: Update translations. * po/cs.po: Likewise. * po/de.po: Likewise. * po/pl.po: Likewise. * po/uk.po: Likewise. * po/vi.po: Likewise.
2017-07-26sv: Update translationSiddhesh Poyarekar
2017-07-25zic: Use PRIdMAX to print line numbersSiddhesh Poyarekar
The PRIdLINENUM abstraction is unnecessary and breaks libc.pot generation. * timezone.zic (PRIdLINENO): Remove. (verror): Use PRIdMAX. * po/libc.pot: Regenerate.
2017-07-16Regenerate libc.potSiddhesh Poyarekar
2017-01-20Add target to incorporate translations from translations.orgSiddhesh Poyarekar
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 Poyarekar
* 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 Poyarekar
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 Poyarekar
Pulled from: http://translationproject.org/latest/libc/
2017-01-11Regenerate libc.potSiddhesh Poyarekar
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-08-04Update PO files.Carlos O'Donell
Update the PO files from the latest available from the Translation Project.
2016-08-01Update libc.pot and NEWS.Carlos O'Donell
2016-02-24Enable --localedir to set message catalog directory (Bug 14259)Carlos O'Donell
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 Zanella
2016-02-18Updated translations for 2.23.Adhemerval Zanella
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-16Update de.po from Translation Project (bug 4404).Joseph Myers
[BZ #4404] * po/de.po: Update from Translation Project.
2015-08-29de.po: fix SIGALRM typo [BZ #4404]Mike Frysinger
2015-08-01Updated translations for 2.22.Carlos O'Donell
2015-07-31Regenerate libc.pot for 2.22 release.Carlos O'Donell
2015-02-05glibc 2.21 pre-release update.Carlos O'Donell
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'Donell
In preparation for providing a tarball to the translation project. * po/libc.pot: Regenerated.
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-10-09Update French translationAllan McRae
2014-09-13Update Russian translationAllan McRae
2014-09-07Update Korean translationAllan McRae
2014-09-01Update Esperanto translationAllan McRae
2014-09-01Update Catalan translationAllan McRae
2014-08-26Update Vietnamese translationAllan McRae
2014-08-26Update Ukrainian translationAllan McRae
2014-08-26Update French translationAllan McRae
2014-08-26Update Russian translationAllan McRae
2014-08-26Update Polish translationAllan McRae