fix(lang): allow proper localization of comma-delimited lists (#1264)
* fix(lang): allow proper localization of comma-delimited lists * refactor: add string to globals instead, and remove unused strings
This commit is contained in:
@@ -26,6 +26,7 @@ const globalMessages = defineMessages({
|
||||
loading: 'Loading…',
|
||||
settings: 'Settings',
|
||||
usersettings: 'User Settings',
|
||||
delimitedlist: '{a}, {b}',
|
||||
});
|
||||
|
||||
export default globalMessages;
|
||||
|
||||
Reference in New Issue
Block a user