Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Commits
8fef94cd
Commit
8fef94cd
authored
8 years ago
by
Benno Schulenberg
Browse files
Options
Download
Email Patches
Plain Diff
po: make the linguas script regenerate the POT file
So we don't have to remember its awkward target name.
parent
61d7ca4c
master
feature/match-parens
refactor/readbility
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
po/update_linguas.sh
+3
-8
po/update_linguas.sh
with
3 additions
and
8 deletions
+3
-8
po/update_linguas.sh
View file @
8fef94cd
#!/bin/sh
#
Execute this is
the po/ subdir.
#
Let this be executed in
the po/ subdir.
cd
"
$(
dirname
"
$0
"
)
"
||
exit
echo
"Updating translations via TP"
...
...
@@ -15,10 +15,5 @@ if [ -n "${NEWSTUFF}" ]; then
echo
$(
printf
'%s\n'
*
.po |
LC_ALL
=
C
sort
|
sed
's/\.po//g'
)
>>
LINGUAS
fi
echo
"Remerging and recompiling the PO files..."
make
#echo "Staging the files"
#git add -v nano.pot
#git add -v *.po
#git add -v LINGUAS
echo
"Regenerating POT file and remerging and recompiling PO files..."
make update-po
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help