Add i18n infrastructure
Reported by Marnen Laibow-Koser | November 4th, 2009 @ 01:18 PM
All strings should be localizable. Let's use fast_gettext or something to implement that.
Comments and changes to this ticket
-
Marnen Laibow-Koser November 4th, 2009 @ 01:36 PM
- State changed from new to open
Looks like NetBeans will use the standard Java i18n API in the GUI builder, but there's no easy way to use GNU Gettext there. But we can use fast_gettext on the Ruby side...
-
Marnen Laibow-Koser November 10th, 2009 @ 05:52 PM
- State changed from open to resolved
Using Masao Mutoh's gettext since fast_gettext doesn't want to work. Closing ticket.
-
Marnen Laibow-Koser November 10th, 2009 @ 05:54 PM
(from [a29baba95bf9530e9d2ebafbb5efa631a043901b]) Replace fast_gettext with gettext gem. I'd rather use fast_gettext, but I can't get it to work with this setup. [#3] http://github.com/marnen/hive/commit/a29baba95bf9530e9d2ebafbb5efa6...
-
Marnen Laibow-Koser November 10th, 2009 @ 05:54 PM
(from [3593d790354256fe3376ffc62cd6b8c49d85bd57]) Add some gettext rake tasks and po files. [#3] http://github.com/marnen/hive/commit/3593d790354256fe3376ffc62cd6b8...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Referenced by
- 1 Develop spreadsheet interface Putting on hold for #3.
- 3 Add i18n infrastructure (from [a29baba95bf9530e9d2ebafbb5efa631a043901b]) Replace...
- 3 Add i18n infrastructure (from [3593d790354256fe3376ffc62cd6b8c49d85bd57]) Add som...
- 1 Develop spreadsheet interface #3 is done. Reopening.