Remove extraneous lines

This commit is contained in:
7cc5c4f330d47060 2024-11-20 01:37:03 -05:00
parent 07a1c0754c
commit b4fa907a3a
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -123,14 +123,5 @@ export default {
'command.disabled.local': 'This command has been disabled on this server.',
'command.disabled.console': 'This command cannot be run from the console.',
'command.disabled.nonConsole': 'This command must be run from the console.',
'feature.deprecated': '%s will be removed in the future.',
'feature.deprecated.replace': '%s will be replaced with %s in the future.',
'feature.deprecated.merge': '%s will be merged with %s in the future.',
'feature.removed': '%s has been removed.',
'feature.removed.replace': '%s has been replaced with %s.',
'feature.removed.merge': '%s has been merged with %s.',
'feature.removed.plural': '%s have been removed.',
'feature.removed.replace.plural': '%s have been replaced with %s.',
'feature.removed.merge.plural': '%s have been merged with %s.',
copyText: 'Click to copy this item to your clipboard'
}