Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit f1a20b2

Browse files
author
Diego Lorenzo
committed
Adding missing terms to POT file and wrapping terms in t().
1 parent aff0c2d commit f1a20b2

File tree

2 files changed

+30
-6
lines changed

2 files changed

+30
-6
lines changed

lib/themes/dosomething/paraneue_dosomething/includes/helpers.inc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -352,12 +352,12 @@ function paraneue_dosomething_get_themed_placeholder_reportbacks($count = 6) {
352352
$placeholder_urls = dosomething_campaign_get_default_gallery_image_urls();
353353
$placeholders = array();
354354
$placeholder_captions = array(
355-
'DoSomething? Just did.',
356-
'Doing good never looked so good.',
357-
'Don’t let the smile fool you. I crushed it.',
358-
'Making the world suck less, one photo at a time.',
359-
'Pics or it didn’t happen? Oh, it happened.',
360-
'I get action. Social action.',
355+
t('DoSomething? Just did.'),
356+
t('Doing good never looked so good.'),
357+
t('Don’t let the smile fool you. I crushed it.'),
358+
t('Making the world suck less, one photo at a time.'),
359+
t('Pics or it didn’t happen? Oh, it happened.'),
360+
t('I get action. Social action.'),
361361
);
362362

363363
// If no placeholders added to site, let's fallback to locally stored ones.

pots/paraneue_dosomething.pot

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,30 @@ msgstr ""
511511
msgid "Stay Tuned"
512512
msgstr ""
513513

514+
#: includes/helpers.inc:355
515+
msgid "DoSomething? Just did."
516+
msgstr ""
517+
518+
#: includes/helpers.inc:356
519+
msgid "Doing good never looked so good."
520+
msgstr ""
521+
522+
#: includes/helpers.inc:357
523+
msgid "Don’t let the smile fool you. I crushed it."
524+
msgstr ""
525+
526+
#: includes/helpers.inc:358
527+
msgid "Making the world suck less, one photo at a time."
528+
msgstr ""
529+
530+
#: includes/helpers.inc:359
531+
msgid "Pics or it didn’t happen? Oh, it happened."
532+
msgstr ""
533+
534+
#: includes/helpers.inc:360
535+
msgid "I get action. Social action."
536+
msgstr ""
537+
514538
#: includes/preprocess.inc:129
515539
msgid "Edit Profile"
516540
msgstr ""

0 commit comments

Comments
 (0)