public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Steven Whitehouse <swhiteho@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: gfs2-utils: master - gfs2-utils: Further translation updates
Date: Fri, 22 May 2009 12:46:00 -0000	[thread overview]
Message-ID: <20090522124605.177911201ED@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=11cf2280d10b7e08a098b958a96c2a5a41a9a92c
Commit:        11cf2280d10b7e08a098b958a96c2a5a41a9a92c
Parent:        39f775e9824fefdedbf9020abf86b4399537e563
Author:        Steven Whitehouse <swhiteho@redhat.com>
AuthorDate:    Fri May 22 12:37:54 2009 +0100
Committer:     Steven Whitehouse <swhiteho@redhat.com>
CommitterDate: Fri May 22 12:37:54 2009 +0100

gfs2-utils: Further translation updates

Change the textdomain so we can use just a single file
for all gfs2-utils programs. Add a directory to hold the
translations.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
---
 gfs2/fsck/main.c |    2 +-
 gfs2/mkfs/main.c |    2 +-
 gfs2/tool/main.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gfs2/fsck/main.c b/gfs2/fsck/main.c
index c85e6de..109b686 100644
--- a/gfs2/fsck/main.c
+++ b/gfs2/fsck/main.c
@@ -256,7 +256,7 @@ int main(int argc, char **argv)
 	int error = 0;
 
 	setlocale(LC_ALL, "");
-	textdomain("fsck.gfs2");
+	textdomain("gfs2-utils");
 
 	memset(sbp, 0, sizeof(*sbp));
 
diff --git a/gfs2/mkfs/main.c b/gfs2/mkfs/main.c
index 1e9d225..bd00317 100644
--- a/gfs2/mkfs/main.c
+++ b/gfs2/mkfs/main.c
@@ -33,7 +33,7 @@ main(int argc, char *argv[])
 	char *p, *whoami;
 
 	setlocale(LC_ALL, "");
-	textdomain("mkfs.gfs2");
+	textdomain("gfs2-utils");
 
 	prog_name = argv[0];
 	srandom(time(NULL) ^ getpid());
diff --git a/gfs2/tool/main.c b/gfs2/tool/main.c
index aa872c3..20614e4 100644
--- a/gfs2/tool/main.c
+++ b/gfs2/tool/main.c
@@ -170,7 +170,7 @@ int main(int argc, char *argv[])
 	prog_name = argv[0];
 
 	setlocale(LC_ALL, "");
-	textdomain("gfs2_tool");
+	textdomain("gfs2-utils");
 
 	if (argc < 2) {
 		print_usage();


                 reply	other threads:[~2009-05-22 12:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090522124605.177911201ED@lists.fedorahosted.org \
    --to=swhiteho@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).