Ack, it's et_EE, not ee_ET!

This commit is contained in:
William Kendrick 2005-02-13 22:43:55 +00:00
parent ba806a5677
commit edacc8bfb2
3 changed files with 11 additions and 11 deletions

View file

@ -251,7 +251,7 @@ uninstall:
-rm $(LOCALE_PREFIX)cy/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)da/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)de/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)ee/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)et/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)el/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)en_GB/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)es/LC_MESSAGES/tuxpaint.mo
@ -524,10 +524,10 @@ install-gettext:
@cp trans/nl.mo $(LOCALE_PREFIX)nl/LC_MESSAGES/tuxpaint.mo
@chmod 644 $(LOCALE_PREFIX)nl/LC_MESSAGES/tuxpaint.mo
@#
@echo " ee_EE ...Estonian..."
@install -d $(LOCALE_PREFIX)ee/LC_MESSAGES
@cp trans/ee.mo $(LOCALE_PREFIX)ee/LC_MESSAGES/tuxpaint.mo
@chmod 644 $(LOCALE_PREFIX)ee/LC_MESSAGES/tuxpaint.mo
@echo " et_EE ...Estonian..."
@install -d $(LOCALE_PREFIX)et/LC_MESSAGES
@cp trans/et.mo $(LOCALE_PREFIX)et/LC_MESSAGES/tuxpaint.mo
@chmod 644 $(LOCALE_PREFIX)et/LC_MESSAGES/tuxpaint.mo
@#
@echo " fi_FI ...Finnish..."
@install -d $(LOCALE_PREFIX)fi/LC_MESSAGES
@ -792,7 +792,7 @@ translations: trans \
trans/cy.mo \
trans/da.mo \
trans/de.mo \
trans/ee.mo \
trans/et.mo \
trans/el.mo \
trans/en_gb.mo \
trans/es.mo \
@ -875,9 +875,9 @@ trans/de.mo: src/po/de.po
@echo " de_DE ...German..."
@msgfmt src/po/de.po -o trans/de.mo
trans/ee.mo: src/po/ee.po
@echo " ee_ET ...Estonian..."
@msgfmt src/po/ee.po -o trans/ee.mo
trans/et.mo: src/po/et.po
@echo " et_EE ...Estonian..."
@msgfmt src/po/et.po -o trans/et.mo
trans/el.mo: src/po/el.po
@echo " el_GR ...Greek..."

View file

@ -860,7 +860,7 @@ static void show_locale_usage(FILE * f, const char * const prg)
" ga_IE (Gaelic Gaidhlig)\n"
" gl_ES (Galician Galego)\n"
" de_DE (German Deutsch)\n"
" ee_ET (Estonian)\n"
" et_EE (Estonian)\n"
" el_GR (Greek)\n"
" he_IL (Hebrew)\n"
" hi_IN (Hindi)\n"
@ -915,7 +915,7 @@ static const language_to_locale_struct language_to_locale_array[] = {
{"dansk", "da_DK"},
{"german", "de_DE"},
{"deutsch", "de_DE"},
{"estonian", "ee_ET"},
{"estonian", "et_EE"},
{"greek", "el_GR"},
{"british-english", "en_GB"},
{"british", "en_GB"},