summaryrefslogtreecommitdiff
path: root/po/LINGUAS
Commit message (Collapse)AuthorAgeFilesLines
* * po/LINGUAS: Add a translation for RomanianPaul Smith2022-06-041-0/+1
|
* * po/LINGUAS: Add a translation for Bulgarian.Paul Smith2019-08-241-0/+1
|
* * po/LINGUAS: Add Portuguese translationPaul Smith2019-05-121-0/+1
|
* Convert GNU make to use the gnulib portability libraryPaul Smith2018-07-021-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move content from glob/* and config/* into standard GNU directory locations lib/* and m4/*. Install the gnulib bootstrap script and its configuration file, and create a bootstrap.bat file for Windows. Update the README.git file with new requirements and instructions for building from Git. At this point we only install the alloca, getloadavg, and FDL modules from gnulib. We keep our old glob/fnmatch implementation since the gnulib versions require significant amounts of infrastructure which doesn't exist on Windows yet. Further work is required here. Due to a problem with gnulib's version of getloadavg, we need to bump the minimum required version of automake to 1.16.1 unfortunately. * README.git: Update instructions * NEWS: Move developer news to a separate section * configure.ac: Update for use with gnulib modules * bootstrap: Bootstrap from Git workspace (import from gnulib) * bootstrap.conf: Bootstrap configuration for GNU make * bootstrap.bat: Bootstrap from Git workspace for Windows * gl/modules/make-glob: Support our local fnmatch/glob implementation * config/acinclude.m4: Move to m4/ * config/dospaths.m4: Move to m4/ * glob/fnmatch.c: Move to lib/ * glob/fnmatch.h.in: Move to lib/ * glob/glob.c: Move to lib/ * glob/glob.h.in: Move to lib/ * Makefile.am: Update for new directories * build.template: Update for new directories * build_w32.bat: Update for new directories * builddos.bat: Update for new directories * maintMakefile: Update for new directories * makefile.com: Update for new directories * mk/Amiga.mk: Update for new directories * mk/Posix.mk.in: Update for new directories * mk/VMS.mk: Update for new directories * mk/Windows32.mk: Update for new directories * mk/msdosdjgpp.mk: Update for new directories * po/LINGUAS: One language per line (needed by gnulib) * INSTALL: Remove (obtained from gnulib) * src/alloca.c: Remove (obtained from gnulib) * src/getloadavg.c: Remove (obtained from gnulib) * po/Makevars: Remove (created by bootstrap) * config/*: Remove leftover files * glob/*: Remove leftover files
* * po/LINGUAS: Add support for traditional Chinese (zh_TW)Paul Smith2017-06-041-2/+2
|
* * po/LINGUAS: Added Serbian translation.Paul Smith2016-12-251-1/+1
|
* Add translation for Czech (cs).Paul Smith2011-09-261-2/+2
|
* Added Italian (it) language support.Paul Smith2009-09-161-2/+2
|
* Manual typo.Paul Smith2008-05-181-2/+2
| | | | New translation.
* Incorporate Icarus Sparry's fix for 3330 and 15919, and test cases.Paul Smith2007-08-151-2/+2
| | | | | | | One of our translations disappeared from the translations site so remove it. The fdl.texi file was changed to not contain any @node entries, so add some around it in make.texi.
* Various updates, mainly to the Windows port, from Eli Zaretskii andPaul Smith2006-02-011-2/+2
| | | | Markus Maurhart.
* Add Indonesian translation.Paul Smith2005-07-151-2/+2
|
* Fix some Savannah bugs.Paul Smith2005-04-081-1/+1
| | | | | Updates to docs (still need more work here) and NEWS file. New language.
* Add a new Irish (ga) translation.Paul Smith2005-02-091-2/+2
| | | | | Fixed the CVS download URL to be simplified. Fixed the .texi doc download: the ftp site was decommed so use CVS.
* Add a Finnish translation.Paul Smith2005-02-011-2/+2
| | | | | Update the URL for the GNU translation site in maintMakefile; the old one stopped working.
* Build fixes due to changes in the FSF web site.Paul Smith2003-10-221-1/+1
| | | | | Add new language support. Minor configure, etc. cleanups.
* Added Ukrainian translation.Paul Smith2002-12-191-1/+1
|
* Update to a new version of automake and gettext.Paul Smith2002-08-101-2/+2
| | | | | | | | | | Invent a new macro HAVE_DOS_PATHS and change various instances of: #if defined(WINDOWS) || defined(__MSDOS__) to use the new macro instead. This should help make the OS/2 port cleaner, as well. Invent a cvs-clean maintainer target that tries to get the workspace back to the state it was in after a CVS checkout. New language.
* Incorporate some VMS fixes.Paul Smith2002-08-081-1/+1
| | | | | | | Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish
* Various cleanups reported by people using the alpha release.Paul Smith2002-07-081-1/+1
| | | | | | | Incorporate "order-only" prerequisites patch. Wrote a test for it. The test shows what might be a bug in the code; I need to look at it more closely (anyway it doesn't behave as I expected). Also I haven't done the docs yet.
* Updates for new tools. Everything works now building on Linux,Paul Smith2002-04-221-1/+2
| | | | | including creating make packages. I'll try some other systems tomorrow. Also added a new translation: Croatian. Thanks!
* Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.Paul Smith2002-04-211-0/+4
We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution.