Until #4146 is resolved, we can at least have some type of simple messages to allow us to swap out the messages for empty strings (in lieu of actual translations). Even if this format changes over time as #4146 gets implemented, the important part is having a single location for all the strings, rather than having them strewn throughout the codebase.
We can use something like chrome.i18n for the format for now, and change it later if necessary.
Until #4146 is resolved, we can at least have some type of simple messages to allow us to swap out the messages for empty strings (in lieu of actual translations). Even if this format changes over time as #4146 gets implemented, the important part is having a single location for all the strings, rather than having them strewn throughout the codebase.
We can use something like chrome.i18n for the format for now, and change it later if necessary.