소스 검색
Add SPDX-License-Identifier to extract-translation-templates.sh
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4143/head
Suguru Hirahara
1 년 전
No known key found for this signature in database
GPG 키 ID: E4F9743DAB4B7B75
1개의 변경된 파일과
2개의 추가작업 그리고
0개의 파일을 삭제
-
i18n/bin/extract-translation-templates.sh
|
|
|
@@ -1,6 +1,8 @@ |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev <slavi@devture.com> |
|
|
|
# |
|
|
|
# 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. |
|
|
|
|