fixing the missing i18n elements for daxim++
Stevan Little [Thu, 15 Apr 2010 17:10:39 +0000 (13:10 -0400)]
lib/Moose/Website/I18N/po/en.po
lib/Moose/Website/Resource/Templates/presentations.tt

index c2b9419..fafc50c 100644 (file)
@@ -147,6 +147,12 @@ msgid "presentations body"
 msgstr "<p>Moose users give presentations at conferences and local Perl Mongers group meetings.</p>"
 "<p>If you know of a presentation that you think should be included, <a href='support.html'>let us know via <acronym title='Internet relay chat'>IRC</acronym> or the mailing list</a> and we will add it here.</p>"
 
+msgid "presentations video label"
+msgstr "video"
+
+msgid "presentations podcast label"
+msgstr "podcast"
+
 # footer
 
 msgid "footer copyright"
index 703bc83..8d1b257 100644 (file)
@@ -9,8 +9,8 @@
                 [% FOREACH presentation IN item.presentations %]
                     <li class="presentation">
                         <a href="[% presentation.url %]">[% presentation.title.$locale %]</a>
-                        [% IF presentation.video   %] (<a href="[% presentation.video %]">video</a>)[% END %]
-                        [% IF presentation.podcast %] (<a href="[% presentation.podcast %]">podcast</a>)[% END %]
+                        [% IF presentation.video   %] (<a href="[% presentation.video %]">[% loc('presentations video label') %]</a>)[% END %]
+                        [% IF presentation.podcast %] (<a href="[% presentation.podcast %]">[% loc('presentations podcast label') %]</a>)[% END %]
                     </li>
                 [% END %]
             </ul>