From a0da17fe3585ee78a92887ecbe07f8c0a36c584c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 29 Oct 2021 19:27:01 -0300 Subject: Update outdated script --- lang/push.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/push.py b/lang/push.py index b6d3fcb..fad4fce 100755 --- a/lang/push.py +++ b/lang/push.py @@ -9,7 +9,7 @@ from transifex.api import TransifexAPI print("This script is not used. If you're sure you want to use it comment line 10.") #exit(1) -project='saulc-tmw-fork' +project='moubootaur-legends' # Load credentials from login.txt and password.txt login=open('login.txt', 'r') @@ -46,6 +46,6 @@ if (not t.project_exists(project)): #for i in langs: i="pt_BR" print("Uploading %s..." %(i)) -t.new_translation(project, 'server-data', i, 'in/'+str(i)+'.po') +t.new_translation(project, 'serverdata', i, 'in/'+str(i)+'.po') -- cgit v1.2.3-60-g2f50