Merge pull request #1050 from senk/fix-docs

Fix filepath to app.conf
This commit is contained in:
Daniel Jiang 2016-11-10 16:07:12 +08:00 committed by GitHub
commit 2d348cca6a

View File

@ -45,7 +45,7 @@
5. Add the new language to the `app.conf` file. 5. Add the new language to the `app.conf` file.
In the file `make/config/ui/app.conf`, append a new item to the configuration section. In the file `make/common/templates/ui/app.conf`, append a new item to the configuration section.
``` ```
[lang] [lang]
types = en-US|zh-CN|<language>-<locale> types = en-US|zh-CN|<language>-<locale>