checkin translations pt
This commit is contained in:
File diff suppressed because it is too large
Load Diff
19
translate.sh
19
translate.sh
@ -1,19 +1,18 @@
|
||||
#! /usr/bin/env sh
|
||||
webext-translator -lang="ar"
|
||||
git commit -am "checkin translations ar" && git push ---all
|
||||
git commit -am "checkin translations ar" && git push --all
|
||||
webext-translator -lang="zh"
|
||||
git commit -am "checkin translations zh" && git push ---all
|
||||
git commit -am "checkin translations zh" && git push --all
|
||||
webext-translator -lang="fr"
|
||||
git commit -am "checkin translations fr" && git push ---all
|
||||
git commit -am "checkin translations fr" && git push --all
|
||||
webext-translator -lang="de"
|
||||
git commit -am "checkin translations de" && git push ---all
|
||||
git commit -am "checkin translations de" && git push --all
|
||||
webext-translator -lang="it"
|
||||
git commit -am "checkin translations it" && git push ---all
|
||||
git commit -am "checkin translations it" && git push --all
|
||||
webext-translator -lang="ja"
|
||||
git commit -am "checkin translations ja" && git push ---all
|
||||
git commit -am "checkin translations ja" && git push --all
|
||||
webext-translator -lang="pt"
|
||||
git commit -am "checkin translations pt" && git push ---all
|
||||
git commit -am "checkin translations pt" && git push --all
|
||||
webext-translator -lang="ru"
|
||||
git commit -am "checkin translations ru" && git push ---all
|
||||
webext-translator -lang="es"
|
||||
git commit -am "checkin translations es" && git push ---all
|
||||
git commit -am "checkin translations ru" && git push --all
|
||||
webext-translator -lang="es"
|
Reference in New Issue
Block a user