Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Craig100 1136 posts 2523 karma points c-trib
    Mar 17, 2015 @ 18:54
    Craig100
    0

    V7 Grid translation xml import - missing

    Umb 7.2.2

    en-US site built and replicated x 15 languages. Translation tasks sent off and returned. Uploaded 1st language XML files. All ok except anything in a Grid Layout won't "go in". See below for difference between outgoing and incoming XML:-

    Outgoing (sent to translator)

    {
              "name": "Full width section",
              "areas": [
                {
                  "grid": 12,
                  "allowAll": true,
                  "config": {
                    "class": "grid-container"
                  },
                  "styles": {},
                  "controls": [
                    {
                      "value": "<p>TEXT IN ENGLISH ALL OK</p>",
                      "editor": {
                        "name": "Rich text editor",
                        "alias": "rte",
                        "view": "rte",
                        "icon": "icon-article"
                      }
                    }
                  ]
                }
              ],
              "styles": {},
              "config": {
                "class": "grey-section"
              },
              "id": "48b21614-0898-4763-c0e7-20e5f578529c"
            }

    Incoming (from translator)

    {
              &quot;name&quot;: &quot;Full width section&quot;,
              &quot;areas&quot;: [
                {
                  &quot;grid&quot;: 12,
                  &quot;allowAll&quot;: true,
                  &quot;config&quot;: {
                    &quot;class&quot;: &quot;grid-container&quot;
                  },
                  &quot;styles&quot;: {},
                  &quot;controls&quot;: [
                    {
                      "value": "<p>GERMAN TEXT ALL OK</p>",
                      &quot;editor&quot;: {
                        &quot;name&quot;: &quot;Rich text editor&quot;,
                        &quot;alias&quot;: &quot;rte&quot;,
                        &quot;view&quot;: &quot;rte&quot;,
                        &quot;icon&quot;: &quot;icon-article&quot;
                      }
                    }
                  ]
                }
              ],
              &quot;styles&quot;: {},
              &quot;config&quot;: {
                &quot;class&quot;: &quot;grey-section&quot;
              },
              &quot;id&quot;: &quot;48b21614-0898-4763-c0e7-20e5f578529c&quot;
            }

    My question is, is the file we got back from the translators what it needs to be to upload correctly or not? It's obviously been HTML encoded.

    Any advice appreciated. It's a bit of an urgent issue, if anyone could respond I'd really appreciate it.

    Thanks,

    Craig

  • Craig100 1136 posts 2523 karma points c-trib
    Mar 18, 2015 @ 13:01
    Craig100
    0

    It was the translation tooling at fault here. Certainly one to watch and have your translators aware of if you're in a hurry :( Once the encoding was set up, it was ok.

    Craig

Please Sign in or register to post replies

Write your reply to:

Draft