Lines Matching refs:lang

150 	    for lang in ${LANGUAGES} ; do \
151 if [ -f po/$$lang/$$base.po ]; then \
152 ${ECHO} "merging $$base.pot into po/$$lang/$$base.po ..." ; \
153 if ${XOMSGMERGE} po/$$lang/$$base.po \
155 -o po/$$lang/$$base.new.po; then \
156 ${MV} po/$$lang/$$base.po \
157 po/$$lang/$$base.po.old ; \
158 ${MV} po/$$lang/$$base.new.po \
159 po/$$lang/$$base.po ; \
163 elif [ -f ${srcdir}/po/$$lang/$$base.po ]; then \
164 ${ECHO} "merging (srcdir) $$base.pot into po/$$lang/$$base.po ..." ; \
165 if ${XOMSGMERGE} ${srcdir}/po/$$lang/$$base.po \
167 -o po/$$lang/$$base.new.po; then \
168 ${MV} po/$$lang/$$base.po \
169 po/$$lang/$$base.po.old ; \
170 ${MV} po/$$lang/$$base.new.po \
171 po/$$lang/$$base.po ; \
181 for lang in ${LANGUAGES} ; do \
182 if [ -f po/$$lang/$$base.po ]; then \
183 ${MKDIR} -p ${srcdir}/po/$$lang ; \
184 (${DB} ${CP} po/$$lang/$$base.po ${srcdir}/po/$$lang/$$base.po ); \
191 for lang in ${LANGUAGES} ; do \
192 if [ ! -f po/$$lang/$$base.po ]; then \
193 ${MKDIR} -p po/$$lang ; \
194 (${DB} ${CP} $$base.pot po/$$lang/$$base.po ); \
204 for lang in ${LANGUAGES} ; do \
205 if [ -f po/$$lang/$$base.po ] ; then \
206 ${XODIFF} ${srcdir}/po/$$lang/$$base.po po/$$lang/$$base.po ; \
213 for lang in ${LANGUAGES} ; do \
214 ${MKDIR} -p po/$$lang/LC_MESSAGES ; \
215 if [ -f po/$$lang/$$base.po ] ; then \
216 (${DB} ${MSGFMT} -o po/$$lang/LC_MESSAGES/$$base.mo \
217 po/$$lang/$$base.po ); \
218 elif [ -f ${srcdir}/po/$$lang/$$base.po ]; then \
219 (${DB} ${MSGFMT} -o po/$$lang/LC_MESSAGES/$$base.mo \
220 ${srcdir}/po/$$lang/$$base.po ;) \