search for: textdomains

Displaying 20 results from an estimated 202 matches for "textdomains".

Did you mean: textdomain
2006 Jan 15
15
Gettext and Rails ?
Hello, I''m trying to use ruby-gettext 1.1.1 (installed with gem) with rails and here is all I get : undefined method `init_gettext'' for ApplicationController:Class Here is my source : require ''gettext/rails'' class ApplicationController < ActionController::Base init_gettext "test" end As a Nuby, I don''t really know what to do.
2006 Jun 09
0
Ruby-GetText-Package-1.6.0
...elease, you can localize your rails plugin easily with gettext. I wrote a small example. If you''re interested in it, check the file in the released tar-ball. # See (gettext)/samples/rails/vendor/.... Changes ------- * Support Chinese(zh_CN), Italian(it). * Improve the way to manage textdomains. * A class/module can have plural textdomains. * A textdomain belong to a class/module. * A class/module can have plural textdomains. * A message is looked up in its class/module and ancestors. You don''t need to call bindtextdomain in each files. # A textdomain...
2010 Jul 28
3
Create new Sys::VirtV2V::Util
These 2 patches are mostly code motion. They were prompted by an apparent augeas error in BZ 613967 which didn't display useful error message. The error seems to happen in Converter::Linux. GuestOS::RedHat had a handy function which displayed verbose augeas error messages. This function moves into the new module where it can be used by both modules. The second patch is an consequential tidy
2005 Aug 21
2
Has anyone got dvd::rip to work in CentOS?
I feel like Im chasing my own tail round and round in trying to install dvd::rip. Installing the RPM just gets me lost in a world of dependancies. I tried installing manually and all I get is the following: [dave at localhost ~]$ /usr/bin/dvdrip Can't locate Locale/TextDomain.pm in @INC (@INC contains: lib /usr/lib/perl5/5.8.5/i386-linux-thread-multi... ... and it goes on and on. By
2006 Sep 12
0
Ruby-GetText-Package-1.8.0
...nce to support Ruby on Rails. * init_gettext finds mo-files in /vendor/plugins/{plugin_name}/locale which has app/controller directories such as Rails Engines. And init_gettext accepts :locale_path option to be able to set the locale path manually. * init_gettext manages plural textdomains. * Add before_init_gettext, after_init_gettext methods like as before/after_filter. * Speed up(the sample blog is 1.5 times faster). * gettext/active_record.rb from gettext/rails.rb. * ActiveRecord::Validations is set the app''s textdomain in init_gettext. It means the clas...
2006 May 07
0
Ruby-GetText-Package-1.5.0
Hi, Ruby-GetText-Package-1.5.0 is now available. Russian is added. Now it supports 11 languages and the screenshot is available. http://www.yotabanana.com/hiki/?ruby-gettext-screenshot Have fun! Changes ------- * Support Russian. * Fix bugs. * Refresh mo option was added. Check mo files and reload it if it''s updated. ruby -d or GetText::TextDomain.check_mo=(true). Or
2010 Sep 21
1
[PREVIEW ONLY] Refactor data transfer code
This patch refactors the data transfer code with several goals: * Have a common read(source)/write(target) loop so that common processing can happen in the middle of it, e.g. format change/progress bar * Provide volume metadata to transfers to allow smarter reading/writing, e.g. of sparse files * Simplify the data transfer code The patch *isn't* NFC because there are some minor behaviour
2005 Dec 29
5
Ruby-GetText-Package-1.1.0
Hi, Ruby-GetText-Package-1.1.0 is now available. This release enhances many features for Ruby on Rails. I hope this release make your Application support L10n. And thanks for many helps! Highlights ---------- * Added some functions which managed po/mo files easily. * GetText.update_pofiles creates/updates pot/po files. The idea is from Sascha Ebach. * String% is extended to accept
2017 Jan 26
1
[PATCH] Use srandom (time (NULL) + getpid ()) throughout.
It avoids two programs which start at exactly the same time from having the same random number seed, which helps in some tests. --- edit/edit.c | 3 ++- fish/fish.c | 2 +- tests/mount-local/test-parallel-mount-local.c | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/edit/edit.c b/edit/edit.c index
2011 Jan 17
1
[PATCH] Fix subclassing of LibVirtXMLSource
LibVirtXMLSource was subclassing an invalid class, and consequently didn't have copy_storage defined. Fixes RHBZ#670175 --- lib/Sys/VirtV2V/Connection/LibVirtXMLSource.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Sys/VirtV2V/Connection/LibVirtXMLSource.pm b/lib/Sys/VirtV2V/Connection/LibVirtXMLSource.pm index e62d996..ffb9309 100644 ---
2006 Apr 15
0
Ruby-GetText-Package-1.4.0
Hi, Ruby-GetText-Package-1.4.0 is now available. Changes ------- * Support OpenBSD. * Fix bugs * Enhance supports of Ruby on Rails. * Improved ActionMailer localization support. * Support ActionWebService * test/gettext_test_rails.rb works with Rails-1.1.2. Thanks to: Donald Piret, Nobuhiro IMAI, Nick Snels, John Allard and others. Website -------
2006 Feb 23
0
Ruby-GetText-Package-1.2.0
Hi, Ruby-GetText-Package-1.2.0 is now available. Changes for RoR --------------- * Works with rjs templates. * Add methods to change the error message dialog(?) title/explanation. * Bugfixes. * Added GetText.Nn_(). Website ------- http://rubyforge.org/projects/gettext/ * Download http://rubyforge.org/frs/?group_id=855&release_id=2856 * Ruby-GetText-Package HOWTOs
2017 Mar 24
2
Virt-win-reg does not exist
Hello, I have compiled the latest version of libguestfs on Debian jessie with no flags specified and virt-win-reg does not exist as a tool. Do I need to specify any flag to have that available? Regards, Peter
2006 Jul 17
0
Ruby-GetText-Package-1.7.0
...o ActiveRecord (.rb) * rmsgfmt command for creating a mo-file from a po-file. * The po-file is compatible to GNU gettext. You can maintain these files to use GNU getext tools. * The mo-file is compatible to GNU gettext(msgfmt). * multi-textdomain supported. You can bind plural textdomains to a class/module. * CGI support (gettext/cgi) * ERB support (gettext/erb) * Ruby on Rails support (gettext/rails) Status of translations ---------------------- Chinese(zh) - 1.7.0 Czech(cs) - 1.7.0 Dutch(nl) - 1.7.0 English(default) -...
2010 Mar 31
1
[PATCH] Add LocalCopy transfer method to transfer local files to a target
Also changes command line parsing to require a pool to be specified when using libvirt output, meaning storage will always be copied. --- MANIFEST | 1 + lib/Sys/VirtV2V/Connection.pm | 74 +++++++++--------- lib/Sys/VirtV2V/Connection/LibVirt.pm | 18 +++-- lib/Sys/VirtV2V/Connection/LibVirtXML.pm | 11 ++- lib/Sys/VirtV2V/Target/LibVirt.pm
2017 Jan 26
2
[PATCH v2 0/2] Fix srandom issues.
A better way to solve this I think. Rich.
2006 Mar 11
0
Ruby-GetText-Package-1.3.0
Hi, Ruby-GetText-Package-1.3.0 is now available. Now ActiveRecord::Column.human_name values translate automaticaly. Changes for RoR --------------- * Improve Local::Object * POSIX, C convert to "en". * Enhance supports of Ruby on Rails. * ActionMailer localization support. * Use GetText function(_() N_() etc) in template. * ISO-2022-JP charset is used when language
2013 Oct 31
6
[PATCH 0/4] virt-v2v: Convert RedHat.pm to Linux.pm
In preparation for an upcoming patch which adds support for SUSE guest conversions, it makes sense to have an intermediate steps that changes the RedHat.pm converter into a more generic Linux converter. The SUSE changes will then be limited in scope to only what is required for SUSE support. This series of patches accomplishes the following: - Renames RedHat.pm to Linux.pm - Modifies Linux.pm
2008 Sep 15
1
Ruby-GetText-Package-1.93.0
...* Have rgettext/rmsgfmt as module functions. It''s useful as Rake tasks. * The po-file is compatible to GNU gettext. You can maintain these files to use GNU getext tools. * The mo-file is compatible to GNU gettext(msgfmt). * multi-textdomain supported. You can bind plural textdomains to a class/module. * CGI support (gettext/cgi) * Ruby on Rails support (gettext/rails) ScreenShots ----------- Screenshots in 22 languages (Sample Rails blog) are: http://www.yotabanana.com/hiki/?ruby-gettext-screenshot Status of translations ---------------------- * Bosnian(bs)...
2016 Jun 01
2
[PATCH v2] rescue: add --autosysroot option RHBZ#1183493
--autosysroot option uses suggestions to user on how to mount filesystems and change root suggested by --suggest option in virt-rescue. Commands are passed on kernel command line in format guestfs_command=command;. Command ends with a semicolon and there can be multiple commands specified. These are executed just before bash starts. On successfull run user is presented directly with bash in