summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlang/fetch.py2
-rwxr-xr-xlang_client/fetch.py4
-rwxr-xr-xweb/fetch.py2
3 files changed, 5 insertions, 3 deletions
diff --git a/lang/fetch.py b/lang/fetch.py
index 6332202..7dd875f 100755
--- a/lang/fetch.py
+++ b/lang/fetch.py
@@ -6,7 +6,7 @@
from transifex.api import TransifexAPI
-project='saulc-tmw-fork'
+project='moubootaur-legends'
# Load credentials from login.txt and password.txt
login=open('login.txt', 'r')
diff --git a/lang_client/fetch.py b/lang_client/fetch.py
index 01550c9..7ddb59a 100755
--- a/lang_client/fetch.py
+++ b/lang_client/fetch.py
@@ -6,7 +6,7 @@
from transifex.api import TransifexAPI
-project='saulc-tmw-fork'
+project='moubootaur-legends'
# Load credentials from login.txt and password.txt
login=open('../lang/login.txt', 'r')
@@ -53,6 +53,8 @@ for i in langs:
print("Fetching %s..." %(i))
t.get_translation(project, 'clientdata', i, '../../client-data/translations/'+str(i)+'.po')
+ """
print("Fetching %s dict..." %(i))
t.get_translation(project, 'clientdata-dict', i, '../../client-data/translations/dict/'+str(i)+'.po')
+ """
diff --git a/web/fetch.py b/web/fetch.py
index f94f79c..c5fbeea 100755
--- a/web/fetch.py
+++ b/web/fetch.py
@@ -18,7 +18,7 @@ from transifex.api import TransifexAPI
# exit(1)
print("\033[1mThis script is VULNERABLE TO CODE INJECTION. Git diff before deploying!\033[0m")
-project='saulc-tmw-fork'
+project='moubootaur-legends'
print("Loading user credentials (login.txt/password.txt) from lang/ folder...")