Code Monkey home page Code Monkey logo

Comments (4)

Atcold avatar Atcold commented on May 17, 2024

@ebetica, I think we should create a separate template for Arabic.
Do you think we can automate what @Ahmed-5 is suggesting?

from nyu-dlsp20.

mapmeld avatar mapmeld commented on May 17, 2024

Following up here after our discussion on #516
It sounds like there are two places where people read the book in Arabic - Markdown on GitHub, and the web UI (correct me if I'm missing other methods this is published)

In my experience on GitHub, you need to wrap sections of Markdown in <div dir="rtl"> ... </div> or <div dir="auto"> ... </div>, sometimes on a paragraph-by-paragraph basis, especially because some inline math will be left-to-right. If people typically aren't browsing the book on GItHub, I would advise not to do this, or only doing this on the intro / landing page.

For the web interface, I think it can be updated with a minimal amount of CSS, and then some careful review to see what sections need extra attention. This is where I got with just a few changes:

Screen Shot 2020-09-11 at 1 08 51 AM

from nyu-dlsp20.

Atcold avatar Atcold commented on May 17, 2024

@mapmeld, thanks for your input.
The only Markdown file the user is supposed to access is README-ar.md for getting started with the repo.
Otherwise, the entire course is supposed to be accessed through rendered HTML. The MD files are "source files" to generate the HTML.
Let's see if @ebetica has an idea about how this could be implemented.

from nyu-dlsp20.

ebetica avatar ebetica commented on May 17, 2024

Check out #547 - this ignores the fact that math might want to be left-to-right, and some tables have to be manually changed. I'm not familiar enough with Arabic to understand which maths may need this, etc. Maybe as we get more examples of translations, we can play with formatting better. For example, maybe all display mode math should rendered in L2R mode?

Is there another consideration, where we must reverse the behavior of the arrows as well? If you have examples of well translated English and Arabic parallel text + layouts, that would be immensely helpful.

from nyu-dlsp20.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.