This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED] Replace "SOME DESCRIPTIVE TITLE" in PO and POT header.


I recently found myself needing to give someone a list of
all the languages glibc had translations for, but found
that it was harder than I had expected.

I had hoped that with `head -1 *.po' I could get a quick
descriptive list of all the languages we supported, but
some of the files were still using the template
"SOME DESCRIPTIVE TEXT".

Give our po and pot header some descriptive titles to help
others easily determine what's in the file.

Committed as obvious.

2013-05-28  Carlos O'Donell  <carlos@redhat.com>

	* po/be.po: Add descriptive title.
	* po/zh_CN.po: Likewise.
	* po/header.pot: Likewise.

diff --git a/po/be.po b/po/be.po
index fb9c3e5..87bfdea 100644
--- a/po/be.po
+++ b/po/be.po
@@ -1,4 +1,4 @@
-# SOME DESCRIPTIVE TITLE.
+# Belarusian messages for the GNU C Library.
 # Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 # Ales Nyakhaychyk <nab@mail.by>, 2002, 2003.
 #
diff --git a/po/header.pot b/po/header.pot
index 8789e5c..91e821f 100644
--- a/po/header.pot
+++ b/po/header.pot
@@ -1,4 +1,4 @@
-# SOME DESCRIPTIVE TITLE.
+# English (American) messages for the GNU C Library.
 # Copyright (C) YEAR Free Software Foundation, Inc.
 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 #
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 14207f0..ab33cc8 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1,4 +1,4 @@
-# SOME DESCRIPTIVE TITLE.
+# Chinese (simplified) messages for the GNU C Library.
 # Copyright (C) 2002, 2007 Free Software Foundation, Inc.
 # LI Daobing <lidaobing@gmail.com>, 2007.
 # Wang Li <charles@linux.net.cn>, 2002.
---

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]