diff --git a/app/blueprints/github/__init__.py b/app/blueprints/github/__init__.py
index 293b279c..e0ae0c6a 100644
--- a/app/blueprints/github/__init__.py
+++ b/app/blueprints/github/__init__.py
@@ -59,16 +59,16 @@ def callback(oauth_token):
if userByGithub is None:
current_user.github_username = username
db.session.commit()
- flash(gettext("Linked github to account"), "success")
+ flash(gettext("Linked GitHub to account"), "success")
return redirect(url_for("homepage.home"))
else:
- flash(gettext("Github account is already associated with another user"), "danger")
+ flash(gettext("GitHub account is already associated with another user"), "danger")
return redirect(url_for("homepage.home"))
# If not logged in, log in
else:
if userByGithub is None:
- flash(gettext("Unable to find an account for that Github user"), "danger")
+ flash(gettext("Unable to find an account for that GitHub user"), "danger")
return redirect(url_for("users.claim_forums"))
ret = login_user_set_active(userByGithub, remember=True)
diff --git a/app/tasks/forumtasks.py b/app/tasks/forumtasks.py
index c46ca846..785e4c31 100644
--- a/app/tasks/forumtasks.py
+++ b/app/tasks/forumtasks.py
@@ -44,7 +44,7 @@ def checkForumAccount(username, forceNoSave=False):
# Get github username
github_username = profile.get("github")
if github_username is not None and github_username.strip() != "":
- print("Updated github username for " + user.display_name + " to " + github_username)
+ print("Updated GitHub username for " + user.display_name + " to " + github_username)
user.github_username = github_username
needsSaving = True
diff --git a/app/templates/packages/create_edit.html b/app/templates/packages/create_edit.html
index 62b4e005..1bb7a3ed 100644
--- a/app/templates/packages/create_edit.html
+++ b/app/templates/packages/create_edit.html
@@ -52,9 +52,8 @@
diff --git a/translations/de/LC_MESSAGES/messages.po b/translations/de/LC_MESSAGES/messages.po
index ac288149..2bb89604 100644
--- a/translations/de/LC_MESSAGES/messages.po
+++ b/translations/de/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2022-01-20 01:16+0000\n"
+"POT-Creation-Date: 2022-01-20 01:28+0000\n"
"PO-Revision-Date: 2022-01-20 00:48+0000\n"
"Last-Translator: Wuzzy \n"
"Language: de\n"
@@ -57,15 +57,18 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
msgstr "Autorisierung fehlgeschlagen [err=gh-oauth-login-failed]"
#: app/blueprints/github/__init__.py:62
-msgid "Linked github to account"
+#, fuzzy
+msgid "Linked GitHub to account"
msgstr "Github wurde mit dem Konto verknüpft"
#: app/blueprints/github/__init__.py:65
-msgid "Github account is already associated with another user"
+#, fuzzy
+msgid "GitHub account is already associated with another user"
msgstr "Das Github-Konto ist bereits mit einem anderen Benutzer verknüpft"
#: app/blueprints/github/__init__.py:71
-msgid "Unable to find an account for that Github user"
+#, fuzzy
+msgid "Unable to find an account for that GitHub user"
msgstr "Nicht möglich, ein Konto für diesen Github-Benutzer zu finden"
#: app/blueprints/github/__init__.py:76
@@ -143,7 +146,7 @@ msgstr "Name (Technisch)"
#: app/blueprints/packages/packages.py:231
#: app/blueprints/packages/packages.py:547
-#: app/templates/packages/create_edit.html:76
+#: app/templates/packages/create_edit.html:75
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
msgstr "Nur Kleinbuchstaben (a-z), Ziffern (0-9) und Unterstriche (_)"
@@ -1821,8 +1824,9 @@ msgstr ""
"Details automatisch zu aktualisieren."
#: app/templates/packages/create_edit.html:55
+#, fuzzy
msgid ""
-"Javascript is needed to improve the user interface, and is needed for "
+"JavaScript is needed to improve the user interface, and is needed for "
"features\n"
"\t\t\tsuch as finding metadata from git, and autocompletion."
msgstr ""
@@ -1831,22 +1835,16 @@ msgstr ""
"\t\t\twie das Auffinden von Metadaten aus Git und die automatische "
"Vervollständigung."
-#: app/templates/packages/create_edit.html:57
-msgid "Whilst disabled Javascript may work, it is not officially supported."
-msgstr ""
-"Deaktiviertes Javascript kann zwar funktionieren, wird aber nicht "
-"offiziell unterstützt."
-
-#: app/templates/packages/create_edit.html:67
+#: app/templates/packages/create_edit.html:66
#: app/templates/threads/view.html:78
msgid "Package"
msgstr "Paket"
-#: app/templates/packages/create_edit.html:74
+#: app/templates/packages/create_edit.html:73
msgid "Please open a thread to request a name change"
msgstr "Bitte eröffnen Sie ein Thema, um eine Namensänderung zu beantragen"
-#: app/templates/packages/create_edit.html:80
+#: app/templates/packages/create_edit.html:79
msgid ""
"Please choose 'Work in Progress' if your package is unstable, and "
"shouldn't be recommended to all players"
@@ -1854,17 +1852,17 @@ msgstr ""
"Bitte wählen Sie „In Arbeit“, wenn Ihr Paket instabil ist und nicht für "
"alle Spieler empfohlen werden sollte"
-#: app/templates/packages/create_edit.html:89
+#: app/templates/packages/create_edit.html:88
msgid "If there is no media, set the Media License to the same as the License."
msgstr ""
"Setzen Sie die Medienlizenz auf die gleiche Lizenz wie die normale "
"Lizenz, sofern keine Medien vorhanden sind."
-#: app/templates/packages/create_edit.html:95
+#: app/templates/packages/create_edit.html:94
msgid "Repository and Links"
msgstr "Repository und Links"
-#: app/templates/packages/create_edit.html:98
+#: app/templates/packages/create_edit.html:97
msgid ""
"Enter the repo URL for the package.\n"
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
@@ -1874,25 +1872,25 @@ msgstr ""
"\t\t\t\tWenn das Reposiory Git benutzt, werden die Metadaten automatisch "
"importiert."
-#: app/templates/packages/create_edit.html:101
+#: app/templates/packages/create_edit.html:100
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
msgstr ""
"Lassen Sie das Feld leer, wenn Sie kein Repo haben. Klicken Sie auf "
"Überspringen, wenn der Import fehlschlägt."
-#: app/templates/packages/create_edit.html:107
+#: app/templates/packages/create_edit.html:106
msgid "Next (Autoimport)"
msgstr "Weiter (Autoimport)"
-#: app/templates/packages/create_edit.html:108
+#: app/templates/packages/create_edit.html:107
msgid "Skip Autoimport"
msgstr "Autoimport überspringen"
-#: app/templates/packages/create_edit.html:112
+#: app/templates/packages/create_edit.html:111
msgid "Importing... (This may take a while)"
msgstr "Importieren … (Dies kann eine Weile dauern)"
-#: app/templates/packages/create_edit.html:120
+#: app/templates/packages/create_edit.html:119
msgid "Tip: paste in a forum topic URL"
msgstr "Tipp: Fügen Sie die URL eines Forumthemas ein"
@@ -3370,3 +3368,9 @@ msgstr ""
#~ msgid "Unable to add protected tag {tag.title} to package"
#~ msgstr ""
+#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
+#~ msgstr ""
+#~ "Deaktiviertes Javascript kann zwar "
+#~ "funktionieren, wird aber nicht offiziell "
+#~ "unterstützt."
+
diff --git a/translations/es/LC_MESSAGES/messages.po b/translations/es/LC_MESSAGES/messages.po
index e806ffea..621504fa 100644
--- a/translations/es/LC_MESSAGES/messages.po
+++ b/translations/es/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2022-01-20 01:16+0000\n"
+"POT-Creation-Date: 2022-01-20 01:28+0000\n"
"PO-Revision-Date: 2022-01-17 15:22+0000\n"
"Last-Translator: Joaquín Villalba \n"
"Language: es\n"
@@ -57,15 +57,18 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
msgstr "La autorización falló[err=gh-oauth-login-failed]"
#: app/blueprints/github/__init__.py:62
-msgid "Linked github to account"
+#, fuzzy
+msgid "Linked GitHub to account"
msgstr "Github vinculado a la cuenta"
#: app/blueprints/github/__init__.py:65
-msgid "Github account is already associated with another user"
+#, fuzzy
+msgid "GitHub account is already associated with another user"
msgstr "La cuenta de Github ya está asociada con otro usuario"
#: app/blueprints/github/__init__.py:71
-msgid "Unable to find an account for that Github user"
+#, fuzzy
+msgid "Unable to find an account for that GitHub user"
msgstr "Incapaz de encontrar una cuenta para ese usuario de Github"
#: app/blueprints/github/__init__.py:76
@@ -143,7 +146,7 @@ msgstr "Nombre (Técnico)"
#: app/blueprints/packages/packages.py:231
#: app/blueprints/packages/packages.py:547
-#: app/templates/packages/create_edit.html:76
+#: app/templates/packages/create_edit.html:75
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
msgstr "Sólo letras minúsculas (a-z), dígitos (0-9) y guiones bajos (_)"
@@ -1788,62 +1791,58 @@ msgstr ""
#: app/templates/packages/create_edit.html:55
msgid ""
-"Javascript is needed to improve the user interface, and is needed for "
+"JavaScript is needed to improve the user interface, and is needed for "
"features\n"
"\t\t\tsuch as finding metadata from git, and autocompletion."
msgstr ""
-#: app/templates/packages/create_edit.html:57
-msgid "Whilst disabled Javascript may work, it is not officially supported."
-msgstr ""
-
-#: app/templates/packages/create_edit.html:67
+#: app/templates/packages/create_edit.html:66
#: app/templates/threads/view.html:78
msgid "Package"
msgstr ""
-#: app/templates/packages/create_edit.html:74
+#: app/templates/packages/create_edit.html:73
msgid "Please open a thread to request a name change"
msgstr ""
-#: app/templates/packages/create_edit.html:80
+#: app/templates/packages/create_edit.html:79
msgid ""
"Please choose 'Work in Progress' if your package is unstable, and "
"shouldn't be recommended to all players"
msgstr ""
-#: app/templates/packages/create_edit.html:89
+#: app/templates/packages/create_edit.html:88
msgid "If there is no media, set the Media License to the same as the License."
msgstr ""
-#: app/templates/packages/create_edit.html:95
+#: app/templates/packages/create_edit.html:94
msgid "Repository and Links"
msgstr ""
-#: app/templates/packages/create_edit.html:98
+#: app/templates/packages/create_edit.html:97
msgid ""
"Enter the repo URL for the package.\n"
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
"imported."
msgstr ""
-#: app/templates/packages/create_edit.html:101
+#: app/templates/packages/create_edit.html:100
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
msgstr ""
-#: app/templates/packages/create_edit.html:107
+#: app/templates/packages/create_edit.html:106
msgid "Next (Autoimport)"
msgstr ""
-#: app/templates/packages/create_edit.html:108
+#: app/templates/packages/create_edit.html:107
msgid "Skip Autoimport"
msgstr ""
-#: app/templates/packages/create_edit.html:112
+#: app/templates/packages/create_edit.html:111
msgid "Importing... (This may take a while)"
msgstr "Importando... (Esto puede tardar un poco)"
-#: app/templates/packages/create_edit.html:120
+#: app/templates/packages/create_edit.html:119
msgid "Tip: paste in a forum topic URL"
msgstr ""
@@ -3245,3 +3244,13 @@ msgstr ""
#~ msgid "No releases need reviewing."
#~ msgstr ""
+#~ msgid ""
+#~ "Javascript is needed to improve the "
+#~ "user interface, and is needed for "
+#~ "features\n"
+#~ "\t\t\tsuch as finding metadata from git, and autocompletion."
+#~ msgstr ""
+
+#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
+#~ msgstr ""
+
diff --git a/translations/fr/LC_MESSAGES/messages.po b/translations/fr/LC_MESSAGES/messages.po
index 262058fa..f0494d18 100644
--- a/translations/fr/LC_MESSAGES/messages.po
+++ b/translations/fr/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2022-01-20 01:16+0000\n"
+"POT-Creation-Date: 2022-01-20 01:28+0000\n"
"PO-Revision-Date: 2022-01-19 07:54+0000\n"
"Last-Translator: AFCMS \n"
"Language: fr\n"
@@ -57,15 +57,18 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
msgstr "Échec de l'autorisation [err=gh-oauth-login-failed]"
#: app/blueprints/github/__init__.py:62
-msgid "Linked github to account"
+#, fuzzy
+msgid "Linked GitHub to account"
msgstr "Compte GitHub lié"
#: app/blueprints/github/__init__.py:65
-msgid "Github account is already associated with another user"
+#, fuzzy
+msgid "GitHub account is already associated with another user"
msgstr "Le compte Github est déjà associé à un autre utilisateur"
#: app/blueprints/github/__init__.py:71
-msgid "Unable to find an account for that Github user"
+#, fuzzy
+msgid "Unable to find an account for that GitHub user"
msgstr "Impossible de trouver un compte pour cet utilisateur Github"
#: app/blueprints/github/__init__.py:76
@@ -145,7 +148,7 @@ msgstr "Nom (Technique)"
#: app/blueprints/packages/packages.py:231
#: app/blueprints/packages/packages.py:547
-#: app/templates/packages/create_edit.html:76
+#: app/templates/packages/create_edit.html:75
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
msgstr ""
"Lettres minuscules (a-z), chiffres (0-9) et caractères de soulignement "
@@ -1814,8 +1817,9 @@ msgstr ""
"à jour ces détails automatiquement."
#: app/templates/packages/create_edit.html:55
+#, fuzzy
msgid ""
-"Javascript is needed to improve the user interface, and is needed for "
+"JavaScript is needed to improve the user interface, and is needed for "
"features\n"
"\t\t\tsuch as finding metadata from git, and autocompletion."
msgstr ""
@@ -1824,22 +1828,16 @@ msgstr ""
"\t\t\t telles que la recherche de métadonnées dans Git et "
"l'autocomplétion."
-#: app/templates/packages/create_edit.html:57
-msgid "Whilst disabled Javascript may work, it is not officially supported."
-msgstr ""
-"Bien que JavaScript puisse être désactivé, cela n'est pas officiellement "
-"pris en charge."
-
-#: app/templates/packages/create_edit.html:67
+#: app/templates/packages/create_edit.html:66
#: app/templates/threads/view.html:78
msgid "Package"
msgstr "Paquet"
-#: app/templates/packages/create_edit.html:74
+#: app/templates/packages/create_edit.html:73
msgid "Please open a thread to request a name change"
msgstr "Merci d'ouvrir une discussion pour demander un changement de nom"
-#: app/templates/packages/create_edit.html:80
+#: app/templates/packages/create_edit.html:79
msgid ""
"Please choose 'Work in Progress' if your package is unstable, and "
"shouldn't be recommended to all players"
@@ -1847,42 +1845,42 @@ msgstr ""
"Veuillez choisir \"Travail en cours\" si votre paquet est instable et ne "
"devrait pas être recommandé à tous les joueurs"
-#: app/templates/packages/create_edit.html:89
+#: app/templates/packages/create_edit.html:88
msgid "If there is no media, set the Media License to the same as the License."
msgstr ""
"S'il n'y a pas de ressources, définissez la licence des ressources comme "
"étant la même que la licence."
-#: app/templates/packages/create_edit.html:95
+#: app/templates/packages/create_edit.html:94
msgid "Repository and Links"
msgstr "Dépôt et liens"
-#: app/templates/packages/create_edit.html:98
+#: app/templates/packages/create_edit.html:97
msgid ""
"Enter the repo URL for the package.\n"
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
"imported."
msgstr ""
-#: app/templates/packages/create_edit.html:101
+#: app/templates/packages/create_edit.html:100
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
msgstr ""
"Laissez vide si vous n'avez pas de dépôt. Cliquez sur \"passer\" si "
"l'importation échoue."
-#: app/templates/packages/create_edit.html:107
+#: app/templates/packages/create_edit.html:106
msgid "Next (Autoimport)"
msgstr "Suivant (Importation automatique)"
-#: app/templates/packages/create_edit.html:108
+#: app/templates/packages/create_edit.html:107
msgid "Skip Autoimport"
msgstr "Sauter l'importation automatique"
-#: app/templates/packages/create_edit.html:112
+#: app/templates/packages/create_edit.html:111
msgid "Importing... (This may take a while)"
msgstr "Importation... (Cela peut prendre un certain temps)"
-#: app/templates/packages/create_edit.html:120
+#: app/templates/packages/create_edit.html:119
msgid "Tip: paste in a forum topic URL"
msgstr "Conseil : collez l'URL d'un sujet de forum"
@@ -3389,3 +3387,9 @@ msgstr ""
#~ msgid "No releases need reviewing."
#~ msgstr ""
+#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
+#~ msgstr ""
+#~ "Bien que JavaScript puisse être "
+#~ "désactivé, cela n'est pas officiellement "
+#~ "pris en charge."
+
diff --git a/translations/hu/LC_MESSAGES/messages.po b/translations/hu/LC_MESSAGES/messages.po
index bba043f2..df890660 100644
--- a/translations/hu/LC_MESSAGES/messages.po
+++ b/translations/hu/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2022-01-20 01:16+0000\n"
+"POT-Creation-Date: 2022-01-20 01:28+0000\n"
"PO-Revision-Date: 2022-01-13 22:35+0000\n"
"Last-Translator: pampogo kiraly \n"
"Language: hu\n"
@@ -57,15 +57,17 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
msgstr "Belépés sikertelen [err=gh-oauth-login-failed]"
#: app/blueprints/github/__init__.py:62
-msgid "Linked github to account"
+msgid "Linked GitHub to account"
msgstr ""
#: app/blueprints/github/__init__.py:65
-msgid "Github account is already associated with another user"
+#, fuzzy
+msgid "GitHub account is already associated with another user"
msgstr "A github fiók már társítva van egy másik felhasználóhoz"
#: app/blueprints/github/__init__.py:71
-msgid "Unable to find an account for that Github user"
+#, fuzzy
+msgid "Unable to find an account for that GitHub user"
msgstr "Nem található fiók ehhez a github felhasználóhoz"
#: app/blueprints/github/__init__.py:76
@@ -145,7 +147,7 @@ msgstr "Név (Technikai)"
#: app/blueprints/packages/packages.py:231
#: app/blueprints/packages/packages.py:547
-#: app/templates/packages/create_edit.html:76
+#: app/templates/packages/create_edit.html:75
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
msgstr "Csak kisbetűk (a-z), számjegyek (0-9) és aláhúzásjelek (_)"
@@ -1770,62 +1772,58 @@ msgstr ""
#: app/templates/packages/create_edit.html:55
msgid ""
-"Javascript is needed to improve the user interface, and is needed for "
+"JavaScript is needed to improve the user interface, and is needed for "
"features\n"
"\t\t\tsuch as finding metadata from git, and autocompletion."
msgstr ""
-#: app/templates/packages/create_edit.html:57
-msgid "Whilst disabled Javascript may work, it is not officially supported."
-msgstr ""
-
-#: app/templates/packages/create_edit.html:67
+#: app/templates/packages/create_edit.html:66
#: app/templates/threads/view.html:78
msgid "Package"
msgstr ""
-#: app/templates/packages/create_edit.html:74
+#: app/templates/packages/create_edit.html:73
msgid "Please open a thread to request a name change"
msgstr ""
-#: app/templates/packages/create_edit.html:80
+#: app/templates/packages/create_edit.html:79
msgid ""
"Please choose 'Work in Progress' if your package is unstable, and "
"shouldn't be recommended to all players"
msgstr ""
-#: app/templates/packages/create_edit.html:89
+#: app/templates/packages/create_edit.html:88
msgid "If there is no media, set the Media License to the same as the License."
msgstr ""
-#: app/templates/packages/create_edit.html:95
+#: app/templates/packages/create_edit.html:94
msgid "Repository and Links"
msgstr ""
-#: app/templates/packages/create_edit.html:98
+#: app/templates/packages/create_edit.html:97
msgid ""
"Enter the repo URL for the package.\n"
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
"imported."
msgstr ""
-#: app/templates/packages/create_edit.html:101
+#: app/templates/packages/create_edit.html:100
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
msgstr ""
-#: app/templates/packages/create_edit.html:107
+#: app/templates/packages/create_edit.html:106
msgid "Next (Autoimport)"
msgstr ""
-#: app/templates/packages/create_edit.html:108
+#: app/templates/packages/create_edit.html:107
msgid "Skip Autoimport"
msgstr ""
-#: app/templates/packages/create_edit.html:112
+#: app/templates/packages/create_edit.html:111
msgid "Importing... (This may take a while)"
msgstr ""
-#: app/templates/packages/create_edit.html:120
+#: app/templates/packages/create_edit.html:119
msgid "Tip: paste in a forum topic URL"
msgstr ""
@@ -3192,3 +3190,16 @@ msgstr ""
#~ msgid "No releases need reviewing."
#~ msgstr ""
+#~ msgid "Linked github to account"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Javascript is needed to improve the "
+#~ "user interface, and is needed for "
+#~ "features\n"
+#~ "\t\t\tsuch as finding metadata from git, and autocompletion."
+#~ msgstr ""
+
+#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
+#~ msgstr ""
+
diff --git a/translations/id/LC_MESSAGES/messages.po b/translations/id/LC_MESSAGES/messages.po
index 66dc8f62..000ba07a 100644
--- a/translations/id/LC_MESSAGES/messages.po
+++ b/translations/id/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2022-01-20 01:16+0000\n"
+"POT-Creation-Date: 2022-01-20 01:28+0000\n"
"PO-Revision-Date: 2022-01-12 20:50+0000\n"
"Last-Translator: Muhammad Rifqi Priyo Susanto "
"\n"
@@ -58,15 +58,18 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
msgstr "Otorisasi gagal [err=gh-oauth-login-failed]"
#: app/blueprints/github/__init__.py:62
-msgid "Linked github to account"
+#, fuzzy
+msgid "Linked GitHub to account"
msgstr "GitHub ditautkan ke akun"
#: app/blueprints/github/__init__.py:65
-msgid "Github account is already associated with another user"
+#, fuzzy
+msgid "GitHub account is already associated with another user"
msgstr "Akun GitHub telah ditautkan dengan pengguna lain"
#: app/blueprints/github/__init__.py:71
-msgid "Unable to find an account for that Github user"
+#, fuzzy
+msgid "Unable to find an account for that GitHub user"
msgstr "Tidak dapat menemukan akun untuk pengguna GitHub ini"
#: app/blueprints/github/__init__.py:76
@@ -144,7 +147,7 @@ msgstr "Nama (Teknis)"
#: app/blueprints/packages/packages.py:231
#: app/blueprints/packages/packages.py:547
-#: app/templates/packages/create_edit.html:76
+#: app/templates/packages/create_edit.html:75
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
msgstr "Huruf kecil (a-z), angka (0-9), dan garis bawah (_) saja"
@@ -1790,8 +1793,9 @@ msgstr ""
"memperbarui detail ini secara otomatis."
#: app/templates/packages/create_edit.html:55
+#, fuzzy
msgid ""
-"Javascript is needed to improve the user interface, and is needed for "
+"JavaScript is needed to improve the user interface, and is needed for "
"features\n"
"\t\t\tsuch as finding metadata from git, and autocompletion."
msgstr ""
@@ -1799,22 +1803,16 @@ msgstr ""
"untuk beberapa fitur\n"
"\t\t\tseperti mencari metadata dari Git dan isi otomatis."
-#: app/templates/packages/create_edit.html:57
-msgid "Whilst disabled Javascript may work, it is not officially supported."
-msgstr ""
-"Walau mungkin bisa berjalan tanpa JavaScript, hal ini tidak didukung "
-"secara resmi."
-
-#: app/templates/packages/create_edit.html:67
+#: app/templates/packages/create_edit.html:66
#: app/templates/threads/view.html:78
msgid "Package"
msgstr "Paket"
-#: app/templates/packages/create_edit.html:74
+#: app/templates/packages/create_edit.html:73
msgid "Please open a thread to request a name change"
msgstr "Harap buka utas untuk meminta penggantian nama"
-#: app/templates/packages/create_edit.html:80
+#: app/templates/packages/create_edit.html:79
msgid ""
"Please choose 'Work in Progress' if your package is unstable, and "
"shouldn't be recommended to all players"
@@ -1822,15 +1820,15 @@ msgstr ""
"Harap pilih 'Dalam Pengerjaan' jika paket Anda belum stabil dan tidak "
"disarankan untuk semua pemain"
-#: app/templates/packages/create_edit.html:89
+#: app/templates/packages/create_edit.html:88
msgid "If there is no media, set the Media License to the same as the License."
msgstr "Jika tidak ada media, atur Lisensi Media menjadi sama dengan Lisensi-nya."
-#: app/templates/packages/create_edit.html:95
+#: app/templates/packages/create_edit.html:94
msgid "Repository and Links"
msgstr "Repositori dan Tautan"
-#: app/templates/packages/create_edit.html:98
+#: app/templates/packages/create_edit.html:97
msgid ""
"Enter the repo URL for the package.\n"
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
@@ -1840,25 +1838,25 @@ msgstr ""
"\t\t\t\tJika repo menggunakan Git, metadata juga akan diimpor secara "
"otomatis."
-#: app/templates/packages/create_edit.html:101
+#: app/templates/packages/create_edit.html:100
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
msgstr ""
"Biarkan kosong jika Anda tidak punya repo. Klik lewati jika pengimporan "
"gagal."
-#: app/templates/packages/create_edit.html:107
+#: app/templates/packages/create_edit.html:106
msgid "Next (Autoimport)"
msgstr "Lanjut (Impor Otomatis)"
-#: app/templates/packages/create_edit.html:108
+#: app/templates/packages/create_edit.html:107
msgid "Skip Autoimport"
msgstr "Lewati Impor Otomatis"
-#: app/templates/packages/create_edit.html:112
+#: app/templates/packages/create_edit.html:111
msgid "Importing... (This may take a while)"
msgstr "Mengimpor... (Ini mungkin butuh waktu)"
-#: app/templates/packages/create_edit.html:120
+#: app/templates/packages/create_edit.html:119
msgid "Tip: paste in a forum topic URL"
msgstr "Tip: tempelkan URL topik forum"
@@ -3310,3 +3308,9 @@ msgstr ""
#~ msgid "Unable to add protected tag {tag.title} to package"
#~ msgstr ""
+#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
+#~ msgstr ""
+#~ "Walau mungkin bisa berjalan tanpa "
+#~ "JavaScript, hal ini tidak didukung "
+#~ "secara resmi."
+
diff --git a/translations/messages.pot b/translations/messages.pot
index c0acfe96..84385234 100644
--- a/translations/messages.pot
+++ b/translations/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2022-01-20 01:16+0000\n"
+"POT-Creation-Date: 2022-01-20 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -55,15 +55,15 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
msgstr ""
#: app/blueprints/github/__init__.py:62
-msgid "Linked github to account"
+msgid "Linked GitHub to account"
msgstr ""
#: app/blueprints/github/__init__.py:65
-msgid "Github account is already associated with another user"
+msgid "GitHub account is already associated with another user"
msgstr ""
#: app/blueprints/github/__init__.py:71
-msgid "Unable to find an account for that Github user"
+msgid "Unable to find an account for that GitHub user"
msgstr ""
#: app/blueprints/github/__init__.py:76
@@ -139,7 +139,7 @@ msgstr ""
#: app/blueprints/packages/packages.py:231
#: app/blueprints/packages/packages.py:547
-#: app/templates/packages/create_edit.html:76
+#: app/templates/packages/create_edit.html:75
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
msgstr ""
@@ -1735,62 +1735,58 @@ msgstr ""
#: app/templates/packages/create_edit.html:55
msgid ""
-"Javascript is needed to improve the user interface, and is needed for "
+"JavaScript is needed to improve the user interface, and is needed for "
"features\n"
"\t\t\tsuch as finding metadata from git, and autocompletion."
msgstr ""
-#: app/templates/packages/create_edit.html:57
-msgid "Whilst disabled Javascript may work, it is not officially supported."
-msgstr ""
-
-#: app/templates/packages/create_edit.html:67
+#: app/templates/packages/create_edit.html:66
#: app/templates/threads/view.html:78
msgid "Package"
msgstr ""
-#: app/templates/packages/create_edit.html:74
+#: app/templates/packages/create_edit.html:73
msgid "Please open a thread to request a name change"
msgstr ""
-#: app/templates/packages/create_edit.html:80
+#: app/templates/packages/create_edit.html:79
msgid ""
"Please choose 'Work in Progress' if your package is unstable, and "
"shouldn't be recommended to all players"
msgstr ""
-#: app/templates/packages/create_edit.html:89
+#: app/templates/packages/create_edit.html:88
msgid "If there is no media, set the Media License to the same as the License."
msgstr ""
-#: app/templates/packages/create_edit.html:95
+#: app/templates/packages/create_edit.html:94
msgid "Repository and Links"
msgstr ""
-#: app/templates/packages/create_edit.html:98
+#: app/templates/packages/create_edit.html:97
msgid ""
"Enter the repo URL for the package.\n"
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
"imported."
msgstr ""
-#: app/templates/packages/create_edit.html:101
+#: app/templates/packages/create_edit.html:100
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
msgstr ""
-#: app/templates/packages/create_edit.html:107
+#: app/templates/packages/create_edit.html:106
msgid "Next (Autoimport)"
msgstr ""
-#: app/templates/packages/create_edit.html:108
+#: app/templates/packages/create_edit.html:107
msgid "Skip Autoimport"
msgstr ""
-#: app/templates/packages/create_edit.html:112
+#: app/templates/packages/create_edit.html:111
msgid "Importing... (This may take a while)"
msgstr ""
-#: app/templates/packages/create_edit.html:120
+#: app/templates/packages/create_edit.html:119
msgid "Tip: paste in a forum topic URL"
msgstr ""
diff --git a/translations/ms/LC_MESSAGES/messages.po b/translations/ms/LC_MESSAGES/messages.po
index 9ac6d74c..b98abb35 100644
--- a/translations/ms/LC_MESSAGES/messages.po
+++ b/translations/ms/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2022-01-20 01:16+0000\n"
+"POT-Creation-Date: 2022-01-20 01:28+0000\n"
"PO-Revision-Date: 2022-01-19 07:54+0000\n"
"Last-Translator: Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat "
"Yasuyoshi \n"
@@ -58,15 +58,18 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
msgstr "Pengesahan kuasa gagal [err=gh-oauth-login-failed]"
#: app/blueprints/github/__init__.py:62
-msgid "Linked github to account"
+#, fuzzy
+msgid "Linked GitHub to account"
msgstr "Github dipautkan ke akaun"
#: app/blueprints/github/__init__.py:65
-msgid "Github account is already associated with another user"
+#, fuzzy
+msgid "GitHub account is already associated with another user"
msgstr "Akaun Github sudah dikaitkan dengan pengguna lain"
#: app/blueprints/github/__init__.py:71
-msgid "Unable to find an account for that Github user"
+#, fuzzy
+msgid "Unable to find an account for that GitHub user"
msgstr "Tidak mampu cari akaun untuk pengguna Github tersebut"
#: app/blueprints/github/__init__.py:76
@@ -144,7 +147,7 @@ msgstr "Nama (Teknikal)"
#: app/blueprints/packages/packages.py:231
#: app/blueprints/packages/packages.py:547
-#: app/templates/packages/create_edit.html:76
+#: app/templates/packages/create_edit.html:75
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
msgstr "Huruf kecil (a-z), digit (0-9), dan garis bawah (_) sahaja"
@@ -1804,8 +1807,9 @@ msgstr ""
"maklumat ini secara automatiknya."
#: app/templates/packages/create_edit.html:55
+#, fuzzy
msgid ""
-"Javascript is needed to improve the user interface, and is needed for "
+"JavaScript is needed to improve the user interface, and is needed for "
"features\n"
"\t\t\tsuch as finding metadata from git, and autocompletion."
msgstr ""
@@ -1813,22 +1817,16 @@ msgstr ""
"diperlukan\n"
"\t\t\tuntuk sifat seperti mencari metadata dari git, dan autopelengkapan."
-#: app/templates/packages/create_edit.html:57
-msgid "Whilst disabled Javascript may work, it is not officially supported."
-msgstr ""
-"Walaupun boleh berfungsi dengan Javascript dilumpuhkan, ia tidak disokong"
-" secara rasmi."
-
-#: app/templates/packages/create_edit.html:67
+#: app/templates/packages/create_edit.html:66
#: app/templates/threads/view.html:78
msgid "Package"
msgstr "Pakej"
-#: app/templates/packages/create_edit.html:74
+#: app/templates/packages/create_edit.html:73
msgid "Please open a thread to request a name change"
msgstr "Sila buka bebenang untuk memohon pertukaran nama"
-#: app/templates/packages/create_edit.html:80
+#: app/templates/packages/create_edit.html:79
msgid ""
"Please choose 'Work in Progress' if your package is unstable, and "
"shouldn't be recommended to all players"
@@ -1836,15 +1834,15 @@ msgstr ""
"Sila pilih 'Kerja Dalam Proses' sekiranya pakej anda tidak stabil, dan "
"tidak patut disyorkan kepada semua pemain"
-#: app/templates/packages/create_edit.html:89
+#: app/templates/packages/create_edit.html:88
msgid "If there is no media, set the Media License to the same as the License."
msgstr "Sekiranya tiada media, tetapkan Lesen Media menjadi sama dengan Lesen."
-#: app/templates/packages/create_edit.html:95
+#: app/templates/packages/create_edit.html:94
msgid "Repository and Links"
msgstr "Repositori dan Pautan"
-#: app/templates/packages/create_edit.html:98
+#: app/templates/packages/create_edit.html:97
msgid ""
"Enter the repo URL for the package.\n"
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
@@ -1854,23 +1852,23 @@ msgstr ""
"\t\t\t\tJika repositori menggunakan git maka metadata akan diimport "
"secara automatik."
-#: app/templates/packages/create_edit.html:101
+#: app/templates/packages/create_edit.html:100
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
msgstr "Tinggal kosong jika anda tiada repositori. Klik langkau jika import gagal."
-#: app/templates/packages/create_edit.html:107
+#: app/templates/packages/create_edit.html:106
msgid "Next (Autoimport)"
msgstr "Seterusnya (Autoimport)"
-#: app/templates/packages/create_edit.html:108
+#: app/templates/packages/create_edit.html:107
msgid "Skip Autoimport"
msgstr "Langkau Autoimport"
-#: app/templates/packages/create_edit.html:112
+#: app/templates/packages/create_edit.html:111
msgid "Importing... (This may take a while)"
msgstr "Mengimport... (Ini mungkin makan masa)"
-#: app/templates/packages/create_edit.html:120
+#: app/templates/packages/create_edit.html:119
msgid "Tip: paste in a forum topic URL"
msgstr "Petua: tampalkan URL topik forum"
@@ -3361,3 +3359,9 @@ msgstr ""
#~ msgid "Unable to add protected tag {tag.title} to package"
#~ msgstr ""
+#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
+#~ msgstr ""
+#~ "Walaupun boleh berfungsi dengan Javascript "
+#~ "dilumpuhkan, ia tidak disokong secara "
+#~ "rasmi."
+
diff --git a/translations/nb_NO/LC_MESSAGES/messages.po b/translations/nb_NO/LC_MESSAGES/messages.po
index 863c2e97..a2cdfa04 100644
--- a/translations/nb_NO/LC_MESSAGES/messages.po
+++ b/translations/nb_NO/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2022-01-20 01:16+0000\n"
+"POT-Creation-Date: 2022-01-20 01:28+0000\n"
"PO-Revision-Date: 2022-01-10 15:53+0000\n"
"Last-Translator: Imre Kristoffer Eilertsen \n"
"Language: nb_NO\n"
@@ -57,15 +57,15 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
msgstr ""
#: app/blueprints/github/__init__.py:62
-msgid "Linked github to account"
+msgid "Linked GitHub to account"
msgstr ""
#: app/blueprints/github/__init__.py:65
-msgid "Github account is already associated with another user"
+msgid "GitHub account is already associated with another user"
msgstr ""
#: app/blueprints/github/__init__.py:71
-msgid "Unable to find an account for that Github user"
+msgid "Unable to find an account for that GitHub user"
msgstr ""
#: app/blueprints/github/__init__.py:76
@@ -141,7 +141,7 @@ msgstr ""
#: app/blueprints/packages/packages.py:231
#: app/blueprints/packages/packages.py:547
-#: app/templates/packages/create_edit.html:76
+#: app/templates/packages/create_edit.html:75
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
msgstr ""
@@ -1738,62 +1738,58 @@ msgstr ""
#: app/templates/packages/create_edit.html:55
msgid ""
-"Javascript is needed to improve the user interface, and is needed for "
+"JavaScript is needed to improve the user interface, and is needed for "
"features\n"
"\t\t\tsuch as finding metadata from git, and autocompletion."
msgstr ""
-#: app/templates/packages/create_edit.html:57
-msgid "Whilst disabled Javascript may work, it is not officially supported."
-msgstr ""
-
-#: app/templates/packages/create_edit.html:67
+#: app/templates/packages/create_edit.html:66
#: app/templates/threads/view.html:78
msgid "Package"
msgstr ""
-#: app/templates/packages/create_edit.html:74
+#: app/templates/packages/create_edit.html:73
msgid "Please open a thread to request a name change"
msgstr ""
-#: app/templates/packages/create_edit.html:80
+#: app/templates/packages/create_edit.html:79
msgid ""
"Please choose 'Work in Progress' if your package is unstable, and "
"shouldn't be recommended to all players"
msgstr ""
-#: app/templates/packages/create_edit.html:89
+#: app/templates/packages/create_edit.html:88
msgid "If there is no media, set the Media License to the same as the License."
msgstr ""
-#: app/templates/packages/create_edit.html:95
+#: app/templates/packages/create_edit.html:94
msgid "Repository and Links"
msgstr ""
-#: app/templates/packages/create_edit.html:98
+#: app/templates/packages/create_edit.html:97
msgid ""
"Enter the repo URL for the package.\n"
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
"imported."
msgstr ""
-#: app/templates/packages/create_edit.html:101
+#: app/templates/packages/create_edit.html:100
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
msgstr ""
-#: app/templates/packages/create_edit.html:107
+#: app/templates/packages/create_edit.html:106
msgid "Next (Autoimport)"
msgstr ""
-#: app/templates/packages/create_edit.html:108
+#: app/templates/packages/create_edit.html:107
msgid "Skip Autoimport"
msgstr ""
-#: app/templates/packages/create_edit.html:112
+#: app/templates/packages/create_edit.html:111
msgid "Importing... (This may take a while)"
msgstr ""
-#: app/templates/packages/create_edit.html:120
+#: app/templates/packages/create_edit.html:119
msgid "Tip: paste in a forum topic URL"
msgstr ""
@@ -3197,3 +3193,22 @@ msgstr ""
#~ msgid "No releases need reviewing."
#~ msgstr ""
+#~ msgid "Linked github to account"
+#~ msgstr ""
+
+#~ msgid "Github account is already associated with another user"
+#~ msgstr ""
+
+#~ msgid "Unable to find an account for that Github user"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Javascript is needed to improve the "
+#~ "user interface, and is needed for "
+#~ "features\n"
+#~ "\t\t\tsuch as finding metadata from git, and autocompletion."
+#~ msgstr ""
+
+#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
+#~ msgstr ""
+
diff --git a/translations/ru/LC_MESSAGES/messages.po b/translations/ru/LC_MESSAGES/messages.po
index ebd277c0..2659df55 100644
--- a/translations/ru/LC_MESSAGES/messages.po
+++ b/translations/ru/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2022-01-20 01:16+0000\n"
+"POT-Creation-Date: 2022-01-20 01:28+0000\n"
"PO-Revision-Date: 2022-01-10 15:53+0000\n"
"Last-Translator: Mikitko \n"
"Language: ru\n"
@@ -58,15 +58,18 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
msgstr ""
#: app/blueprints/github/__init__.py:62
-msgid "Linked github to account"
+#, fuzzy
+msgid "Linked GitHub to account"
msgstr "Github привязан к аккаунту"
#: app/blueprints/github/__init__.py:65
-msgid "Github account is already associated with another user"
+#, fuzzy
+msgid "GitHub account is already associated with another user"
msgstr "Аккаунт Github уже привязан к другому пользователю"
#: app/blueprints/github/__init__.py:71
-msgid "Unable to find an account for that Github user"
+#, fuzzy
+msgid "Unable to find an account for that GitHub user"
msgstr "Не получилось найти аккаунт данного пользователя Github"
#: app/blueprints/github/__init__.py:76
@@ -144,7 +147,7 @@ msgstr "Имя (техническое)"
#: app/blueprints/packages/packages.py:231
#: app/blueprints/packages/packages.py:547
-#: app/templates/packages/create_edit.html:76
+#: app/templates/packages/create_edit.html:75
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
msgstr ""
"Только маленькие латинские буквы (a-z), цифры (0-9) и нижние "
@@ -1768,62 +1771,58 @@ msgstr ""
#: app/templates/packages/create_edit.html:55
msgid ""
-"Javascript is needed to improve the user interface, and is needed for "
+"JavaScript is needed to improve the user interface, and is needed for "
"features\n"
"\t\t\tsuch as finding metadata from git, and autocompletion."
msgstr ""
-#: app/templates/packages/create_edit.html:57
-msgid "Whilst disabled Javascript may work, it is not officially supported."
-msgstr ""
-
-#: app/templates/packages/create_edit.html:67
+#: app/templates/packages/create_edit.html:66
#: app/templates/threads/view.html:78
msgid "Package"
msgstr ""
-#: app/templates/packages/create_edit.html:74
+#: app/templates/packages/create_edit.html:73
msgid "Please open a thread to request a name change"
msgstr ""
-#: app/templates/packages/create_edit.html:80
+#: app/templates/packages/create_edit.html:79
msgid ""
"Please choose 'Work in Progress' if your package is unstable, and "
"shouldn't be recommended to all players"
msgstr ""
-#: app/templates/packages/create_edit.html:89
+#: app/templates/packages/create_edit.html:88
msgid "If there is no media, set the Media License to the same as the License."
msgstr ""
-#: app/templates/packages/create_edit.html:95
+#: app/templates/packages/create_edit.html:94
msgid "Repository and Links"
msgstr ""
-#: app/templates/packages/create_edit.html:98
+#: app/templates/packages/create_edit.html:97
msgid ""
"Enter the repo URL for the package.\n"
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
"imported."
msgstr ""
-#: app/templates/packages/create_edit.html:101
+#: app/templates/packages/create_edit.html:100
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
msgstr ""
-#: app/templates/packages/create_edit.html:107
+#: app/templates/packages/create_edit.html:106
msgid "Next (Autoimport)"
msgstr ""
-#: app/templates/packages/create_edit.html:108
+#: app/templates/packages/create_edit.html:107
msgid "Skip Autoimport"
msgstr ""
-#: app/templates/packages/create_edit.html:112
+#: app/templates/packages/create_edit.html:111
msgid "Importing... (This may take a while)"
msgstr ""
-#: app/templates/packages/create_edit.html:120
+#: app/templates/packages/create_edit.html:119
msgid "Tip: paste in a forum topic URL"
msgstr ""
@@ -3188,3 +3187,13 @@ msgstr ""
#~ msgid "No releases need reviewing."
#~ msgstr ""
+#~ msgid ""
+#~ "Javascript is needed to improve the "
+#~ "user interface, and is needed for "
+#~ "features\n"
+#~ "\t\t\tsuch as finding metadata from git, and autocompletion."
+#~ msgstr ""
+
+#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
+#~ msgstr ""
+
diff --git a/translations/tr/LC_MESSAGES/messages.po b/translations/tr/LC_MESSAGES/messages.po
index f41b4606..a8b96dd5 100644
--- a/translations/tr/LC_MESSAGES/messages.po
+++ b/translations/tr/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2022-01-20 01:16+0000\n"
+"POT-Creation-Date: 2022-01-20 01:28+0000\n"
"PO-Revision-Date: 2022-01-17 15:22+0000\n"
"Last-Translator: Mehmet Ali <2045uuttb@relay.firefox.com>\n"
"Language: tr\n"
@@ -57,15 +57,15 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
msgstr ""
#: app/blueprints/github/__init__.py:62
-msgid "Linked github to account"
+msgid "Linked GitHub to account"
msgstr ""
#: app/blueprints/github/__init__.py:65
-msgid "Github account is already associated with another user"
+msgid "GitHub account is already associated with another user"
msgstr ""
#: app/blueprints/github/__init__.py:71
-msgid "Unable to find an account for that Github user"
+msgid "Unable to find an account for that GitHub user"
msgstr ""
#: app/blueprints/github/__init__.py:76
@@ -141,7 +141,7 @@ msgstr "Ad (Teknik)"
#: app/blueprints/packages/packages.py:231
#: app/blueprints/packages/packages.py:547
-#: app/templates/packages/create_edit.html:76
+#: app/templates/packages/create_edit.html:75
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
msgstr ""
@@ -1737,62 +1737,58 @@ msgstr ""
#: app/templates/packages/create_edit.html:55
msgid ""
-"Javascript is needed to improve the user interface, and is needed for "
+"JavaScript is needed to improve the user interface, and is needed for "
"features\n"
"\t\t\tsuch as finding metadata from git, and autocompletion."
msgstr ""
-#: app/templates/packages/create_edit.html:57
-msgid "Whilst disabled Javascript may work, it is not officially supported."
-msgstr ""
-
-#: app/templates/packages/create_edit.html:67
+#: app/templates/packages/create_edit.html:66
#: app/templates/threads/view.html:78
msgid "Package"
msgstr ""
-#: app/templates/packages/create_edit.html:74
+#: app/templates/packages/create_edit.html:73
msgid "Please open a thread to request a name change"
msgstr ""
-#: app/templates/packages/create_edit.html:80
+#: app/templates/packages/create_edit.html:79
msgid ""
"Please choose 'Work in Progress' if your package is unstable, and "
"shouldn't be recommended to all players"
msgstr ""
-#: app/templates/packages/create_edit.html:89
+#: app/templates/packages/create_edit.html:88
msgid "If there is no media, set the Media License to the same as the License."
msgstr ""
-#: app/templates/packages/create_edit.html:95
+#: app/templates/packages/create_edit.html:94
msgid "Repository and Links"
msgstr ""
-#: app/templates/packages/create_edit.html:98
+#: app/templates/packages/create_edit.html:97
msgid ""
"Enter the repo URL for the package.\n"
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
"imported."
msgstr ""
-#: app/templates/packages/create_edit.html:101
+#: app/templates/packages/create_edit.html:100
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
msgstr ""
-#: app/templates/packages/create_edit.html:107
+#: app/templates/packages/create_edit.html:106
msgid "Next (Autoimport)"
msgstr ""
-#: app/templates/packages/create_edit.html:108
+#: app/templates/packages/create_edit.html:107
msgid "Skip Autoimport"
msgstr ""
-#: app/templates/packages/create_edit.html:112
+#: app/templates/packages/create_edit.html:111
msgid "Importing... (This may take a while)"
msgstr ""
-#: app/templates/packages/create_edit.html:120
+#: app/templates/packages/create_edit.html:119
msgid "Tip: paste in a forum topic URL"
msgstr ""
@@ -3146,3 +3142,22 @@ msgstr ""
#~ msgid "No releases need reviewing."
#~ msgstr ""
+#~ msgid "Linked github to account"
+#~ msgstr ""
+
+#~ msgid "Github account is already associated with another user"
+#~ msgstr ""
+
+#~ msgid "Unable to find an account for that Github user"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Javascript is needed to improve the "
+#~ "user interface, and is needed for "
+#~ "features\n"
+#~ "\t\t\tsuch as finding metadata from git, and autocompletion."
+#~ msgstr ""
+
+#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
+#~ msgstr ""
+
diff --git a/translations/zh_Hant/LC_MESSAGES/messages.po b/translations/zh_Hant/LC_MESSAGES/messages.po
index 02debb7d..ec5301fb 100644
--- a/translations/zh_Hant/LC_MESSAGES/messages.po
+++ b/translations/zh_Hant/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2022-01-20 01:16+0000\n"
+"POT-Creation-Date: 2022-01-20 01:28+0000\n"
"PO-Revision-Date: 2022-01-16 03:56+0000\n"
"Last-Translator: Yiu Man Ho \n"
"Language: zh_Hant\n"
@@ -57,16 +57,17 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
msgstr ""
#: app/blueprints/github/__init__.py:62
-msgid "Linked github to account"
+msgid "Linked GitHub to account"
msgstr ""
#: app/blueprints/github/__init__.py:65
-msgid "Github account is already associated with another user"
+msgid "GitHub account is already associated with another user"
msgstr ""
#: app/blueprints/github/__init__.py:71
-msgid "Unable to find an account for that Github user"
-msgstr ""
+#, fuzzy
+msgid "Unable to find an account for that GitHub user"
+msgstr "找不到該用戶"
#: app/blueprints/github/__init__.py:76
msgid "Authorization failed [err=gh-login-failed]"
@@ -141,7 +142,7 @@ msgstr "名字(技術上的)"
#: app/blueprints/packages/packages.py:231
#: app/blueprints/packages/packages.py:547
-#: app/templates/packages/create_edit.html:76
+#: app/templates/packages/create_edit.html:75
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
msgstr "只限小寫英文字母(a-z)、數字(0-9)及底畫線(_)"
@@ -1740,62 +1741,58 @@ msgstr ""
#: app/templates/packages/create_edit.html:55
msgid ""
-"Javascript is needed to improve the user interface, and is needed for "
+"JavaScript is needed to improve the user interface, and is needed for "
"features\n"
"\t\t\tsuch as finding metadata from git, and autocompletion."
msgstr ""
-#: app/templates/packages/create_edit.html:57
-msgid "Whilst disabled Javascript may work, it is not officially supported."
-msgstr ""
-
-#: app/templates/packages/create_edit.html:67
+#: app/templates/packages/create_edit.html:66
#: app/templates/threads/view.html:78
msgid "Package"
msgstr ""
-#: app/templates/packages/create_edit.html:74
+#: app/templates/packages/create_edit.html:73
msgid "Please open a thread to request a name change"
msgstr ""
-#: app/templates/packages/create_edit.html:80
+#: app/templates/packages/create_edit.html:79
msgid ""
"Please choose 'Work in Progress' if your package is unstable, and "
"shouldn't be recommended to all players"
msgstr ""
-#: app/templates/packages/create_edit.html:89
+#: app/templates/packages/create_edit.html:88
msgid "If there is no media, set the Media License to the same as the License."
msgstr ""
-#: app/templates/packages/create_edit.html:95
+#: app/templates/packages/create_edit.html:94
msgid "Repository and Links"
msgstr ""
-#: app/templates/packages/create_edit.html:98
+#: app/templates/packages/create_edit.html:97
msgid ""
"Enter the repo URL for the package.\n"
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
"imported."
msgstr ""
-#: app/templates/packages/create_edit.html:101
+#: app/templates/packages/create_edit.html:100
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
msgstr ""
-#: app/templates/packages/create_edit.html:107
+#: app/templates/packages/create_edit.html:106
msgid "Next (Autoimport)"
msgstr ""
-#: app/templates/packages/create_edit.html:108
+#: app/templates/packages/create_edit.html:107
msgid "Skip Autoimport"
msgstr ""
-#: app/templates/packages/create_edit.html:112
+#: app/templates/packages/create_edit.html:111
msgid "Importing... (This may take a while)"
msgstr ""
-#: app/templates/packages/create_edit.html:120
+#: app/templates/packages/create_edit.html:119
msgid "Tip: paste in a forum topic URL"
msgstr ""
@@ -3146,3 +3143,22 @@ msgstr ""
#~ msgid "No releases need reviewing."
#~ msgstr ""
+#~ msgid "Linked github to account"
+#~ msgstr ""
+
+#~ msgid "Github account is already associated with another user"
+#~ msgstr ""
+
+#~ msgid "Unable to find an account for that Github user"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Javascript is needed to improve the "
+#~ "user interface, and is needed for "
+#~ "features\n"
+#~ "\t\t\tsuch as finding metadata from git, and autocompletion."
+#~ msgstr ""
+
+#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
+#~ msgstr ""
+