Commit 8fef94cd authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

po: make the linguas script regenerate the POT file

So we don't have to remember its awkward target name.
No related merge requests found
Showing with 3 additions and 8 deletions
+3 -8
#!/bin/sh #!/bin/sh
# Execute this is the po/ subdir. # Let this be executed in the po/ subdir.
cd "$(dirname "$0")" || exit cd "$(dirname "$0")" || exit
echo "Updating translations via TP" echo "Updating translations via TP"
...@@ -15,10 +15,5 @@ if [ -n "${NEWSTUFF}" ]; then ...@@ -15,10 +15,5 @@ if [ -n "${NEWSTUFF}" ]; then
echo $(printf '%s\n' *.po | LC_ALL=C sort | sed 's/\.po//g') >>LINGUAS echo $(printf '%s\n' *.po | LC_ALL=C sort | sed 's/\.po//g') >>LINGUAS
fi fi
echo "Remerging and recompiling the PO files..." echo "Regenerating POT file and remerging and recompiling PO files..."
make make update-po
#echo "Staging the files"
#git add -v nano.pot
#git add -v *.po
#git add -v LINGUAS
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment