From 975692c84d398225eea66e413d6788e82f1480f4 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 5 Mar 2025 00:26:22 +0900 Subject: [PATCH] Add SPDX-License-Identifier to extract-translation-templates.sh Signed-off-by: Suguru Hirahara --- i18n/bin/extract-translation-templates.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i18n/bin/extract-translation-templates.sh b/i18n/bin/extract-translation-templates.sh index 3cbaeec8f..f023ea28c 100755 --- a/i18n/bin/extract-translation-templates.sh +++ b/i18n/bin/extract-translation-templates.sh @@ -1,6 +1,8 @@ #!/bin/bash # SPDX-FileCopyrightText: 2024 Slavi Pantaleev +# +# SPDX-License-Identifier: AGPL-3.0-or-later # This script extracts translation templates (original English strings) into the `translation-templates/` directory. # These templates are later used to generate locale files for each language in the `locales/` directory.