Skip to content
Snippets Groups Projects

Update split i18n strings to be more translatable

1 unresolved thread
21 files
+ 73
57
Compare changes
  • Side-by-side
  • Inline
Files
21
@@ -10,9 +10,9 @@ export default {
i18n: {
reply: __('Reply…'),
replyToComment: __('Reply to comment'),
commentError: __('Your comment could not be submitted because %{reason}.'),
commentError: __('Comment could not be submitted: %{reason}.'),
genericError: __(
'Your comment could not be submitted! Please check your network connection and try again.',
'Comment could not be submitted. Please check your network connection and try again.',
),
},
components: {
Loading