Displaying 20 results from an estimated 1098 matches for "gettextized".
Did you mean:
  gettextize
  
2006 Jan 15
15
Gettext and Rails ?
Hello,
I''m trying to use ruby-gettext 1.1.1 (installed with gem) with rails and 
here is all I get :
undefined method `init_gettext'' for ApplicationController:Class
Here is my source :
require ''gettext/rails''
class ApplicationController < ActionController::Base
	init_gettext "test"
end
As a Nuby, I don''t really know what to do.
2005 Nov 07
9
Using Gettext To Translate Your Rails Application
Hi,
Has anyone has any success using the gettext translation methods mentioned in 
this wiki page?
http://manuals.rubyonrails.com/read/chapter/105
I got up to running the localize script at which point it protests about not 
being able to find ''gettext/rgettext'' from the require line at the top of the 
script:
script/localize:8:in `require'': no such file to load --
2005 Dec 29
5
Ruby-GetText-Package-1.1.0
Hi,
Ruby-GetText-Package-1.1.0 is now available.
This release enhances many features for Ruby on Rails.
I hope this release make your Application support L10n.
And thanks for many helps!
Highlights
----------
 * Added some functions which managed po/mo files easily.
   * GetText.update_pofiles creates/updates pot/po files.
     The idea is from Sascha Ebach.
 * String% is extended to accept
2006 Feb 23
0
Ruby-GetText-Package-1.2.0
Hi,
Ruby-GetText-Package-1.2.0 is now available.
Changes for RoR
---------------
 * Works with rjs templates.
 * Add methods to change the error message dialog(?) title/explanation.
 * Bugfixes. 
 * Added GetText.Nn_().
Website
-------
http://rubyforge.org/projects/gettext/
* Download
  http://rubyforge.org/frs/?group_id=855&release_id=2856
* Ruby-GetText-Package HOWTOs
 
2006 May 07
0
Ruby-GetText-Package-1.5.0
Hi,
Ruby-GetText-Package-1.5.0 is now available.
Russian is added. Now it supports 11 languages 
and the screenshot is available.
http://www.yotabanana.com/hiki/?ruby-gettext-screenshot
Have fun!
Changes
-------
 * Support Russian.
 * Fix bugs.
 * Refresh mo option was added.
   Check mo files and reload it if it''s updated.
   ruby -d or GetText::TextDomain.check_mo=(true).
   Or
2006 Apr 15
0
Ruby-GetText-Package-1.4.0
Hi,
Ruby-GetText-Package-1.4.0 is now available.
Changes
-------
 * Support OpenBSD.
 * Fix bugs
 * Enhance supports of Ruby on Rails.
   * Improved ActionMailer localization support.
   * Support ActionWebService
   * test/gettext_test_rails.rb works with Rails-1.1.2.
Thanks to: 
Donald Piret, Nobuhiro IMAI, Nick Snels, John Allard
and others.
Website
-------
2006 Mar 11
0
Ruby-GetText-Package-1.3.0
Hi,
Ruby-GetText-Package-1.3.0 is now available.
Now ActiveRecord::Column.human_name values translate automaticaly.
Changes for RoR
---------------
 * Improve Local::Object
   * POSIX, C convert to "en".
 * Enhance supports of Ruby on Rails.
   * ActionMailer localization support.
      * Use GetText function(_() N_() etc) in template.
      * ISO-2022-JP charset is used when language
2009 Apr 18
0
gettext-2.0.1, gettext_activerecord-2.0.1, gettext_rails-2.0.1
Hi,
Ruby-GetText-Package-2.0.1 and the families
(gettext-2.0.1, gettext_activerecord-2.0.1 and gettext_rails-2.0.1)
are now available.
Ruby-GetText-Package is the library/tools for message localization.
  * gettext - Message localization libraries and tools for all kind of apps/libs.
  * gettext_activerecord - ActiveRecord Localization
  * gettext_rails - Rails support with gettext.
Changes
2006 Feb 27
4
Gettext and rails
Hi
Im using the newest GetText gem, and Im having problems with classes 
outside rails, they don''t get translated. For example: I have a class 
representing access in my app, and it is not a ActiveRecord, just a 
normal class. When require ''gettext'' and include it in the class, I can 
use the _('''') methods fine. They get picked upp by rake updatepo.
2008 Sep 15
1
Ruby-GetText-Package-1.93.0
Hi,
Ruby-GetText-Package-1.93.0 is now available.
Changes
-------
 * Bulgarian added.
 * Estonian updated.
 * French updated.
 * Japanese updated.
 * np_, npgettext support.
 * Fixed bugs.
   - detect the correct charset on POSIX OS.
   - updatepo task works again on Windows OS(with broken GNU msgmerge).
   - Remove BOM from po-files before GNU msgmerge is executed.
     (GNU msgmerge
2009 May 06
0
gettext-2.0.2, gettext_activerecord-2.0.2, gettext_rails-2.0.2
Hi,
Ruby-GetText-Package-2.0.2 and the families
(gettext-2.0.2, gettext_activerecord-2.0.2 and gettext_rails-2.0.2)
are now available.
Ruby-GetText-Package is the library/tools for message localization.
  * gettext - Message localization libraries and tools for all kind of apps/libs.
  * gettext_activerecord - ActiveRecord Localization
  * gettext_rails - Rails support with gettext.
Changes
2006 Jun 09
0
Ruby-GetText-Package-1.6.0
Hi,
Ruby-GetText-Package-1.6.0 is now available.
Chinese(zh_CN), Italian(it) are supported.
Screenshots in 13 language (Sample Rails blog) are:
http://www.yotabanana.com/hiki/?ruby-gettext-screenshot
Since this release, you can localize your rails plugin 
easily with gettext.
I wrote a small example. If you''re interested in it, 
check the file in the released tar-ball. 
# See
2008 Jan 25
1
Yum update fails on perl-gettext
Foe a while now, yum update has been failing on the perl-gettext
package with:
Transaction Check Error:
  file /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/Locale/gettext/gettext.so from install of perl-gettext-1.05-1.el5.rf conflicts with file from package perl-Locale-gettext-1.05-1.el5.rf
Can anyone give me any advice in how to solve this?
Full output follows:
# yum update
2006 Sep 12
0
Ruby-GetText-Package-1.8.0
Hi,
Ruby-GetText-Package-1.8.0 is now available.
NEWS
----
Takahashi-san[1] has started GettextScaffold plugin project on rubyforge[2].
It''s great scaffold plugin for helping rails localization with GetText.
[1] Masayoshi Takahashi is well known as the chairman of Japan Ruby no Kai
    (Japanese Ruby User Group) and "Takahashi Method". 
[2]
2006 Jul 17
0
Ruby-GetText-Package-1.7.0
Hi,
Ruby-GetText-Package-1.7.0 is now available.
Enjoy L10n!
Changes
-------
 * Improve to support Ruby on Rails
   * Localize ActionView::Helpers::DateHelper.distance_of_time_in_words.
   * Localize ActionView::Helpers::ActiveRecordHelper.error_message_on.
   * Add ActiveRecord::Base.untranslate, .untranslate_all to prevend to
     translate columns.
   * "ID" fields are ignored as
2006 May 08
4
Gettext not worked in firefox,but done well under IE
Anyone who has met such a kind of problem? I am adding i18n 
characteristics to my webapp using gettext,it works under IE,while not 
under firefox.
here is my codes:
po:
po\zh_CN\myapp.po
after rake makemo, i have got:
locale\zh_CN\LC_MESSAGES\myapp.mo
require ''gettext/rails''
class ApplicationController < ActionController::Base
	init_gettext "myapp"
end
Then I use
2006 Jan 14
0
Ruby-GetText-Package-1.1.1
Hi,
Ruby-GetText-Package-1.1.1 is now available.
And also screenshots page is available.
It''s a sample Rails blog in 10 language. Check it out!
http://www.yotabanana.com/hiki/?ruby-gettext-screenshot
Changes
-------
 * Bugfixes. 
   Almost of all fixed-bugs are parts of Ruby on Rails supports.
 * Added Greek locale by damphyr.
 * Support tests for Ruby on Rails.
Thanks to:
Kazuhiro
2005 May 17
5
Strings, Variables and GetText
Hi,
I''m starting to use GetText and have this code:
render_text %(<script language="JavaScript" type="text/javascript">
parent.mainframe.onUpdateNew("Gallery <b>#{@media.name}</b> was 
successfully created.", 
"#{@media.name}","#{String(@media.id)}","#{@media.media_type}");
</script>)
I need to convert
2008 Feb 04
0
gettext and acts_as_paranoid gives stack overflow
HI all,
I just started using acts_as_paranoid, and I''ve been using gettext for
a while. Now I get the below errors when I run rake gettext:updatepo.
It''s interesting that the errors seem to stack up, so the first file
just errors on belongs_to_without_deleted, the second file has a layer
of eval, the second has two layers of eval, and so forth.
I''ve tried for a while
2006 Jan 11
8
GetText: Works with en_GB and en_US, but doesn''t with de_DE!
Hi all
I''m trying to get GetText to work. I have the following folder 
structure:
  |-myapp.pot
  |-de_DE/:
  |    `-myapp.po
  |-en_GB/:
  |    `-myapp.po
  |-en_US/:
  `    `-myapp.po
I run rake updatepo, and then rake makemo.
Now I set en-gb as default language in Firefox and run my app >> works!
Then I set en-us as default language in Firefox and run my app >> works,