Add debian-reference-sv package

Signed-off-by: Osamu Aoki <osamu@debian.org>
This commit is contained in:
Osamu Aoki 2026-01-03 00:32:40 +09:00
parent 1124584be9
commit 8767ab7e3b
5 changed files with 25 additions and 9 deletions

View file

@ -17,23 +17,23 @@ MANUAL := debian-reference
STRATEGY := stable
# When OK situation, uncomment to set as above
# languages translated with PO files (Below are as of 2025-12-24)
# languages translated with PO files (Below are as of 2026-01-02)
# ja 100 % -- COMPLETED translation (must be more than 40%)
# fr 99 % -- COMPLETED translation (must be more than 40%)
# it 99 % -- COMPLETED translation (must be more than 40%)
# es 99 % -- COMPLETED translation (must be more than 40%)
# zh-cn 99 % -- COMPLETED translation (must be more than 40%)
# id 99 % -- COMPLETED translation (must be more than 40%)
# de 100 % -- COMPLETED translation (must be more than 40%)
# de 99 % -- COMPLETED translation (must be more than 40%)
# pt-br 79 % -- COMPLETED translation (must be more than 40%)
# pt 99 % -- COMPLETED translation (must be more than 40%)
# zh-tw 74 % -- COMPLETED translation (must be more than 40%)
# sv 99 % -- COMPLETED translation (must be more than 40%)
# ro 25 % -- COMPLETED translation (must be more than 40%)
# sv 11 % -- COMPLETED translation (must be more than 40%)
# nb 6 % -- COMPLETED translation (must be more than 40%)
LANGPO := ja fr it es zh-cn id de pt-br pt zh-tw ro sv nb
LANGPO_PREP := ja fr it es zh-cn id de pt-br pt zh-tw
LANGPO := ja fr it es zh-cn id de pt-br pt zh-tw sv ro nb
LANGPO_PREP := ja fr it es zh-cn id de pt-br pt zh-tw sv
# ko fi are less than 10 strings -- skipped even for make
#LANGPO := ja fr it es zh-cn id de pt-br pt zh-tw nb sv ko fi
# languages to skip generation of PDF files (not used now)

View file

@ -17,6 +17,8 @@ echolang () {
"pl") echo "<dt><b>Polish</b></dt>";;
"pt") echo "<dt><b>Portuguese (Portugal)</b></dt>";;
"pt-br") echo "<dt><b>Portuguese (Brazil)</b></dt>";;
"ro") echo "<dt><b>Romanian</b></dt>";;
"sv") echo "<dt><b>Swedish</b></dt>";;
"zh-tw") echo "<dt><b>Chinese (Traditional)</b></dt>";;
"zh-cn") echo "<dt><b>Chinese (Simplified)</b></dt>";;
"ja") echo "<dt><b>Japanese</b></dt>";;

12
debian/control vendored
View file

@ -206,3 +206,15 @@ Description: Debian system administration guide, Spanish translation
administration through shell-command examples for non-developers.
.
The Spanish translation.
Package: debian-reference-sv
Architecture: all
Pre-Depends: debian-reference-common (>= 2.127)
Depends: ${misc:Depends}
Suggests: debian-reference-en, doc-base
Description: Debian system administration guide, Swedish translation
This Debian Reference is intended to provide a broad overview of the Debian
system as a post-installation user's guide. It covers many aspects of system
administration through shell-command examples for non-developers.
.
The Swedish translation.

6
debian/rules vendored
View file

@ -16,8 +16,8 @@
# (This should be updated with the maintainer approval)
#
MANUAL := debian-reference
LANGALL := en ja fr id it pt de zh-cn zh-tw es pt-br
LANGPO := ja fr id it pt de zh-cn zh-tw es pt-br
LANGALL := en ja fr id it pt de zh-cn zh-tw es pt-br sv
LANGPO := ja fr id it pt de zh-cn zh-tw es pt-br sv
# languages to skip generation of PDF files (not used now)
#NOPDF := zh-cn zh-tw
NOPDF :=
@ -48,6 +48,8 @@ override_dh_auto_build:
pl) LANGX="Polish" ;; \
pt) LANGX="Portuguese (Portugal)" ;; \
pt-br) LANGX="Portuguese (Brazil)" ;; \
ro) LANGX="Romanian" ;; \
sv) LANGX="Swedish" ;; \
zh-tw) LANGX="Chinese (Traditional)" ;; \
zh-cn) LANGX="Chinese (Simplified)" ;; \
*) LANGX="$$x" ;; \

View file

@ -6,8 +6,8 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Debian 2.128\n"
"POT-Creation-Date: 2026-01-02 14:37+0000\n"
"Project-Id-Version: Debian 2.129\n"
"POT-Creation-Date: 2026-01-02 15:21+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"