Change bg_BG install dir to just bg
This commit is contained in:
parent
99020142b4
commit
7cfdaf1966
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -450,9 +450,9 @@ install-gettext:
|
|||
@chmod 644 $(LOCALE_PREFIX)en_GB/LC_MESSAGES/tuxpaint.mo
|
||||
@#
|
||||
@echo " bg_BG ...Bulgarian..."
|
||||
@install -d $(LOCALE_PREFIX)bg_BG/LC_MESSAGES
|
||||
@cp trans/bg.mo $(LOCALE_PREFIX)bg_BG/LC_MESSAGES/tuxpaint.mo
|
||||
@chmod 644 $(LOCALE_PREFIX)bg_BG/LC_MESSAGES/tuxpaint.mo
|
||||
@install -d $(LOCALE_PREFIX)bg/LC_MESSAGES
|
||||
@cp trans/bg.mo $(LOCALE_PREFIX)bg/LC_MESSAGES/tuxpaint.mo
|
||||
@chmod 644 $(LOCALE_PREFIX)bg/LC_MESSAGES/tuxpaint.mo
|
||||
@#
|
||||
@echo " ca_ES ...Catalan..."
|
||||
@install -d $(LOCALE_PREFIX)ca/LC_MESSAGES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue