Page 1 of 1

请问 Imagevue X3 有中文语言包吗?

Posted: 28 Jun 2015, 15:52
by jlj588
请问 Imagevue X3 有中文语言包吗? chinese :D :D :D

Re: 请问 Imagevue X3 有中文语言包吗?

Posted: 29 Jun 2015, 07:08
by mjau-mjau
The admin panel in X3 can already be translated to other languages, including Chinese. The frontend only has a handful of "language items" in the first place. You can of course add Chinese text to when creating pages in X3. We will focus more on languages (including Chinese), some time soon ...

Xie Xie

Re: 请问 Imagevue X3 有中文语言包吗?

Posted: 29 Jun 2015, 22:11
by jlj588
In China can not use Google Font services,Whether you can delete Google link?

Disqus is also very slow, can increase the following two API
and
Code
http://open.weibo.com/connect
Above two API Connect in China use very extensive。

谢谢!

Re: 请问 Imagevue X3 有中文语言包吗?

Posted: 30 Jun 2015, 05:47
by mjau-mjau
jlj588 wrote:In China can not use Google Font services,Whether you can delete Google link?
What do you normally use for web fonts in China? You can already set X3 to use device fonts (non-webfonts). For example, in settings you can use:
Code
font: Arial|Georgia
That means it will use Arial for body font and Georgia for headers, all native fonts to the computer. You should be able to set a Chinese font set here.

At this point, it does not remove the google loader, so I may need to add an option for that. You can simply remove it from the template file head.html though, line 69:
Code
{# Google webfonts #}
{% set fontstr = page.style.font|default("Lato:400,700,900,400italic,700italic,900italic")|getfontstring %}
<link rel=stylesheet href="https://fonts.googleapis.com/css?family={{ fontstr }}">
jlj588 wrote:Disqus is also very slow, can increase the following two API
and
Above two API Connect in China use very extensive。
You mean they support comments like Disqus? Ok, I will look into this when we find time after initial launch.

Re: 请问 Imagevue X3 有中文语言包吗?

Posted: 30 Jun 2015, 21:22
by jlj588
OK, thanks!

I look forward to it. :D