git: 3a0fcdb37dff - stable/13 - bsdinstall/scripts/docsinstall: Add Indonesian Documentation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 14:32:22 UTC
The branch stable/13 has been updated by blackend (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=3a0fcdb37dffcd28c21c846d6165f6c382d9aac3
commit 3a0fcdb37dffcd28c21c846d6165f6c382d9aac3
Author: Marc Fonvieille <blackend@FreeBSD.org>
AuthorDate: 2022-06-06 11:40:56 +0000
Commit: Marc Fonvieille <blackend@FreeBSD.org>
CommitDate: 2022-06-17 14:31:01 +0000
bsdinstall/scripts/docsinstall: Add Indonesian Documentation
Add Indonesian Documentation to docinstall menu.
Approved by: doceng (implicit) re (gjb, implicit)
MFC after: 1 week
(cherry picked from commit 45ef6b4b5db14eaadb1c8c2eda48353c112fd2ae)
---
usr.sbin/bsdinstall/scripts/docsinstall | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/usr.sbin/bsdinstall/scripts/docsinstall b/usr.sbin/bsdinstall/scripts/docsinstall
index cb1f1e1858ad..ee74ec063151 100755
--- a/usr.sbin/bsdinstall/scripts/docsinstall
+++ b/usr.sbin/bsdinstall/scripts/docsinstall
@@ -42,7 +42,7 @@ f_include $BSDCFG_SHARE/packages/packages.subr
# List of languages to display (descriptions pulled from $msg_{lang}doc_desc)
#
: ${DOCSINSTALL_LANGS:=\
- bn da de el en es fr hu it ja ko mn nl pl pt ru tr zh_cn zh_tw \
+ bn da de el en es fr hu id it ja ko mn nl pl pt ru tr zh_cn zh_tw \
}
############################################################ GLOBALS
@@ -63,6 +63,7 @@ msg_frdoc_desc="French Documentation"
msg_freebsd_documentation_installation="FreeBSD Documentation Installation"
msg_freebsd_installer="FreeBSD Installer"
msg_hudoc_desc="Hungarian Documentation"
+msg_iddoc_desc="Indonesian Documentation"
msg_itdoc_desc="Italian Documentation"
msg_jadoc_desc="Japanese Documentation"
msg_kodoc_desc="Korean Documentation"