~twitter-scope-team/twitter-scope/trunk

« back to all changes in this revision

Viewing changes to po/update-pos-from-pot.sh

  • Committer: Kyle Nitzsche
  • Date: 2015-10-05 21:24:02 UTC
  • Revision ID: kyle.nitzsche@canonical.com-20151005212402-3zqyp0iaxargt03z
update source tree for translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
set -e
3
3
 
4
 
POT="twittertrending.pot"
 
4
POT="twitter.pot"
5
5
 
6
6
pos=$(ls | grep \.po$)
7
7