Re: [Radiant] Internationalization Support

2007-07-24 Thread 石上
Hello. I have Japanese translation file (ja.yaml) . And I want to submit this file. What should I do? -- rish(Ryutatsu Ishigami) [EMAIL PROTECTED] [EMAIL PROTECTED] On 2007/07/22, at 0:58, John W. Long wrote: I added a new branch to the repository today named 'jargon' and merged Kieth

Re: [Radiant] Internationalization Support

2007-07-24 Thread John W. Long
?? wrote: I have Japanese translation file (ja.yaml) . And I want to submit this file. What should I do? Attach it to a ticket on the Trac site. -- John Long http://wiseheartdesign.com ___ Radiant mailing list Post: Radiant@lists.radiantcms.org

[Radiant] Problems with extension generators

2007-07-24 Thread Keith Bingman
Hey, my friend was trying to generate a controller today and when he tried: script/generate extension_controller Products admin/species He got: The name 'admin' is reserved by Ruby on Rails. Please choose an alternative and run this generator again. I tried myself and got the same

Re: [Radiant] Internationalization Support

2007-07-24 Thread Ryutatsu Ishigami(rish)
Thank you for reply. I submitted translation file(ja.yaml). see below. http://dev.radiantcms.org/radiant/ticket/507 -- rish ( ryutatsu ishigami) [EMAIL PROTECTED] [EMAIL PROTECTED] On 2007/07/24, at 17:07, John W. Long wrote: ?? wrote: I have Japanese translation file (ja.yaml) . And I

[Radiant] Rails app in Radiant CMS

2007-07-24 Thread Franz Remy
Hi, I would like to include a Rails app I have created in Radiant but I really have no idea on how to do that. Can somebody help me please ??? -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@lists.radiantcms.org

Re: [Radiant] Internationalization Support

2007-07-24 Thread John W. Long
Ryutatsu Ishigami(rish) wrote: Thank you for reply. I submitted translation file(ja.yaml). see below. http://dev.radiantcms.org/radiant/ticket/507 Committed: http://dev.radiantcms.org/radiant/changeset/469 -- John Long http://wiseheartdesign.com

Re: [Radiant] Rails app in Radiant CMS

2007-07-24 Thread John W. Long
Franz Remy wrote: I would like to include a Rails app I have created in Radiant but I really have no idea on how to do that. Can somebody help me please ??? The best way to do this would be to create an extension: http://wiki.radiantcms.org/Creating_Radiant_Extensions -- John Long

Re: [Radiant] Internationalization Support

2007-07-24 Thread Sean Cribbs
The jargon branch now supports language files loaded from the gem or vendor/radiant, extensions, and the local Radiant project. Many thanks to Chris Wanstrath for accepting my patch to Gibberish! http://dev.radiantcms.org/radiant/changeset/470 http://dev.radiantcms.org/radiant/changeset/471

Re: [Radiant] Internationalization Support

2007-07-24 Thread Erik van Oosten
I've attached a Dutch translation (nl.yaml) as well. Perhaps it is wise to maintain a registry for translation maintainers? I volunteer for the Dutch version :) Regards, Erik. John W. Long wrote: ?? wrote: I have Japanese translation file (ja.yaml) . And I want to submit this

Re: [Radiant] Internationalization Support

2007-07-24 Thread Peter Berkenbosch
Perfect Erik Nu hoef ik dat niet meer te doen :) Translated... thanks for saving me some work :) Of course if any help is needed on the dutch version just shout. Peter. On 7/24/07, Erik van Oosten [EMAIL PROTECTED] wrote: I've attached a Dutch translation (nl.yaml) as well. Perhaps it is

Re: [Radiant] Internationalization Support

2007-07-24 Thread Mark Fischer
I would love to translate into spanish, but need to get a working copy (or rather, I want to upgrade to this branch. I used: rake radiant:freeze:edge BRANCH=jargon But am running off of gems. It installed in /vendor/radiant/ and after starting and stopping the server, I can seem to see a

[Radiant] FCKeditor Extension

2007-07-24 Thread James Thompson
http://code.google.com/p/radiant-fckeditor-extension/ I have been working on this since last night and it is finally working well enough that I feel comfortable mentioning it. Now you can use FCKeditor for editing pages. I've added it to the Third-Party Extensions wiki page at the bottom.

[Radiant] migrating wordpress site to radiant

2007-07-24 Thread Johan Bakker
hi all, I want to migrate my family website from wordpress to radiant, but I have some difficulties with one (probably) simple thing I try to build. I used the standard blog behavior of radiant to start with but this will only show the first 5 blog entries and it doesn't have a previous links

[Radiant] How to get current page ID?

2007-07-24 Thread Deniz Turkmen
Hi, I need to put the current page ID somewhere in my radiant layout. There is no such documented tag. Is there any trick to do that other than defining a new tag? I appreciate your help. Deniz -- Posted via http://www.ruby-forum.com/. ___ Radiant