mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 07:37:57 +00:00
* gettext-runtime/po/fetch-po: New file. * gettext-tools/po/fetch-po: New file. * gettext-tools/examples/po/fetch-po: New file. * check-copyright-headers (func_check_file): Don't complain about the LINGUAS files, that will now have more than 10 lines.
18 lines
697 B
Bash
Executable File
18 lines
697 B
Bash
Executable File
#! /bin/sh
|
|
# Script for fetching the PO files, produced by translators, from a
|
|
# translations project's site on the internet, to the current directory.
|
|
#
|
|
# Copyright (C) 2025 Free Software Foundation, Inc.
|
|
# This file is free software; the Free Software Foundation gives
|
|
# unlimited permission to use, copy, distribute, and modify it.
|
|
|
|
# Usage: ./fetch-po
|
|
#
|
|
# This script is invoked from two locations:
|
|
# 1. From the script that fetches auxiliary files that are omitted from
|
|
# the version control repository of this package, typically called
|
|
# 'autopull.sh' or 'bootstrap --pull' or similar.
|
|
# 2. From the Makefile in the po/ directory, target 'fetch-po'.
|
|
|
|
po-fetch --git TP gettext-runtime
|