Skip to content

Commit

Permalink
Make quote partial prefix/suffix translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrakern committed Nov 28, 2024
1 parent 7b2328c commit 12ee20c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions includes/functions/_setup-theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -2020,6 +2020,10 @@ function fictioneer_get_js_translations() {
'oauthAccountAlreadyLinked' => __( 'Account already linked to another profile.', 'fictioneer' ),
'oauthNew' => __( 'Your account has been successfully linked. <strong>Hint:</strong> You can change your display name in your profile and link additional accounts.', 'fictioneer' ),
'oauthAccountLinked' => __( 'Account has been successfully linked.', 'fictioneer' )
),
'partial' => array(
'quoteFragmentPrefix' => _x( '[…] ', 'Prefix for partial quotes', 'fictioneer' ),
'quoteFragmentSuffix' => _x( ' […]', 'Suffix for partial quotes', 'fictioneer' )
)
);
}
Expand Down
Loading

0 comments on commit 12ee20c

Please sign in to comment.