Tracking messages files and messages ids with local development and github use #2806
Unanswered
MarcoDeSenas
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I always wanted to come up with a standardized JSON format for message files (among other files) but it never took off. @codefori/core any thoughts? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering what would be the more efficient way to track messages files and messages ids when doing local developement and tracking with github.
Is there something existing (that I did not find yet) or is this a candidate for action development?
For example, I would like to create a .msgf file in my local workspace, then insert, in an organized way, all my message ids. Then I would deploy this file, and use an action to read the stream file and populate the message file.
Is there something already available?
Beta Was this translation helpful? Give feedback.
All reactions