Is your feature request related to a problem?
Right now, all English-only strings are inlined into the bot code itself. This makes string reuse impossible, makes finding issues harder, and is generally harder to maintain.
Describe the feature you'd like
Instead of inlining English-only strings in the code, create a separate JSON file which is excluded from Crowdin translations and always merged in when using the string methods.
Screenshot(s)
No response
Notes
I did similar with the submission bot in Faithful-Resource-Pack/CompliBot-Submissions@4863ec4, useful to look into
Is your feature request related to a problem?
Right now, all English-only strings are inlined into the bot code itself. This makes string reuse impossible, makes finding issues harder, and is generally harder to maintain.
Describe the feature you'd like
Instead of inlining English-only strings in the code, create a separate JSON file which is excluded from Crowdin translations and always merged in when using the string methods.
Screenshot(s)
No response
Notes
I did similar with the submission bot in Faithful-Resource-Pack/CompliBot-Submissions@4863ec4, useful to look into