157 lines
4.8 KiB
Plaintext
157 lines
4.8 KiB
Plaintext
--- sh.c
|
|
+++ sh.c 2011-11-17 08:28:47.027646998 +0000
|
|
@@ -168,8 +168,8 @@ static void st_restore (void *);
|
|
static void
|
|
add_localedir_to_nlspath(const char *path)
|
|
{
|
|
- static const char msgs_LOC[] = "/%L/LC_MESSAGES/%N.cat";
|
|
- static const char msgs_lang[] = "/%l/LC_MESSAGES/%N.cat";
|
|
+ static const char msgs_LOC[] = "/%L/LC_MESSAGES/%N";
|
|
+ static const char msgs_lang[] = "/%l/LC_MESSAGES/%N";
|
|
char *old;
|
|
char *new, *new_p;
|
|
size_t len;
|
|
@@ -181,7 +181,7 @@ add_localedir_to_nlspath(const char *pat
|
|
if (path == NULL)
|
|
return;
|
|
|
|
- (void) xsnprintf(trypath, sizeof(trypath), "%s/en/LC_MESSAGES/tcsh.cat",
|
|
+ (void) xsnprintf(trypath, sizeof(trypath), "%s/en/LC_MESSAGES/tcsh",
|
|
path);
|
|
if (stat(trypath, &st) == -1)
|
|
return;
|
|
--- nls/Makefile.in
|
|
+++ nls/Makefile.in 2011-11-17 08:27:22.856205243 +0000
|
|
@@ -15,8 +15,8 @@ localedir=${DESTDIR}@localedir@
|
|
all:
|
|
|
|
CATALOGS+=C.cat
|
|
-INSTALLED+=${localedir}/C/LC_MESSAGES/tcsh.cat
|
|
-${localedir}/C/LC_MESSAGES/tcsh.cat: C.cat
|
|
+INSTALLED+=${localedir}/C/LC_MESSAGES/tcsh
|
|
+${localedir}/C/LC_MESSAGES/tcsh: C.cat
|
|
mkdir -p $(@D)
|
|
$(INSTALL) $< $@
|
|
|
|
@@ -24,8 +24,8 @@ C.cat: ${srcdir}/C/charset ${srcdir}/C/*
|
|
cat $^ $> | $(GENCAT) $@
|
|
|
|
CATALOGS+=et.cat
|
|
-INSTALLED+=${localedir}/et/LC_MESSAGES/tcsh.cat
|
|
-${localedir}/et/LC_MESSAGES/tcsh.cat: et.cat
|
|
+INSTALLED+=${localedir}/et/LC_MESSAGES/tcsh
|
|
+${localedir}/et/LC_MESSAGES/tcsh: et.cat
|
|
mkdir -p $(@D)
|
|
$(INSTALL) $< $@
|
|
|
|
@@ -33,8 +33,8 @@ et.cat: ${srcdir}/et/charset ${srcdir}/e
|
|
cat $^ $> | $(GENCAT) $@
|
|
|
|
CATALOGS+=finnish.cat
|
|
-INSTALLED+=${localedir}/fi/LC_MESSAGES/tcsh.cat
|
|
-${localedir}/fi/LC_MESSAGES/tcsh.cat: finnish.cat
|
|
+INSTALLED+=${localedir}/fi/LC_MESSAGES/tcsh
|
|
+${localedir}/fi/LC_MESSAGES/tcsh: finnish.cat
|
|
mkdir -p $(@D)
|
|
$(INSTALL) $< $@
|
|
|
|
@@ -42,8 +42,8 @@ finnish.cat: ${srcdir}/finnish/charset $
|
|
cat $^ $> | $(GENCAT) $@
|
|
|
|
CATALOGS+=french.cat
|
|
-INSTALLED+=${localedir}/fr/LC_MESSAGES/tcsh.cat
|
|
-${localedir}/fr/LC_MESSAGES/tcsh.cat: french.cat
|
|
+INSTALLED+=${localedir}/fr/LC_MESSAGES/tcsh
|
|
+${localedir}/fr/LC_MESSAGES/tcsh: french.cat
|
|
mkdir -p $(@D)
|
|
$(INSTALL) $< $@
|
|
|
|
@@ -51,8 +51,8 @@ french.cat: ${srcdir}/french/charset ${s
|
|
cat $^ $> | $(GENCAT) $@
|
|
|
|
CATALOGS+=german.cat
|
|
-INSTALLED+=${localedir}/de/LC_MESSAGES/tcsh.cat
|
|
-${localedir}/de/LC_MESSAGES/tcsh.cat: german.cat
|
|
+INSTALLED+=${localedir}/de/LC_MESSAGES/tcsh
|
|
+${localedir}/de/LC_MESSAGES/tcsh: german.cat
|
|
mkdir -p $(@D)
|
|
$(INSTALL) $< $@
|
|
|
|
@@ -60,8 +60,8 @@ german.cat: ${srcdir}/german/charset ${s
|
|
cat $^ $> | $(GENCAT) $@
|
|
|
|
CATALOGS+=greek.cat
|
|
-INSTALLED+=${localedir}/gr/LC_MESSAGES/tcsh.cat
|
|
-${localedir}/gr/LC_MESSAGES/tcsh.cat: greek.cat
|
|
+INSTALLED+=${localedir}/el/LC_MESSAGES/tcsh
|
|
+${localedir}/el/LC_MESSAGES/tcsh: greek.cat
|
|
mkdir -p $(@D)
|
|
$(INSTALL) $< $@
|
|
|
|
@@ -69,8 +69,8 @@ greek.cat: ${srcdir}/greek/charset ${src
|
|
cat $^ $> | $(GENCAT) $@
|
|
|
|
CATALOGS+=italian.cat
|
|
-INSTALLED+=${localedir}/it/LC_MESSAGES/tcsh.cat
|
|
-${localedir}/it/LC_MESSAGES/tcsh.cat: italian.cat
|
|
+INSTALLED+=${localedir}/it/LC_MESSAGES/tcsh
|
|
+${localedir}/it/LC_MESSAGES/tcsh: italian.cat
|
|
mkdir -p $(@D)
|
|
$(INSTALL) $< $@
|
|
|
|
@@ -78,8 +78,8 @@ italian.cat: ${srcdir}/italian/charset $
|
|
cat $^ $> | $(GENCAT) $@
|
|
|
|
CATALOGS+=ja.cat
|
|
-INSTALLED+=${localedir}/ja/LC_MESSAGES/tcsh.cat
|
|
-${localedir}/ja/LC_MESSAGES/tcsh.cat: ja.cat
|
|
+INSTALLED+=${localedir}/ja/LC_MESSAGES/tcsh
|
|
+${localedir}/ja/LC_MESSAGES/tcsh: ja.cat
|
|
mkdir -p $(@D)
|
|
$(INSTALL) $< $@
|
|
|
|
@@ -87,8 +87,8 @@ ja.cat: ${srcdir}/ja/charset ${srcdir}/j
|
|
cat $^ $> | $(GENCAT) $@
|
|
|
|
CATALOGS+=pl.cat
|
|
-INSTALLED+=${localedir}/pl/LC_MESSAGES/tcsh.cat
|
|
-${localedir}/pl/LC_MESSAGES/tcsh.cat: pl.cat
|
|
+INSTALLED+=${localedir}/pl/LC_MESSAGES/tcsh
|
|
+${localedir}/pl/LC_MESSAGES/tcsh: pl.cat
|
|
mkdir -p $(@D)
|
|
$(INSTALL) $< $@
|
|
|
|
@@ -96,8 +96,8 @@ pl.cat: ${srcdir}/pl/charset ${srcdir}/p
|
|
cat $^ $> | $(GENCAT) $@
|
|
|
|
CATALOGS+=russian.cat
|
|
-INSTALLED+=${localedir}/ru/LC_MESSAGES/tcsh.cat
|
|
-${localedir}/ru/LC_MESSAGES/tcsh.cat: russian.cat
|
|
+INSTALLED+=${localedir}/ru_RU/LC_MESSAGES/tcsh
|
|
+${localedir}/ru_RU/LC_MESSAGES/tcsh: russian.cat
|
|
mkdir -p $(@D)
|
|
$(INSTALL) $< $@
|
|
|
|
@@ -105,8 +105,8 @@ russian.cat: ${srcdir}/russian/charset $
|
|
cat $^ $> | $(GENCAT) $@
|
|
|
|
CATALOGS+=spanish.cat
|
|
-INSTALLED+=${localedir}/es/LC_MESSAGES/tcsh.cat
|
|
-${localedir}/es/LC_MESSAGES/tcsh.cat: spanish.cat
|
|
+INSTALLED+=${localedir}/es/LC_MESSAGES/tcsh
|
|
+${localedir}/es/LC_MESSAGES/tcsh: spanish.cat
|
|
mkdir -p $(@D)
|
|
$(INSTALL) $< $@
|
|
|
|
@@ -114,8 +114,8 @@ spanish.cat: ${srcdir}/spanish/charset $
|
|
cat $^ $> | $(GENCAT) $@
|
|
|
|
CATALOGS+=ukrainian.cat
|
|
-INSTALLED+=${localedir}/ru_UA.koi8u/LC_MESSAGES/tcsh.cat
|
|
-${localedir}/ru_UA.koi8u/LC_MESSAGES/tcsh.cat: ukrainian.cat
|
|
+INSTALLED+=${localedir}/uk_UA/LC_MESSAGES/tcsh
|
|
+${localedir}/uk_UA/LC_MESSAGES/tcsh: ukrainian.cat
|
|
mkdir -p $(@D)
|
|
$(INSTALL) $< $@
|
|
|