add multilingual API

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8991 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2011-09-02 06:46:01 +00:00
parent 5d79f510ce
commit b54f869704
4 changed files with 67 additions and 6 deletions

View file

@ -28,6 +28,7 @@
<action name="getModuleAdminModuleList" type="model" standalone="true" />
<action name="getModuleAdminLangCode" type="model" standalone="true" />
<action name="getModuleAdminLangListByName" type="model" standalone="true" />
<action name="getModuleAdminLangListByValue" type="model" standalone="true" />
<action name="getLangListByLangcodeForAutoComplete" type="model" standalone="true" />
<action name="procModuleAdminInsertCategory" type="controller" standalone="true" ruleset="insertCategory" />