Commit 384439c7a5c0c3570316c3d70e86f945b5b4a912

Authored by Daniela Feitosa
1 parent 406c009f

Added new locale: Italiano

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
lib/noosfero.rb
... ... @@ -20,7 +20,8 @@ module Noosfero
20 20 'de' => 'Deutsch',
21 21 'ru' => 'русский язык',
22 22 'es' => 'Español',
23   - 'eo' => 'Esperanto'
  23 + 'eo' => 'Esperanto',
  24 + 'it' => 'Italiano'
24 25 }
25 26 end
26 27 attr_writer :locales
... ...