about summary refs log tree commit diff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize translation project PO files.Carlos O'Donell2018-08-0124-46025/+62167
|
* Update translation for be.Carlos O'Donell2018-07-311-1214/+1048
|
* Update translations for bg, de, hr, pt_BR, sv, and vi.Carlos O'Donell2018-07-316-4699/+5212
|
* Update translations for cs, pl, and uk.Carlos O'Donell2018-07-273-1140/+1236
|
* Update libc.pot.Carlos O'Donell2018-07-261-353/+371
|
* Update translations from the Translation ProjectDmitry V. Levin2018-03-121-3132/+6062
| | | | * po/pt_BR.po: Update translations.
* Update translations from the Translation ProjectDmitry V. Levin2018-01-171-540/+541
| | | | * po/ru.po: Update translations.
* Update translations from the Translation ProjectDmitry V. Levin2018-01-128-4338/+4319
| | | | | | | | | | | * 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.
* Regenerate libc.potDmitry V. Levin2018-01-101-530/+530
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
| | | | | | | * 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.
* Do not build .mo files in source directory (bug 14121).Joseph Myers2017-12-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Remove old po/ code for copying .po files from shared directory.Joseph Myers2017-12-151-21/+0
| | | | | | | | | | | | | | | | | 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.
* Update translations from the Translation ProjectDmitry V. Levin2017-11-032-4/+4
| | | | | * po/de.po: Update translations. * po/ru.po: Likewise.
* Update translationsSiddhesh Poyarekar2017-09-112-575/+579
|
* Fix spelling mistake in fr.poMike FABIAN2017-08-141-2/+2
| | | | | [BZ #19982] * po/fr.po: Fix spelling mistake.
* Update translationsSiddhesh Poyarekar2017-08-021-574/+612
|
* Update translationsSiddhesh Poyarekar2017-07-314-2742/+2785
|
* Update translationsSiddhesh Poyarekar2017-07-266-3475/+3585
| | | | | | | | | * 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.
* sv: Update translationSiddhesh Poyarekar2017-07-261-26/+26
|
* zic: Use PRIdMAX to print line numbersSiddhesh Poyarekar2017-07-251-102/+105
| | | | | | | | | The PRIdLINENUM abstraction is unnecessary and breaks libc.pot generation. * timezone.zic (PRIdLINENO): Remove. (verror): Use PRIdMAX. * po/libc.pot: Regenerate.
* Regenerate libc.potSiddhesh Poyarekar2017-07-161-551/+544
|
* Add target to incorporate translations from translations.orgSiddhesh Poyarekar2017-01-201-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.
* Merge translations from the Translation ProjectSiddhesh Poyarekar2017-01-195-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.
* Merge translations from the Translation ProjectSiddhesh Poyarekar2017-01-128-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.
* Update translations from the Translation ProjectSiddhesh Poyarekar2017-01-1134-56631/+37404
| | | | | | Pulled from: http://translationproject.org/latest/libc/
* Regenerate libc.potSiddhesh Poyarekar2017-01-111-138/+52
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* Update PO files.Carlos O'Donell2016-08-043-131/+108
| | | | | Update the PO files from the latest available from the Translation Project.
* Update libc.pot and NEWS.Carlos O'Donell2016-08-011-185/+183
|
* Enable --localedir to set message catalog directory (Bug 14259)Carlos O'Donell2016-02-241-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
* Regenerate libc.pot for 2.23.Adhemerval Zanella2016-02-181-437/+453
|
* Updated translations for 2.23.Adhemerval Zanella2016-02-1828-9297/+11173
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
|
* Update de.po from Translation Project (bug 4404).Joseph Myers2015-09-161-301/+357
| | | | | [BZ #4404] * po/de.po: Update from Translation Project.
* de.po: fix SIGALRM typo [BZ #4404]Mike Frysinger2015-08-291-1/+1
|
* Updated translations for 2.22.Carlos O'Donell2015-08-016-2122/+2060
|
* Regenerate libc.pot for 2.22 release.Carlos O'Donell2015-07-311-296/+352
|
* glibc 2.21 pre-release update.Carlos O'Donell2015-02-0534-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.
* Update libc.pot:Carlos O'Donell2015-01-201-238/+238
| | | | | | In preparation for providing a tarball to the translation project. * po/libc.pot: Regenerated.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* Update French translationAllan McRae2014-10-091-2/+2
|
* Update Russian translationAllan McRae2014-09-131-5/+5
|
* Update Korean translationAllan McRae2014-09-071-827/+885
|
* Update Esperanto translationAllan McRae2014-09-011-530/+546
|
* Update Catalan translationAllan McRae2014-09-011-478/+494
|
* Update Vietnamese translationAllan McRae2014-08-261-525/+552
|
* Update Ukrainian translationAllan McRae2014-08-261-478/+505
|
* Update French translationAllan McRae2014-08-261-526/+498
|
* Update Russian translationAllan McRae2014-08-261-479/+506
|
* Update Polish translationAllan McRae2014-08-261-479/+494
|