Skip to content

Commit

Permalink
Rename missing native_name_for_locale to new lang_native_name
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Apr 30, 2012
1 parent e6a1bba commit d0a1386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/read_core.html
Expand Up @@ -81,7 +81,7 @@ <h3>Additional Information

<tr py:if="c.pkg.language">
<td class="dataset-label">Language</td>
<td class="dataset-details">${h.native_name_for_locale(c.pkg.language)}</td>
<td class="dataset-details">${h.lang_native_name(c.pkg.language)}</td>
</tr>

<tr py:if="c.eu_country">
Expand Down

0 comments on commit d0a1386

Please sign in to comment.