Commit 384439c7a5c0c3570316c3d70e86f945b5b4a912
1 parent
406c009f
Exists in
master
and in
29 other branches
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,7 +20,8 @@ module Noosfero | ||
20 | 'de' => 'Deutsch', | 20 | 'de' => 'Deutsch', |
21 | 'ru' => 'русский язык', | 21 | 'ru' => 'русский язык', |
22 | 'es' => 'Español', | 22 | 'es' => 'Español', |
23 | - 'eo' => 'Esperanto' | 23 | + 'eo' => 'Esperanto', |
24 | + 'it' => 'Italiano' | ||
24 | } | 25 | } |
25 | end | 26 | end |
26 | attr_writer :locales | 27 | attr_writer :locales |