Arabic language and RTL design

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dangerdodis
    Junior Member
    • May 2018
    • 26

    Arabic language and RTL design

    Hi, Do you have Arabic language support? How do I adjust Arabic design?
  • yuri
    Member
    • Mar 2014
    • 8455

    #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
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • dangerdodis
      Junior Member
      • May 2018
      • 26

      #3
      Originally posted by yurikuzn
      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

      • yuri
        Member
        • Mar 2014
        • 8455

        #4
        It's supposed to be built: https://github.com/espocrm/espocrm/#...-a-translation
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • dangerdodis
          Junior Member
          • May 2018
          • 26

          #5
          Oh, Thanks yuri

          Comment

          Working...