Skip to content
Snippets Groups Projects
Commit 243a2239 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

merge language scripts

parent 2e8e8ee9
Branches
Tags
No related merge requests found
#!/bin/bash
# Merge sflphone template into the existing po files
for file in `find . -name *.po`
do
msgmerge --update $file sflphone.pot
done
......@@ -4,3 +4,9 @@
xgettext --from-code=utf-8 --language=C -k_ -kN_ -kc_:1c,2 -kn_:1,2 -ktr2i18n -ktr2i18n:2c,1 -kki18nc:1c,2 -kki18n -ki18n -ki18nc:1c,2 -o sflphone.pot `find ../gnome/src -name \*.c`
# Merge template into the existing po files
for file in *.po
do
msgmerge --update $file sflphone.pot
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment