Commit 3a58b83c3730335222c796cfed757e96695e03d8
1 parent
8849f0f9
Exists in
master
and in
28 other branches
Including plugins' strings to translation
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
lib/tasks/gettext.rake
... | ... | @@ -58,6 +58,7 @@ task :updatepo do |
58 | 58 | |
59 | 59 | sources = |
60 | 60 | Dir.glob("{app,lib}/**/*.{rb,rhtml,erb}") + |
61 | + Dir.glob("plugins/**/*.{rb,rhtml,erb}") + | |
61 | 62 | Dir.glob('config/initializers/*.rb') + |
62 | 63 | Dir.glob('public/*.html.erb') + |
63 | 64 | Dir.glob('public/designs/themes/{base,noosfero,profile-base}/*.{rhtml,html.erb}') | ... | ... |