Ikariam kChen Overview

By kchen Last update Feb 18, 2009 — Installed 346,355 times.

Arabic Server

in
Subscribe to Arabic Server 2 posts, 1 voice



hanoveel User

All The table in arabic server (right to left orientation) is wrong not like the previous version.

In the left to right servers (english server) is ok.

 
hanoveel User

I find the problem

in lang.js

you write:

var langtype  = getLangtype();
var language  = setLanguage();

with getlanguage function after getLangtype you must replace the lines and getlanguage is first.

also the getLangtype function must be edited as follow:

function getLangtype() {
    switch (language) {
		case "il" :
		case "ae" :
		case "sa" :
		case "eg" :
			langtype = "rf";
			return "rf";
		default :
			langtype = "lf";
			return "lf";
	}
}

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel