Fixed install path typo for Lithuanian translation file (lt.mo)
This commit is contained in:
parent
62ce291eec
commit
c0911b5643
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -421,9 +421,9 @@ install-gettext:
|
|||
@chmod 644 $(LOCALE_PREFIX)ko/LC_MESSAGES/tuxpaint.mo
|
||||
@#
|
||||
@echo " lt_LT ...Lithuanian..."
|
||||
@install -d $(LOCAL_PREFIX)lt/LC_MESSAGES
|
||||
@cp trans/lt.mo $(LOCAL_PREFIX)lt/LC_MESSAGES/tuxpaint.mo
|
||||
@chmod 644 $(LOCAL_PREFIX)lt/LC_MESSAGES/tuxpaint.mo
|
||||
@install -d $(LOCALE_PREFIX)lt/LC_MESSAGES
|
||||
@cp trans/lt.mo $(LOCALE_PREFIX)lt/LC_MESSAGES/tuxpaint.mo
|
||||
@chmod 644 $(LOCALE_PREFIX)lt/LC_MESSAGES/tuxpaint.mo
|
||||
@#
|
||||
@echo " nn_NO ...Norwegian Nynorsk..."
|
||||
@install -d $(LOCALE_PREFIX)nn/LC_MESSAGES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue