mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Twenty Twenty-Four: Add missing translation functions to text strings.
This changeset updates some text labels in `footer.php` to make them translatable. Props wildworks, sabernhardt, poena, onemaggie, luminuu, mukesh27. Fixes #60298. git-svn-id: https://develop.svn.wordpress.org/trunk@57588 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -45,9 +45,9 @@
|
||||
|
||||
<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","ariaLabel":"<?php esc_attr_e( 'About', 'twentytwentyfour' ); ?>"} -->
|
||||
|
||||
<!-- wp:navigation-link {"label":"Team","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"History","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"Careers","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Team', 'twentytwentyfour' ); ?>","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'History', 'twentytwentyfour' ); ?>","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Careers', 'twentytwentyfour' ); ?>","url":"#"} /-->
|
||||
|
||||
<!-- /wp:navigation -->
|
||||
|
||||
@@ -68,9 +68,9 @@
|
||||
|
||||
<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","ariaLabel":"<?php esc_attr_e( 'Privacy', 'twentytwentyfour' ); ?>"} -->
|
||||
|
||||
<!-- wp:navigation-link {"label":"Privacy Policy","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"Terms and Conditions","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"Contact Us","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Privacy Policy', 'twentytwentyfour' ); ?>","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Terms and Conditions', 'twentytwentyfour' ); ?>","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Contact Us', 'twentytwentyfour' ); ?>","url":"#"} /-->
|
||||
|
||||
<!-- /wp:navigation -->
|
||||
|
||||
@@ -90,9 +90,9 @@
|
||||
|
||||
<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","ariaLabel":"<?php esc_attr_e( 'Social Media', 'twentytwentyfour' ); ?>"} -->
|
||||
|
||||
<!-- wp:navigation-link {"label":"Facebook","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"Instagram","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"Twitter/X","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Facebook', 'twentytwentyfour' ); ?>","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Instagram', 'twentytwentyfour' ); ?>","url":"#"} /-->
|
||||
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Twitter/X', 'twentytwentyfour' ); ?>","url":"#"} /-->
|
||||
|
||||
<!-- /wp:navigation -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user