Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Translation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
28
Issues
28
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Development
Translation
Commits
b7c221aa
Commit
b7c221aa
authored
Mar 28, 2011
by
Piotr Szotkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
be a bit more quieter, my friend
parent
cc4834fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bin/propagate-pot-changes.sh
bin/propagate-pot-changes.sh
+2
-2
No files found.
bin/propagate-pot-changes.sh
View file @
b7c221aa
...
...
@@ -4,8 +4,8 @@ langs=`ls -1d po/?? po/??_?? | cut -d/ -f2`
pots
=
`
for
pot
in
po/pot/
*
.pot
;
do
basename
$pot
.pot
;
done
`
for
lang
in
$langs
;
do
echo
;
echo
$lang
echo
$lang
for
pot
in
$pots
;
do
msgmerge
--
uniqu
e
po/
$lang
/
$pot
.po po/pot/
$pot
.pot
msgmerge
--
no-fuzzy-matching
--quiet
--updat
e
po/
$lang
/
$pot
.po po/pot/
$pot
.pot
done
done
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