diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/scripts/update_translations.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/scripts/update_translations.sh b/tools/scripts/update_translations.sh index dd7adf6..577bf20 100755 --- a/tools/scripts/update_translations.sh +++ b/tools/scripts/update_translations.sh @@ -1,4 +1,22 @@ #!/bin/sh +# +# update_translations.sh +# +# part of pfSense (https://www.pfsense.org) +# Copyright (c) 2017 Rubicon Communications, LLC (Netgate) +# All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. ldir=src/usr/local/share/locale : ${MSGFMT=$(which msgfmt)} |