Multi language Json files

Hi, I have a json file for the first time and I thought I have understood the system, but now I have several languages in the file. My translation goes from EN to FR. How do I tell Trados to choose the "en" text as source and add it as "fr" after translation?

{
  "calendarEventTranslations": [
    {
      "key": "title",
      "en": "Title",
      "de": "Titel",
      "pl": "Tytuł",
      "it": "Titolo",
      "nl": "Titel"
    },
    {
      "key": "descriptionTitle",
      "en": "Please fill out this field",
      "de": "Bitte füllen Sie dieses Feld aus",
      "pl": "Wypełnij to pole",
      "it": "Compilare questo campo",
      "nl": "Svp dit veld invullen"
    }
  ],
  "imageTranslations": [

    {
      "key": "errorNoData",
      "en": "There is no data or configuration loaded",
      "de": "Es sind keine Daten oder Konfigurationen geladen",
      "pl": "Nie załadowano danych lub konfiguracji",
      "it": "Non sono caricati né dati, né configurazioni",
      "nl": "Er zijn geen data of configuraties geladen"
    },
    {
      "key": "addImageTxt",
      "en": "Click to add Image",
      "de": "Klicken Sie, um ein Bild hinzuzufügen",
      "pl": "Kliknij, ny dodać grafikę",
      "it": "Fare clic per aggiungere un immagine",
      "nl": "Aanklikken om een afbeelding toe te voegen"
    }
  ]
}

Thnx in advance...

Burim

Parents Reply
  • Yes, I have a lot of them, some in Unicode, some not. I always thought you would alreadysee in the Studio Editor if it was ANSI, that's why I didn't notice from the beginning.

    I downloaded the app you suggested, thx a lot, this should help. But somehow it doesn't work with my files. It is strange, that changing the coding didn't even work directly in Notepad++. After changing and saving, it is ANSI again. Only when I open it in the MS editor and save as "Unicode" it converts and shows in Notepad++.

    In FEC nothing changes after processing. (The 3 other files have already been Unicode).

    Screenshot of FEC - File Encoding Converter application showing a list of files with their respective directory, size, file type, modified date, encoding name, and byte order mark status. One file is in ANSI encoding, and the others are in Unicode (UTF-8) without BOM.

    emoji


    Generated Image Alt-Text
    [edited by: Trados AI at 5:15 AM (GMT 0) on 29 Feb 2024]
Children