Announcement

Collapse
No announcement yet.

Arabic language and RTL design

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Arabic language and RTL design

    Hi, Do you have Arabic language support? How do I adjust Arabic design?

  • #2
    Hi,

    You can switch to RTL theme in Administration > User Interface > Theme or in Preferences > Theme.

    Arabic language is not available yet. It's being translated by the community: https://poeditor.com/projects/po_edi...age=7&id=58283

    Comment


    • #3
      Originally posted by yurikuzn View Post
      Hi,

      You can switch to RTL theme in Administration > User Interface > Theme or in Preferences > Theme.

      Arabic language is not available yet. It's being translated by the community: https://poeditor.com/projects/po_edi...age=7&id=58283
      Thank you I took a look. I downloaded the Json file. But in the original espocrm json language files the design looks like this;
      Code:
      "presetFilters": {
         "planned": "Planned",
         "held": "Held",
         "todays": "Today's"
      }
      But the file I downloaded is this way;
      Code:
      "Lead.presetFilters": {
         "planned": "Planned",
         "held": "Held",
         "todays": "Today's"
      }
      Is this a problem? Will the language work? Will it support this?

      Comment


      • #4
        It's supposed to be built: https://github.com/espocrm/espocrm/#...-a-translation

        Comment


        • #5
          Oh, Thanks yuri

          Comment

          Working...
          X