mirror of
https://github.com/mirror/make.git
synced 2025-01-27 12:51:07 +08:00
Add a Finnish translation.
Update the URL for the GNU translation site in maintMakefile; the old one stopped working.
This commit is contained in:
parent
dff0be9e68
commit
1ce563a181
@ -1,3 +1,7 @@
|
|||||||
|
2005-02-01 Paul D. Smith <psmith@gnu.org>
|
||||||
|
|
||||||
|
* maintMakefile (po_repo): Update the GNU translation site URL.
|
||||||
|
|
||||||
2004-12-01 Paul D. Smith <psmith@gnu.org>
|
2004-12-01 Paul D. Smith <psmith@gnu.org>
|
||||||
|
|
||||||
* main.c (main): Change char* env_shell to struct variable shell_var.
|
* main.c (main): Change char* env_shell to struct variable shell_var.
|
||||||
|
@ -124,7 +124,7 @@ move_if_change = if test -r $(target) && cmp -s $(target).t $(target); then \
|
|||||||
# Updating PO files. #
|
# Updating PO files. #
|
||||||
# ------------------- #
|
# ------------------- #
|
||||||
|
|
||||||
po_repo = http://www2.iro.umontreal.ca/%7Egnutra/po/maint/$(PACKAGE)
|
po_repo = http://www.iro.umontreal.ca/translation/maint/$(PACKAGE)
|
||||||
.PHONY: do-po-update po-update
|
.PHONY: do-po-update po-update
|
||||||
do-po-update:
|
do-po-update:
|
||||||
tmppo=/tmp/$(PACKAGE)-$(VERSION)-po &&\
|
tmppo=/tmp/$(PACKAGE)-$(VERSION)-po &&\
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2005-02-01 Paul D. Smith <psmith@gnu.org>
|
||||||
|
|
||||||
|
* LINGUAS: Added a new translation for Finnish (fi).
|
||||||
|
|
||||||
2003-10-18 Paul D. Smith <psmith@gnu.org>
|
2003-10-18 Paul D. Smith <psmith@gnu.org>
|
||||||
|
|
||||||
* LINGUAS: Added a new translation for Belarusian (be).
|
* LINGUAS: Added a new translation for Belarusian (be).
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Set of available languages: 16 languages
|
# Set of available languages: 19 languages
|
||||||
|
|
||||||
be da de es fr gl he hr ja ko nl pl pt_BR sv ru tr uk zh_CN
|
be da de es fi fr gl he hr ja ko nl pl pt_BR sv ru tr uk zh_CN
|
||||||
|
|
||||||
# Can't seem to get en@quot and en@boldquot to build properly?
|
# Can't seem to get en@quot and en@boldquot to build properly?
|
||||||
|
Loading…
Reference in New Issue
Block a user