I’m building my first instance of Pontoon so I pass through all the troubleshouting so I apologize for the noise.
I created a dummy project in my github that has 2 folders, “en” and “fr” with 1 single .json file in it. (locale.json).
The first file (en/locale.json) embed the key values pairs and the other one nothing (as i want to do the translation in pontoon).
I installed the repository in my pntoon instance as followed:
When I synchronise the project, only one file is updated (en/locale.json) and in both languages.
I was thinking to find a first file: “en/locale.json” in read-only mode in the english locale and “fr/locale.json” to be translated in french locale. Did I misunderstood how pontoon work or is there something wong with my parameters ?