Hello, my name is Akira.
http://github.com/amatsuda/i18n_generators
This gem/plugin generates
* i18n locale files for ActiveRecord/ActiveSupport/ActionPack
* model names & attribute names translation file
for any locale you specified.
It internally invokes Ruby-Gettext-Package, scrapes the website of the
Unicord CLDR project, and calls Google Translation API to localize/
translate each value.
On 17.11.2008, at 18:02, Akira Matsuda wrote:
> First of all, let me apologize that I'd been away from here for a very
> very long time (I guess you're enraged and full of anger),
I'm absolutely not!
> just
> because I had been extraordinarily busy these few months...
Happens to all of us. There's no reason to apologize imo :)
>> I'd like to add this to the wiki. What would be a good description in
>> just a few words?
>>
>> Maybe "generates scaffold locale files for Rails, model and attribute
>> names"?
>
> Of course! That sounds great! I'm flying high on rapture!
> I like that description, and, can you please put "I18n generators" as
> the title?
Whoops. What a stupid mistake. I've corrected that.
> P.S. I found another great thing in the wiki. The "Official" Hymn!
> You know, my locale "ja-JP" is for Judas Priest, and I saw that Metal
> Gods at Budokan just few weeks ago!
Haha :)
Funny coincidence. Apparently they even played Painkiller? http://www.guitars101.com/forums/f90/judas-priest-nippon-budokan-tokyo-japan-29-09-2008-a-77384.html
How was it?
> I believe these columns are "system columns" just for framework-
> internal use, and should not be revealed to the end users,
> thus not needed to be translated as well.
> If you need a timestamped column in your application code, you might
> add another datetime column with values updated explicitly (not
> automatically by the framework).
Why should I need to make another attribute to store when the object
was created to show to my users? That totally doesn't make any sense!
I mean, I would store information double, which is against
normalization, and I would be writing code to implement it, which
could possibly contain bugs, takes time and is not necessary, since it
is already there! I make a lot of closed administrative applications,
which always have lists and such
> Do you mind if I use your Translated scaffold templates to provide
> i18n_scaffold generator?
Not at all!
2008/11/29 Akira Matsuda <pushi...@gmail.com>: