Home | History | Annotate | Download | only in po

Lines Matching full:lang

99 	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
100 if test -f "$(srcdir)/WebKit/gtk/po/$${lang}.po"; then \
102 echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
103 cd $(srcdir)/WebKit/gtk/po && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \
105 $(MAKE) $${lang}.po-create; \
114 @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
115 echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
133 lang=`echo $$cat | sed -e 's/\.mo$$//'`; \
134 dir=$(localedir)/$$lang/LC_MESSAGES; \
141 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
142 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
143 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
144 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
145 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
148 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
151 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
153 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
156 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
157 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
160 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
161 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
162 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
163 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
164 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
174 lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
175 dir=$(localedir)/$$lang/LC_MESSAGES; \
179 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
180 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
181 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
182 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
183 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
186 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
189 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
191 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
194 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
195 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
206 lang=`echo $$cat | sed -e 's/\.mo$$//'`; \
208 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \