Change models to a _v0 suffix.
[mediagoblin.git] / devtools / update_translations.sh
index 537aa95bbd235883363cdc3f25abdace0b3016b3..7fcb3d49b2cfd5055adcd00c89ee380de2724198 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 Free Software Foundation, Inc
+# Copyright (C) 2011, 2012 GNU MediaGoblin contributors.  See AUTHORS.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -49,3 +49,5 @@ echo "==> Committing to git"
 git add mediagoblin/i18n/
 
 git commit -m "Committing extracted and compiled translations" || true
+
+echo "... done.  Now consider pushing up those commits!"