ar.javascript.info icon indicating copy to clipboard operation
ar.javascript.info copied to clipboard

Arabic formatting

Open iliakan opened this issue 5 years ago • 1 comments

Hi guys @javascript-tutorial/translate-ar,

I found a bunch of errors in formatting, so here's a small note.

  1. The quote type matters: a backtick ` should remain backtick `. If there are multiple backticks, please keep exactly the same number.
  2. In header=... and src=... - please, no spaces around = (src = "..." is wrong, src="..." is ok)
  3. Please, use https://github.com/javascript-tutorial/server to preview your translation.

I fixed some obvious problems, but there must be more, only preview can help to make sure it's ok.

iliakan avatar Jul 31 '20 10:07 iliakan

I'm not familiar with the template system to contribute, but there is a need for a quick fix to CSS direction at body level for the Arabic interface into RTL. body {direction:RTL;}

jadmadi avatar Jan 04 '21 21:01 jadmadi