Ask a Question related to Ruby, Design and Development.

  1. #1

    Default i18n

    Hi!

    Are there any turorials how to internationalize a ruby program?
    Any help is welcome.

    thx Gergo
    --
    +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
    | [url]http://www.mcl.hu/~kgergely[/url] "Olyan langesz vagyok, hogy |
    | Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
    +-- Magyar php mirror es magyar php dokumentacio: [url]http://hu.php.net[/url] --+

    KONTRA Gergely Guest

  2. Similar Questions and Discussions

    1. RDoc and i18n
      Hi, Has anyone write code for RDoc I18n support described in the following wiki page. http://www.rubygarden.org/ruby?RDocI18n If nobody...
    2. gettext i18n
      Hi, Thanks for the reply, but it doesn't work this way either. in /www/locale I do have de/ LC_MESSAGES/ messages.mo de_DE/ LC_MESSAGES/
    3. Speaking of I18N...
      il Wed, 2 Jul 2003 04:59:05 +0900, "Hal E. Fulton" <hal9000@hypermetrics.com> ha scritto:: there is an example of this in soap4r, or in soap4r...
    4. Message catalogs (I18N) overnight hack...
      I would side Josef. Do not change print, puts, etc. It may have some weird side effects. I would do it the other way around. Keep print, etc....
    5. Message catalogs (I18N) overnight hack
      Hi, everyone. I've been thinking about message catalogs (as in I18N) for the last day or so. I've hacked something together that works like...
  3. #2

    Default Re: i18n

    KONTRA Gergely wrote:
    >
    > Hi!
    >
    > Are there any turorials how to internationalize a ruby program?
    > Any help is welcome.
    There is no standard way of which I am aware.

    I know you are using wxRuby, so you might want to look at wxWindows i18n
    support (I'm don't know how much of it, if any, is implemented yet in
    wxRuby).

    Curt


    Curt Hibbs Guest

  4. #3

    Default Re: i18n

    Hi,

    On Tue, 2003-11-11 at 15:37, KONTRA Gergely wrote:
    > Hi!
    >
    > Are there any turorials how to internationalize a ruby program?
    > Any help is welcome.
    >
    Ruby/GetText may interest you:

    [url]http://ponx.s5.xrea.com/hiki/ruby-gettext.html[/url]

    HTH,

    --
    Laurent


    Laurent Sansonetti Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139