|
View:
New views
11 Messages
—
Rating Filter:
Alert me
|
|
|
i18n translator crash test dummies requiredFolks, Blair has polished up the new and shiny FarCry i18n engine. It's pretty impressive. You can now translate for core, plugins and even your own project customisations. We've put together a little engine for translating labels against Google translator service and so have sample resource bundles for all kinds of languages, including tricky character sets like Chinese and Arabic. Obviously this is just for testing -- Google's not the best thing to rely on for a faithful, in context, translation! Are there any translators out there who'd be happy to give their feedback, help us crush any bugs and of course get some decent translations into place? All the best, -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: i18n translator crash test dummies required> Are there any translators out there who'd be happy to give their > feedback, help us crush any bugs and of course get some decent > translations into place? I'll be happy to translate the en_US version again. Just let me know what tools are needed (any instructions?) -- Jeff Coughlin Web Application Developer http://jeffcoughlin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: i18n translator crash test dummies requiredOn Oct 18, 2:37 am, Jeff Coughlin <j...@...> wrote: > > Are there any translators out there who'd be happy to give their > > feedback, help us crush any bugs and of course get some decent > > translations into place? > > I'll be happy to translate the en_US version again. Just let me know > what tools are needed (any instructions?) Blair will try and answer questions in this forum as they arise. For all intents and purposes, you just need to update the resource bundle with a tool like rbmanager: http://www.icu-project.org/download/rbmanager.html We're looking at an online solution so that folks can collaborate on translations.. but that's a little way down the track i suspect. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: i18n translator crash test dummies requiredOn Oct 17, 6:25 pm, modius <mod...@...> wrote: > Blair has polished up the new and shiny FarCry i18n engine. It's > pretty impressive. You can now translate for core, plugins and even > your own project customisations. This is an Eclipse plugin that looks promising: http://sourceforge.net/projects/eclipse-rbe/ Though I'd warn that we've had problems in the past with non- conforming bundle editors that effectively nuke the resource bundle. RBManager has been the only really reliable client for this sort of work we've found: http://www.icu-project.org/download/rbmanager.html We'd love to hear from anyone with experience in this area. geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: i18n translator crash test dummies requiredHi Daemonites I'm more than happy to work on the french translation ! Just send me the instructions :) Pat On Oct 17, 9:25 am, modius <mod...@...> wrote: > Folks, > > Blair has polished up the new and shiny FarCry i18n engine. It's > pretty impressive. You can now translate for core, plugins and even > your own project customisations. > > We've put together a little engine for translating labels against > Google translator service and so have sample resource bundles for all > kinds of languages, including tricky character sets like Chinese and > Arabic. Obviously this is just for testing -- Google's not the best > thing to rely on for a faithful, in context, translation! > > Are there any translators out there who'd be happy to give their > feedback, help us crush any bugs and of course get some decent > translations into place? > > All the best, > > -- geoffhttp://www.daemon.com.au/ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: i18n translator crash test dummies requiredI have updated the I18n section of the wiki with information for translators and developers. Please let me know if anything needs more explanation. Blair On Sun, Oct 19, 2008 at 8:55 PM, mxbase <mxbase@...> wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: i18n translator crash test dummies requiredHi folks, I've started to do the translation with the RBManager for the "German - Version (de_DE)" of FC 5.1 ! Although I set "<cfset THIS.locales = "de_DE" />" in the file "/ project/www/farcryConstructor.cfm", the german translations in the "/ farcry/core/packages/resources/admin_de_DE.properties" file does not work. The translations will just be displayed, if I rename the file "admin_de_DE.properties" to "admin.properties" ! Any idea why ??? -------------------------- Knut On 17 Okt., 08:25, modius <mod...@...> wrote: > Folks, > > Blair has polished up the new and shiny FarCry i18n engine. It's > pretty impressive. You can now translate for core, plugins and even > your own project customisations. > > We've put together a little engine for translating labels against > Google translator service and so have sample resource bundles for all > kinds of languages, including tricky character sets like Chinese and > Arabic. Obviously this is just for testing -- Google's not the best > thing to rely on for a faithful, in context, translation! > > Are there any translators out there who'd be happy to give their > feedback, help us crush any bugs and of course get some decent > translations into place? > > All the best, > > -- geoffhttp://www.daemon.com.au/ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: i18n translator crash test dummies requiredOn Nov 29, 6:06 am, Knut <webmas...@...> wrote: > I've started to do the translation with the RBManager for the "German > - Version (de_DE)" of FC 5.1 ! > > Although I set "<cfset THIS.locales = "de_DE" />" in the file "/ > project/www/farcryConstructor.cfm", the german translations in the "/ > farcry/core/packages/resources/admin_de_DE.properties" file does not > work. > > The translations will just be displayed, if I rename the file > "admin_de_DE.properties" to "admin.properties" ! > > Any idea why ??? It may be that the locale is bound to the profile. I think the locale list at the application level is supposed to restrict the available locales for the application, not which locale is utilised. Try editing your profile and selecting German. Hope that helps, geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: i18n translator crash test dummies requiredHi Geoff, sorry, the locales in the profile is already set to "German", but it has no effect ! I also set the locales to "de_DE" under "Admin" -> "Edit config" -> "General Config" -> "Deprecated Properties" -> "Locale", but it also has no effekt. Only renaming my new "admin_de_DE.properties" file to -> "admin.properties" seems to be a workaround. --------------- Knut On 29 Nov., 03:32, modius <mod...@...> wrote: > On Nov 29, 6:06 am, Knut <webmas...@...> wrote: > > > I've started to do the translation with the RBManager for the "German > > - Version (de_DE)" of FC 5.1 ! > > > Although I set "<cfset THIS.locales = "de_DE" />" in the file "/ > > project/www/farcryConstructor.cfm", the german translations in the "/ > > farcry/core/packages/resources/admin_de_DE.properties" file does not > > work. > > > The translations will just be displayed, if I rename the file > > "admin_de_DE.properties" to "admin.properties" ! > > > Any idea why ??? > > It may be that the locale is bound to the profile. I think the locale > list at the application level is supposed to restrict the available > locales for the application, not which locale is utilised. Try > editing your profile and selecting German. > > Hope that helps, > > geoffhttp://www.daemon.com.au/ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: i18n translator crash test dummies requiredOn Nov 29, 2:24 pm, Knut <webmas...@...> wrote: > sorry, the locales in the profile is already set to "German", but it > has no effect ! > > I also set the locales to "de_DE" under "Admin" -> "Edit config" -> > "General Config" -> "Deprecated Properties" -> "Locale", but it also > has no effekt. > > Only renaming my new "admin_de_DE.properties" file to -> > "admin.properties" seems to be a workaround. Hmm.. well that is definitely a problem :) Hopefully we can sort that out for you on Monday. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: i18n translator crash test dummies requiredHi Geoff, do you have anything new concerning my problem ??? Would you also please have a look on BUG FC-1642 ?! I still have problems with wrong image paths, when I activate FUs. ------------------ Thanks - Knut On 29 Nov., 05:15, modius <mod...@...> wrote: > On Nov 29, 2:24 pm, Knut <webmas...@...> wrote: > > > sorry, the locales in the profile is already set to "German", but it > > has no effect ! > > > I also set the locales to "de_DE" under "Admin" -> "Edit config" -> > > "General Config" -> "Deprecated Properties" -> "Locale", but it also > > has no effekt. > > > Only renaming my new "admin_de_DE.properties" file to -> > > "admin.properties" seems to be a workaround. > > Hmm.. well that is definitely a problem :) Hopefully we can sort that > out for you on Monday. > > -- geoffhttp://www.daemon.com.au/ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |