Skip to content

Commit

Permalink
Update Core.php
Browse files Browse the repository at this point in the history
Added some more strings that were used on templates and loop patterns
  • Loading branch information
JohnPixle authored Dec 5, 2023
1 parent abd6144 commit f21b613
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions inc/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,19 @@ public function strings( $strings = array() ) {
// FAQ patterns.
'faq_section_title' => __( 'Frequently Asked Questions', 'raft' ),
'faq_title' => __( 'Just a frequent question', 'raft' ),

// Portfolio patterns.
'portfolio_section_title' => __( 'Explore my work', 'raft' ),
'portfolio_title' => __( 'A portfolio title', 'raft' ),
'portfolio_client' => __( 'Client Name', 'raft' ),

// Loops and other.
'read_more' => __( 'Read more', 'raft' ),
'continue_reading' => __( 'Continue reading', 'raft' ),
'no_posts_found' => __( 'Unfortunately no posts were found', 'raft' ),
'search' => __( 'Search for a keyword...', 'raft' ),
'404' => __( '404', 'raft' ),
'page_not_found' => __( 'Unfortunately the page was not found.', 'raft' ),

// Content Patterns.
'content_title' => __( 'A generic content title', 'raft' ),
Expand Down

0 comments on commit f21b613

Please sign in to comment.