OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

This topic contains 1 reply, has 2 voices, and was last updated by  ishakuta 9 years, 7 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #26268

    hirokazu_n
    Participant

    Hi,

    I tried to download latest language data via “Language settings”, but French and Japanese are failed (German is OK).
    So I investigated why this error happened. The answer is “OroCRMMagentoContactUsBundle/translations/messages.ja_JP.yml” and “OroCRMMagentoContactUsBundle/translations/messages.fr_FR.yml” have wrong YAML expression “* Required Fields:”.

    \Symfony\Component\Yaml\Inline::evaluateScalar has this code.

    This code search where “*” character is in $scalar and if it is found first position, it’s removed.
    So I think, the right way is,

      remove “*” from this keyword.
      change this keyword.

    Thanks,

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #26269

    ishakuta
    Participant

    Hi,
    thank you for reporting an issue, it came with recent symfony component update and now, as you describe, * sign used for referencing (according to YAML standard).
    We’ll fix this issue in next release and nightly builds.

Viewing 1 replies (of 1 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top