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:
TheCatLady
2021-03-22 21:03:02 -04:00
committed by GitHub
parent f5f8269cd2
commit 173408a1f2
6 changed files with 30 additions and 38 deletions

View File

@@ -26,6 +26,7 @@ const globalMessages = defineMessages({
loading: 'Loading…',
settings: 'Settings',
usersettings: 'User Settings',
delimitedlist: '{a}, {b}',
});
export default globalMessages;