jongpie / NebulaLogger

The most robust observability solution for Salesforce experts. Built 100% natively on the platform, and designed to work seamlessly with Apex, Lightning Components, Flow, Process Builder & integrations.
https://nebulalogger.com
MIT License
693 stars 165 forks source link

Add better support for language translations #289

Closed jongpie closed 1 year ago

jongpie commented 2 years ago

Currently, there are several spots in the codebase where text has been hardcoded - this makes it harder to maintain, and also makes it impossible to translate some text into other languages. These various hardcoded strings should be put into custom labels instead:

Eventually, it'd be great to include some translations as part of the unlocked package (if volunteers are willing to help translate), after all text has been implemented with custom labels (and/or other options) so that the text can be translated.

jongpie commented 1 year ago

I'm closing this for now - over the years, no one has ever actually asked me for this, so it seems like a very low priority issue. If/when others specifically request this, I'm happy to revisit this idea.