mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Comment out the languages not in use until they are needed.
This commit is contained in:
@@ -1513,4 +1513,4 @@ if(!function_exists('find_php_by_extension')) {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -51,17 +51,17 @@
|
||||
</section>
|
||||
|
||||
<!-- mod_dingaling is reliant on the vcard data in the "directory" section. -->
|
||||
<!-- mod_sofia is reliant on the user data for authorization -->
|
||||
<!-- mod_sofia is reliant on the user data for authorization -->
|
||||
<section name="directory" description="User Directory">
|
||||
<X-PRE-PROCESS cmd="include" data="directory/*.xml"/>
|
||||
</section>
|
||||
|
||||
<!-- languages section (under development still) -->
|
||||
<!-- languages section -->
|
||||
<section name="languages" description="Language Management">
|
||||
<X-PRE-PROCESS cmd="include" data="lang/de/*.xml"/>
|
||||
<!--<X-PRE-PROCESS cmd="include" data="lang/de/*.xml"/>-->
|
||||
<X-PRE-PROCESS cmd="include" data="lang/en/*.xml"/>
|
||||
<X-PRE-PROCESS cmd="include" data="lang/fr/*.xml"/>
|
||||
<X-PRE-PROCESS cmd="include" data="lang/ru/*.xml"/>
|
||||
<X-PRE-PROCESS cmd="include" data="lang/he/*.xml"/>
|
||||
<!--<X-PRE-PROCESS cmd="include" data="lang/fr/*.xml"/>-->
|
||||
<!--<X-PRE-PROCESS cmd="include" data="lang/ru/*.xml"/>-->
|
||||
<!--<X-PRE-PROCESS cmd="include" data="lang/he/*.xml"/>-->
|
||||
</section>
|
||||
</document>
|
||||
|
||||
Reference in New Issue
Block a user