[Asterisk-code-review] basic-cfg: asterisk.conf: don't set languages (asterisk[13])

Mark Michelson asteriskteam at digium.com
Thu May 12 16:53:00 CDT 2016


Mark Michelson has uploaded a new change for review.

  https://gerrit.asterisk.org/2825

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(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/25/2825/1

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: newchange
Gerrit-Change-Id: I94d91ea34e129925f25af81ef8dc0906fb568cb7
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Tzafrir Cohen <tzafrir.cohen at xorcom.com>



More information about the asterisk-code-review mailing list