03 Nov, 2015
1 commit
-
- updatepo has been replaced by gettext:po:update - makemo has been replaced by gettext:mo:update
06 Aug, 2015
3 commits
-
Also added test/unit/i18n_test.rb which will warn us if any others pop up.
06 Mar, 2015
1 commit
-
$ rake -f Rakefile.translations The above invocation will work without a full rails environment, which requires a config/database.yml, an actual database to connect to, plus loading all the Rails stack which is painfully slow. This can now be used by distribution packages to compile translations during package build without worrying much.
15 Jan, 2015
2 commits
-
This way they will show up in `rake -T` output
-
When this is merged, the script at script/move-translations-to-plugins.rb must be executed to move the translations that are currently in the core to their respective plugins, i.e. to initialize each plugin .po file with their existing translated strings, excluding translations that already exist in the core. Going forward those duplicated translations should be replaced by calls to c_(), which will do the same as _() but won't be extracted for translation.
09 Sep, 2014
1 commit
-
Closes #307 Signed-off-by: Victor Costa <vfcosta@gmail.com> Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
01 Sep, 2014
1 commit
13 May, 2014
1 commit
-
Conflicts: app/helpers/application_helper.rb app/helpers/layout_helper.rb app/models/community.rb app/models/enterprise.rb app/models/product_category.rb app/views/account/change_password.html.erb config/boot.rb config/environment.rb config/routes.rb lib/noosfero/plugin.rb test/unit/enterprise_activation_test.rb test/unit/person_notifier_test.rb
29 Apr, 2014
1 commit
-
Some specific points: - ./script/quick-start not works from start to end on a clean Debian wheezy system - Gemfile: remove checking for programs since the Gemfile is not really the right place to do this - Gemfile.lock: lock gem versions against Debian wheezy. This assumes package versions in Debian wheezy + some backported packages available at http://people.debian.org/~terceiro/noosfero-wheezy-backports/ - db:data:minimal: add an explicit contact email to the new environment. This fixes a long standing issue: when installing Noosfero on a brand new system, exim MTA will choke on a malformed sender address, and abort the entire installation. - added a simple Vagrantfile for development purposes Pending: - provide proper backports for packages and drop the temporary http://people.debian.org/~terceiro/noosfero-wheezy-backports/
07 Apr, 2014
1 commit
09 Jan, 2014
1 commit
-
Conflicts: app/controllers/my_profile/memberships_controller.rb app/helpers/application_helper.rb app/helpers/boxes_helper.rb app/models/article.rb app/models/category.rb app/models/change_password.rb app/models/comment.rb app/models/environment.rb app/models/event.rb app/models/profile.rb app/models/recent_documents_block.rb app/models/region.rb app/models/task.rb app/models/uploaded_file.rb app/views/account/forgot_password.html.erb app/views/events/_events_by_day.html.erb app/views/profile/_person_profile.html.erb app/views/shared/_manage_enterprises.html.erb config/environment.rb config/initializers/plugins.rb config/routes.rb db/schema.rb debian/control lib/noosfero/plugin.rb test/unit/article_test.rb test/unit/category_test.rb test/unit/change_password_test.rb test/unit/cms_helper_test.rb test/unit/comment_test.rb test/unit/content_viewer_helper_test.rb test/unit/event_test.rb test/unit/folder_helper_test.rb test/unit/person_test.rb test/unit/price_detail_test.rb test/unit/profile_helper_test.rb test/unit/recent_documents_block_test.rb test/unit/scrap_test.rb test/unit/user_mailer_test.rb vendor/plugins/action_tracker_has_comments/init.rb vendor/plugins/delayed_job/lib/delayed/worker.rb vendor/plugins/noosfero_caching/init.rb
24 Sep, 2013
1 commit
-
Rails.root is now a Pathname. The best use of it is with the #join method instead of concatenation and such. I therefore am rewriting all this calls to fix/avoid problems.
17 Jul, 2013
1 commit
-
(ActionItem2721)
16 May, 2012
1 commit
29 Feb, 2012
1 commit
28 Feb, 2012
1 commit
09 Dec, 2011
1 commit
-
Conflicts: debian/changelog test/unit/dates_helper_test.rb
27 Nov, 2011
1 commit
-
Conflicts: app/controllers/admin_controller.rb app/controllers/application.rb app/controllers/public/account_controller.rb app/controllers/public/content_viewer_controller.rb lib/noosfero/i18n.rb test/functional/account_controller_test.rb test/functional/admin_controller_test.rb test/unit/contact_test.rb test/unit/profile_test.rb
22 Oct, 2011
1 commit
-
Changed the way libs are loaded in gettext.rake at line 11. I wasn't able to test using Debian Lenny. (ActionItem2106)
22 Aug, 2011
2 commits
-
…nto merge-requests/39 (ActionItem1970)
16 Aug, 2011
1 commit
23 Feb, 2011
1 commit
-
Internationalization of the ActiveRecord error messages do not work yet.
22 Feb, 2011
1 commit
31 Jan, 2011
1 commit
07 Dec, 2010
1 commit
-
* Added profile-base as base of profile's themes * Added profile-base on gettext.rake to be translated * Fixed scarletred and skyblue themes to import profile-base * New themes based on Tango pallete: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines * aluminium * butter * chameleon * chocolate * orange * plum (ActionItem1675)
26 Oct, 2010
2 commits
12 Sep, 2010
1 commit
-
(ActionItem1303)
11 Sep, 2010
1 commit
-
(ActionItem1303)
06 Aug, 2010
1 commit
-
It is not strictly needed for non-development usage. Thanks to Bráulio B O Bhavamitra for pointing it out.
20 Apr, 2010
1 commit
14 Apr, 2010
1 commit
-
Also, fix the translation to work with fast_gettext
08 Apr, 2010
1 commit
05 Feb, 2010
1 commit
04 Dec, 2009
1 commit
-
For some reason the extraction is producing duplicate entries, wich cause msgmerge to exit with an error and not doing the merge. This commit adds a monkey patch on GetText and will probably break in the future.
29 Sep, 2009
1 commit
03 Aug, 2009
1 commit