Making WordPress.org


Ignore:
Timestamp:
08/17/2017 10:12:36 PM (8 years ago)
Author:
coreymckrill
Message:

WordCamp: Remove tabs and newlines from internationalized strings

  • Fix the issue for the remaining WordCamp.org strings.
  • Add translator comments for placeholders in the edited strings.
  • Remove some unnecessary HTML from the edited strings.

Fixes #2571
Props SergeyBiryukov

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/views/indesign-badges/page-indesign-badges.php

    r4316 r5819  
    1616<p>
    1717    <?php _e(
    18         "The process for building InDesign badges hasn't been automated yet, so it requires a developer to run a script.
    19          That script will create a CSV file and will download Gravatar images for all attendees.
    20          Once that's done, a designer can take those files into InDesign and use the Data Merge feature to create personalized badges for each attendee.",
     18        "The process for building InDesign badges hasn't been automated yet, so it requires a developer to run a script. That script will create a CSV file and will download Gravatar images for all attendees. Once that's done, a designer can take those files into InDesign and use the Data Merge feature to create personalized badges for each attendee.",
    2119        'wordcamporg'
    2220    ); ?>
     
    2624    <?php printf(
    2725        __(
    28             'Full instructions are <a href="%s">available in the WordCamp Organizer Handbook</a>.
    29             If you\'d prefer an easier way, <a href="%s">the HTML/CSS method</a> is much more automated at this time.',
     26            'Full instructions are <a href="%s">available in the WordCamp Organizer Handbook</a>. If you\'d prefer an easier way, <a href="%s">the HTML/CSS method</a> is much more automated at this time.',
    3027            'wordcamporg'
    3128        ),
     
    3734<p>
    3835    <?php printf(
    39         __( 'if you\'d like to help automate the InDesign process, you can contribute to <a href="%s">Meta ticket #262</a>.', 'wordcamporg' ),
     36        __( 'If you\'d like to help automate the InDesign process, you can contribute to <a href="%s">Meta ticket #262</a>.', 'wordcamporg' ),
    4037        'https://meta.trac.wordpress.org/ticket/262'
    4138    ); ?>
Note: See TracChangeset for help on using the changeset viewer.