Displaying 20 results from an estimated 9000 matches similar to: "i18n: duplicate message definition"
2006 May 02
10
[OT]: Asking questions on this list
Hi List,
it appears that for the third or fourth time now, I''ve asked a
question that nobody seems to respond to. Other questions (often
things that could quite easily have been extracted by searching
with Google or from api.rubyonrails.org) are answered almost
momentarily.
I''ve to admit I''m more than a little frustrated by this, so have
to ask myself if it was my own
2006 May 02
2
Mapping/Routing: connecting ?lang=de to blah.org/de?
Hi List,
how would you modify routes.rb to get something like
http://example.org/de/controller/action
instead of
http://example.org/controller/action/?lang=de
?
(Using the Ruby-GetText method for internationalization,
which allows you to specify the sites'' language in the
lang param)
I''d be grateful for any hints that you might have!
Regards,
Raphael
--
Posted via
2006 May 02
16
no one cares about i18n (was [OT]: Asking questions on this list)
Do most others in the community agree with this statement? It seems to me
that i18n is:
1. Actually important to many people
2. Not really the difficult to implement in concept
3. Something that people like to point out about Rails to say it''s not
ready foir "Enterprise"
It seems to be that a big part of Rails is encouraging people to do things
the "Right Way",
2006 Mar 03
17
RCSS problems
Hi List!
Following http://rcss.rubyforge.org/files/README.html, I''m trying to get
RCSS to work with Rails. The rcss command itself works fine, but when
trying to access http://localhost:3000/rcss/test.css I always get
"Unknown action - No action responded to test.css", which I don''t
understand since the route and controller are in place.
Anyway, hopefully this is
2006 Mar 03
7
Best Practices question regarding views & controllers
Hi List!
I''m reading the Agile book, as many online articles as I can, but
there''s still some things that are just too hard to answer for yourself.
In building my application, I often find myself putting code into my
views of which I am not quite certain it belongs there.
Where do you usually draw the line? Is it okay to, say, loop through an
array of hashes that represents
2006 Mar 22
9
Setting empty fields with in_place_editor_field
Hi all!
Playing around with in_place_editor_field, I found that when you set a
field to be empty, you can''t edit it at all anymore after that. Am I
doing something wrong or is this the way it is intended to be? If so, is
there any way around that behaviour? Is it just styling?
Best regards,
Raphael
--
Posted via http://www.ruby-forum.com/.
2003 Aug 06
2
L10N and i18n of R
Dear R-users of non-English speaking countires.
Maybe a good news for those who want to use R in their
local languages. Recently two Japanese, E. Nakama and
M. Okada, succeeded in "making R speak Japanese". At
present, R can handle Japanese (as well as other languages,
I guess) character strings if one use consoles which
can understand Japanese. Also P. Murrell kindly
provided a
2003 Aug 06
2
L10N and i18n of R
Dear R-users of non-English speaking countires.
Maybe a good news for those who want to use R in their
local languages. Recently two Japanese, E. Nakama and
M. Okada, succeeded in "making R speak Japanese". At
present, R can handle Japanese (as well as other languages,
I guess) character strings if one use consoles which
can understand Japanese. Also P. Murrell kindly
provided a
2006 Aug 23
11
i18n friendly, plugable Rails Core
In my work with a simple localization plugin, i''m running into a lot of
places in the Rails core, where text and other localization specific
information is hardcoded.
I''ve included some examples in the bottom of this post.
It''s hard for an outsider to know, if the hardcoded values are a result
of inconsistency in code, or "by design". I hope that we can have
2006 Mar 15
4
[NQ] How to set an initial FK for a new item of something?
Hi all,
running into a little problem here. I''ve a list of things
with a "New thing" link beneath it. When you click that link,
obviously, a new thing shall be created. Now, that works pretty
fine for things that don''t have foreign keys, but for things that
do it crashes, since there is not yet a thing.other_thing.name
available.
I suspect you can somewhere in
2006 May 03
6
ruby on rails international & BIRT integration?
Hello,
I see, that Rails is quite english-centric. I am developing some webs,
that are not primarily in English. I have a few questions:
- besides turning of plurals, what should I take care? How to use utf-8
for all data and converting it from local charsets to utf-8?
- how do I make my page multilingual (i.e. adding english support
later)? Is there something like gettext support? Is
2009 Jan 23
0
NameError: uninitialized constant I18n
Just installed the plugin as described on the link below.
http://factore.ca/on-the-floor/11-introducing-has-foreign-language-an-easy-database-internationalization-plugin
If i fire up my console and then:
I18n.default_locale = "en"
i got the error message:
NameError: uninitialized constant I18n
from
2007 Aug 08
1
Translation SIG
Hi,
we already had a little bit of that discussion a few weeks ago:
Is there anyone interested in a general translation/i18n/l10n
(internationalization, localization) SIG? I'd be more than happy to be
the "inner person from CentOS" within that SIG, but I'd be also more
than happy if someone else wants to drive that.
See <http://wiki.centos.org/SpecialInterestGroup>.
If
2012 Oct 15
1
How to use internationalization of R on Linux?
Hi,
I am working on internationalization of R on linux. I have xml file which
has data in Chinese language. I need to read it and plot it. How can i do
it using internationalization on linux?
Regards
--
View this message in context: http://r.789695.n4.nabble.com/How-to-use-internationalization-of-R-on-Linux-tp4646213.html
Sent from the R help mailing list archive at Nabble.com.
2014 Jun 04
3
MultiFS syntax definition
On Wed, Jun 4, 2014 at 5:21 PM, H. Peter Anvin <hpa at zytor.com> wrote:
> On 06/04/2014 11:09 AM, Raphael S Carvalho wrote:
>> Before proceeding with the MultiFS patchset, let's discuss the MultiFS syntax.
>>
>> It's currently as follows:
>> (hd[disk number]:[partition number])/path/to/file
>>
>> Any objections?
>>
>
> As others
2006 Mar 19
38
Macbook for Rails Development
Hi All,
I''ve finally got fed up of struggling with Windows and am on the verge
of splashing out on a Macbook for Ruby/Rails development. I''ve seen
DHH''s post about it on loudthinking but I wondered if anyone else has
any more wisdom...
Is it worth it over a powerbook? Any tips on good OSX apps for Rails
dev (textmate, i know already)? Anything not working well on
2010 Apr 26
11
Rails I18n
I was just wondering about locales and .yml files. Is it better to
store the multilanguage strings in .yml files than in databases? And
if yes, why?
I was also wondering how rails are loading this files (for example, I
have 4 languages in my web app, each has her own .yml file, will my
rails app loads all the files in ram and then it will call each
variable inside my web app? Or something else?)
2014 Jun 04
2
MultiFS syntax definition
It would be good to clean it up so out can be used for both. Just teach it that ) ends the parse.
On June 4, 2014 2:06:22 PM PDT, Raphael S Carvalho <raphael.scarv at gmail.com> wrote:
>On Wed, Jun 4, 2014 at 5:36 PM, Raphael S Carvalho
><raphael.scarv at gmail.com> wrote:
>> On Wed, Jun 4, 2014 at 5:21 PM, H. Peter Anvin <hpa at zytor.com> wrote:
>>> On
2014 Jun 04
1
MultiFS syntax definition (Raphael S Carvalho)
Raphael,
Except for the : instead of the , this looks like the grub hard disk
nomenclature that's been around for a thousand years. Certainly since
early GRUB1.
Example:
(hd0,0)/grub/splash.xpm.gz
Why did you chose : instead of grub's , ?
I'm guessing (like grub) that disks & partitions are 0-based?
(Were the original grub authors European?)
Spike
#Date: Wed, 4 Jun 2014
2009 Feb 12
8
i18n with Rails 2.1
Hi.
I''m currently using Rails 2.1.
But i want to use i18n to internationalize my rails application.
I''m trying to install rails 2.2 using:
gem update rails
but it gives me an error...
Can anyone please suggest..how do I do this???
Thank You.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are