git: 45ef6b4b5db1 - main - bsdinstall/scripts/docsinstall: Add Indonesian Documentation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Jun 2022 11:45:10 UTC
The branch main has been updated by blackend (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=45ef6b4b5db14eaadb1c8c2eda48353c112fd2ae
commit 45ef6b4b5db14eaadb1c8c2eda48353c112fd2ae
Author: Marc Fonvieille <blackend@FreeBSD.org>
AuthorDate: 2022-06-06 11:40:56 +0000
Commit: Marc Fonvieille <blackend@FreeBSD.org>
CommitDate: 2022-06-06 11:44:43 +0000
bsdinstall/scripts/docsinstall: Add Indonesian Documentation
Add Indonesian Documentation to docinstall menu.
Approved by: doceng (implicit) re (gjb, implicit)
MFC after: 1 week
---
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 c24941658a88..998f86ab9517 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="$OSNAME Documentation Installation"
msg_freebsd_installer="$OSNAME 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"