diff options
Diffstat (limited to 'lang')
-rwxr-xr-x | lang/push.py | 4 |
1 files 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') |