Skip to content

Commit 8dda6a3

Browse files
author
Cristian Henzel
committed
Update translations
1 parent ff7ab2f commit 8dda6a3

34 files changed

+4783
-2926
lines changed

.tx/config

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ lang_map = bg_BG:bg, de_DE:de, et_EE:et, hr_HR:hr
66
file_filter = po/<lang>.po
77
source_file = po/clipit.pot
88
source_lang = en
9+

po/Makefile.in.in

+5-6
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ exec_prefix = @exec_prefix@
3333
datadir = @datadir@
3434
datarootdir = @datarootdir@
3535
libdir = @libdir@
36-
DATADIRNAME = @DATADIRNAME@
37-
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
36+
localedir = @localedir@
3837
subdir = po
3938
install_sh = @install_sh@
4039
# Automake >= 1.8 provides @mkdir_p@.
@@ -80,7 +79,7 @@ INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@;
8079

8180
.po.pox:
8281
$(MAKE) $(GETTEXT_PACKAGE).pot
83-
$(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
82+
$(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox
8483

8584
.po.mo:
8685
$(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $<
@@ -108,7 +107,7 @@ install-data-no: all
108107
install-data-yes: all
109108
linguas="$(USE_LINGUAS)"; \
110109
for lang in $$linguas; do \
111-
dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
110+
dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
112111
$(mkdir_p) $$dir; \
113112
if test -r $$lang.gmo; then \
114113
$(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
@@ -142,8 +141,8 @@ install-exec installcheck:
142141
uninstall:
143142
linguas="$(USE_LINGUAS)"; \
144143
for lang in $$linguas; do \
145-
rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
146-
rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
144+
rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
145+
rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
147146
done
148147

149148
check: all $(GETTEXT_PACKAGE).pot

0 commit comments

Comments
 (0)