Skip to content

Commit 8e3d686

Browse files
committed
s/gr/el/ for greek locale (josefs10)
1 parent da98c3c commit 8e3d686

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nls/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ ${localedir}/de/LC_MESSAGES/tcsh.cat: german.cat
5858
german.cat: ${srcdir}/german/charset ${srcdir}/german/*set[0-9]*
5959
@${CATGEN} $(GENCAT) $@ $^ $>
6060

61-
INSTALLED+=${localedir}/gr/LC_MESSAGES/tcsh.cat
62-
${localedir}/gr/LC_MESSAGES/tcsh.cat: greek.cat
61+
INSTALLED+=${localedir}/el/LC_MESSAGES/tcsh.cat
62+
${localedir}/el/LC_MESSAGES/tcsh.cat: greek.cat
6363
$(MKDIR_P) $(@D)
6464
$(INSTALL_DATA) $> $^ $@
6565

0 commit comments

Comments
 (0)