Wyliodrin / WyliodrinSTUDIO

Wyliodrin STUDIO is a Chrome based IDE for software and hardware development in IoT and Embedded Linux
https://studio.wyliodrin.com
Other
91 stars 46 forks source link

Verify translation messages id #65

Closed alexandruradovici closed 7 years ago

alexandruradovici commented 7 years ago

Description

Translations are json files containing an ID for every text. The English file is the reference, but other language files might not have all the IDs. This is not visible for the user, as the English text will be displayed if the ID is not in the specified language file.

A javascript script that would verify that all IDs from the English file are present in the other files would increase translation fullness.

andadrn commented 7 years ago

I will do this.

alexandruradovici commented 7 years ago

Anda, any news here with the new pull request?

andadrn commented 7 years ago

Hi, sorry for the late reply. I'm working on it.