<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>CKAN: Ticket #2264: Do an audit of string translations in CKAN core and ckanext-ecportal</title>
    <link>http://localhost/ticket/2264</link>
    <description>&lt;p&gt;
Check to see that all the strings are getting translated, i.e. that all user-visible strings are being passed to gettext. Fix any strings that are not getting translated.
&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>CKAN</title>
      <url>http://assets.okfn.org/p/ckan/img/ckan_logo_shortname.png</url>
      <link>http://localhost/ticket/2264</link>
    </image>
    <generator>Trac 0.12.3</generator>
    <item>
      
        <dc:creator>seanh</dc:creator>

      <pubDate>Mon, 02 Apr 2012 13:58:37 GMT</pubDate>
      <title>milestone changed</title>
      <link>http://localhost/ticket/2264#comment:1</link>
      <guid isPermaLink="false">http://localhost/ticket/2264#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
                changed from &lt;em&gt;ckan-sprint-2012-04-02&lt;/em&gt; to &lt;em&gt;current-ckan-sprint-2012-04-16&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>seanh</dc:creator>

      <pubDate>Mon, 02 Apr 2012 14:00:01 GMT</pubDate>
      <title>description changed; keywords set</title>
      <link>http://localhost/ticket/2264#comment:2</link>
      <guid isPermaLink="false">http://localhost/ticket/2264#comment:2</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;keywords&lt;/strong&gt;
              &lt;em&gt;[2d]&lt;/em&gt; added
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;description&lt;/strong&gt;
              modified (&lt;a href="/ticket/2264?action=diff&amp;amp;version=2"&gt;diff&lt;/a&gt;)
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>seanh</dc:creator>

      <pubDate>Thu, 05 Apr 2012 14:20:37 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/2264#comment:3</link>
      <guid isPermaLink="false">http://localhost/ticket/2264#comment:3</guid>
      <description>
        &lt;p&gt;
Many strings have been fixed (and committed on master). Still to go:
&lt;/p&gt;
&lt;p&gt;
When uploading a file:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The "Browse..." button. This comes from the user's browser?
&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Hangs when I try to upload a file, so the rest of this UI is unchecked.
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
The licenses on the dataset add, edit and view pages, "License Not Specified" etc.
&lt;/p&gt;
&lt;p&gt;
Dataset state on dataset view page, e.g. "active".
&lt;/p&gt;
&lt;p&gt;
When adding or editing resources:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The resource types (Data File, etc.) The strings seem to come from resource.resource_type.
&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;"You can use Markdown formatting here", "Should a &lt;a class="missing wiki"&gt;DataStore?&lt;/a&gt; table and Data API be enabled for this resource?", "Dates are in ISO Format — eg. 2012-12-25 or 2010-05-31T14:30". I can't get strings with hyperlinks in them to translate here.
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Dataset view page:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;License not specified.
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Dataset search page:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;"Tags", "Res_format" and "Groups" in the sidebar. Leaving because this code has been refactored on feature-1821-multilingual-extension. Fix after that branch has been merged.
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Dataset view page:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The resource types, e.g. "plain text".
&lt;/li&gt;&lt;li&gt;The field names under additional information: cache_last_updated etc.
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Dataset history view: timestamps not localised.
&lt;/p&gt;
&lt;p&gt;
Login page:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;"Login failed. Bad username or password. (Or if using OpenID, it hasn't been associated with a user account.)" This string is marked for translation but I can't seem to get translations to work for flash messages. Also "Sean Hammond is now logged in" flash message.
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Register page:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;"Missing value" in error message when you try to register and don't give an email. The string seems to come from formencode. stdtrans() not working?
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
User view page:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Activity streams strings. Activity streams genshi function needs a little refactoring to be i18n-friendly.
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Users page:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;"less than 1 month". This string comes from Pylons' time_ago_in_words() function which doesn't appear to support i18n.
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
New auth group (and edit auth group) page:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;"Unique identifier for group. 2+ chars, lowercase, using only 'a-z0-9' and '-_'". This string is marked for translation but for some reason it isn't working.
&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;"Name: Please enter a value" (in an error msg)
&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;"User name". The string comes from class &lt;a class="missing wiki"&gt;FormBuilder?&lt;/a&gt;?
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Also, need to check that all tooltips are translated!
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>seanh</dc:creator>

      <pubDate>Fri, 13 Apr 2012 20:14:30 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/2264#comment:4</link>
      <guid isPermaLink="false">http://localhost/ticket/2264#comment:4</guid>
      <description>
        &lt;p&gt;
A few strings are still left to be marked for translation:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a class="ext-link" href="http://trac.ckan.org/ticket/2289"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://trac.ckan.org/ticket/2289&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a class="ext-link" href="http://trac.ckan.org/ticket/2288"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://trac.ckan.org/ticket/2288&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a class="ext-link" href="http://trac.ckan.org/ticket/2287"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://trac.ckan.org/ticket/2287&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a class="ext-link" href="http://trac.ckan.org/ticket/2290"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://trac.ckan.org/ticket/2290&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>seanh</dc:creator>

      <pubDate>Fri, 13 Apr 2012 20:38:53 GMT</pubDate>
      <title>status changed; resolution set</title>
      <link>http://localhost/ticket/2264#comment:5</link>
      <guid isPermaLink="false">http://localhost/ticket/2264#comment:5</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
                set to &lt;em&gt;fixed&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>seanh</dc:creator>

      <pubDate>Mon, 11 Jun 2012 10:46:18 GMT</pubDate>
      <title>keywords changed</title>
      <link>http://localhost/ticket/2264#comment:6</link>
      <guid isPermaLink="false">http://localhost/ticket/2264#comment:6</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;keywords&lt;/strong&gt;
              &lt;em&gt;i18n&lt;/em&gt; added; &lt;em&gt;[2d]&lt;/em&gt; removed
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>