Displaying 20 results from an estimated 30000 matches similar to: "GetText demo blog app: script/server >> permission denied!"
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,
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
2005 Mar 17
2
Using gettext to localize your rails app
Hi,
I am having some trouble finding out how best to use ruby-gettext in my
app. I do this in my ApplicationController:
before_filter :localize
private
def localize
# we will always use UTF-8
@charset = ''utf-8''
@headers["Content-Type"] = "text/html; charset=@charset"
# simplified approach: extract the first language from the request
# or use
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 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 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
-------
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
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 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 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
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
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 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
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]
2014 Jun 02
0
CEBA-2014:0586 CentOS 6 gettext FASTTRACK Update
CentOS Errata and Bugfix Advisory 2014:0586
Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0586.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
feac49f46cc856c121380a8fb0843c6ef38deb22a2020e8bd6e2bf641b92a64a gettext-0.17-18.el6.i686.rpm
87077bfb423877624e7951d55f8452d57f5ad9107928577c9aaa46c10f160aed
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
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
2007 Dec 30
1
gettext() and messages in 'pkg' domain
Hello,
As I understand it, gettext() is designed to retrieve messages from
'R-pkg' domains. As such, it cannot retrieve some of the messages in the
'pkg' domains (those supposed to be accessed by C code only, I know),
namely, all messages ending with space(s) or \n. This is clearly
indicated in ?gettext (at least for trailing spaces):
"For 'gettext', leading and
2008 Jan 02
1
gettext does not work after glibc update
Hi,
I recently upgraded my system to CentOS 4.6 and noticed that gettext
does not behave as before the update. As soon as I install the old glibc
version (glibc-2.3.4-2.36) instead of the new one (glibc-2.3.4-2.39) it
works again.
See the Attachment for details.
Any hints would be appreciated!
Thank you,
Christoph
-------------- next part --------------
# rpm -qa | grep glibc
2006 May 30
2
Wrong Content-type in RJS with Gettext
Hello,
I am developing an application using Rails and doing l10n with
ruby-gettext.
When I deploy the app on lighttpd, every rjs template is rendered with
Content-type: text/html; charset: UTF-8. I believe it comes from 85th
line of
rails.rb script in ruby-gettext lib. RJS templates are not executed in
this situation.
Hovewer, when I run the app with Webrick, rjs templates are rendered
with: