Skip to content
Snippets Groups Projects

Update split i18n strings to be more translatable

1 unresolved thread
20 files
+ 56
52
Compare changes
  • Side-by-side
  • Inline
Files
20
@@ -10,7 +10,7 @@ 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.',
),
Loading