chatgpt-source-watch icon indicating copy to clipboard operation
chatgpt-source-watch copied to clipboard

Script to identify language/translation files + list them + diff them

Open 0xdevalias opened this issue 1 year ago • 1 comments

Currently it's a manual process to identify which of the chunk files are language/translation files, list them in the CHANGELOG, identify the English translation file, extract/parse the JSON within it, then do a sorted/JSON diff to determine what changed (while also minimising the noise of renamed keys/etc)

It would be good to write a script to automate this process.

This is an entry that had language file changes:

  • https://github.com/0xdevalias/chatgpt-source-watch/blob/main/CHANGELOG.md#2024-02-12z-fvfs9jmph-rfaojj6vknb-as-well-as-earlier-missing-changes
    • https://github.com/0xdevalias/chatgpt-source-watch/commit/9c0cd0c9804d3337a5dd862cd32af0f008908a13

See Also

  • https://github.com/0xdevalias/chatgpt-source-watch/issues/3

0xdevalias avatar Feb 22 '24 11:02 0xdevalias