Hi,all
I'm trying to set my galaxy into Chinese recently.
I found "zh" is supported under the galaxy directory of "locale", it looks like this:
├── en
│ └── LC_MESSAGES
│ ├── ginga.mo
│ ├── ginga.po
│ ├── tools.mo
│ └── tools.po
├── ginga.pot
├── ja
│ └── LC_MESSAGES
│ ├── ginga.mo
│ ├── ginga.po
│ ├── tools.mo
│ └── tools.po
├── tools.pot
└── zh
└── LC_MESSAGES
├── ginga.mo
├── ginga.po
├── tools.mo
└── tools.po
so I stopped the running galaxy service on the localhost and tried:
# export LANG="zh_CN.UTF-8"
# run.sh
But the webpage is still English. And I can find only a little documents about setting galaxy language.
Does anyone know how to display galaxy in Chinese now? Are there any documents ?
Thank you.
steven