[Asterisk-code-review] basic-cfg: asterisk.conf: don't set languages (asterisk[13])
Joshua Colp
asteriskteam at digium.com
Fri May 13 04:54:08 CDT 2016
Joshua Colp has submitted this change and it was merged.
Change subject: basic-cfg: asterisk.conf: don't set languages
......................................................................
basic-cfg: asterisk.conf: don't set languages
* No need to set language in a miniml configuration. 'en' will do just
fine.
* It would be useful to have an example of setting it to a different
language.
* Setting the documentation language explicitly is likewise not
required. Setting it to a different value is not common. At least
until there is a set of translated documentation.
Change-Id: I94d91ea34e129925f25af81ef8dc0906fb568cb7
Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
---
M configs/basic-pbx/asterisk.conf
1 file changed, 1 insertion(+), 2 deletions(-)
Approvals:
Kevin Harwell: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved; Verified
diff --git a/configs/basic-pbx/asterisk.conf b/configs/basic-pbx/asterisk.conf
index 576cc97..2490b56 100644
--- a/configs/basic-pbx/asterisk.conf
+++ b/configs/basic-pbx/asterisk.conf
@@ -22,5 +22,4 @@
;runuser = asterisk ; The user to run as.
;rungroup = asterisk ; The group to run as.
-defaultlanguage = en
-documentation_language = en_US
+;defaultlanguage = es
--
To view, visit https://gerrit.asterisk.org/2825
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I94d91ea34e129925f25af81ef8dc0906fb568cb7
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
More information about the asterisk-code-review
mailing list