jstanden / cerb

Cerb is a fully customizable, web-based platform for enterprise communication and process automation. Create high volume shared inboxes. Integrate with any API-based service and automate nearly any repetitive digital workflow using the specialized KATA language and browser-based coding tools. Production: https://github.com/cerb/cerb-release/
https://cerb.ai/
Other
81 stars 38 forks source link

[Custom Fields] field- names doesn't pass through the translation system #1014

Open beatbesmer opened 5 years ago

jstanden commented 5 years ago

This would require a similar solution to #1015 and #1016 .

The built-in fields would refer to a string ID. Custom fields could refer to an arbitrary string ID; or one that's procedurally generated based on the ID. In the latter case, we could generate those defaults from record data when we cache the string IDs.

We'd also want to filter those arbitrary string IDs out when we share exported translation packs.