2018-02-05 13:38:02 +01:00
|
|
|
#!/usr/bin/env bash
|
2014-11-12 17:40:59 +01:00
|
|
|
###########################################################################
|
|
|
|
# push_ts.sh
|
|
|
|
# ---------------------
|
|
|
|
# Date : November 2014
|
|
|
|
# Copyright : (C) 2014 by Juergen E. Fischer
|
|
|
|
# Email : jef at norbit dot de
|
|
|
|
###########################################################################
|
|
|
|
# #
|
|
|
|
# This program is free software; you can redistribute it and/or modify #
|
|
|
|
# it under the terms of the GNU General Public License as published by #
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or #
|
|
|
|
# (at your option) any later version. #
|
|
|
|
# #
|
|
|
|
###########################################################################
|
|
|
|
|
|
|
|
# Update the english translation and push it to transifex
|
2017-08-06 22:10:12 +02:00
|
|
|
scripts/update_ts.sh push "$@"
|