First stage of i18n. Some migrations and extra plugins.

This commit is contained in:
Shaun McDonald 2009-05-22 18:36:17 +00:00
parent 6ac7f91734
commit 53b4d645d8
82 changed files with 6876 additions and 18 deletions

View file

@ -12,6 +12,10 @@
<td class="fieldName">Body:</td>
<td><%= f.text_area :body, :cols => 80 %></td>
</tr>
<tr valign="top">
<td class="fieldName">Language:</td>
<td><%= f.select :language, Language.find(:all).map {|l| [l.name, l.language_code]} %></td>
</tr>
<tr valign="top">
<td class="fieldName">Location:</td>
<td>