This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/pontoon/base/views.py b/pontoon/base/views.py | |
| index a9c1076..066ba19 100755 | |
| --- a/pontoon/base/views.py | |
| +++ b/pontoon/base/views.py | |
| @@ -113,15 +113,21 @@ def translate(request, locale, slug, part): | |
| def translate_locale_agnostic(request, slug, part): | |
| """Locale Agnostic Translate view.""" | |
| user = request.user | |
| - project = get_object_or_404(Project.objects.available(), slug=slug) | |
| + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| u 'comment': u '', | |
| u 'format': u 'po', | |
| u 'obsolete': False, | |
| u 'marked': u 'First String', | |
| u 'visible': False, | |
| u 'key': u '', | |
| u 'path': u 'resource0.po', | |
| u 'translation': [{ | |
| u 'pk': None, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ka | |
| --------- | |
| Changed Gettext entities: [] | |
| Changed Fluent entities: [168527, 168582, 168539, 168566, 168565, 177412, 174401, 174403, 176250, 176293, 178116, 176248] | |
| uz | |
| --------- | |
| Changed Gettext entities: [] | |
| Changed Fluent entities: [176293, 178116, 176248] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ka | |
| --------- | |
| Changed Gettext entities: [] | |
| Changed Fluent entities: [168527, 168582, 168539, 168566, 168565, 177412, 174401, 174403, 176250, 176293, 178116, 176248] | |
| uz | |
| --------- | |
| Changed Gettext entities: [] | |
| Changed Fluent entities: [176293, 178116, 176248] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/pontoon/base/static/js/translate.js b/pontoon/base/static/js/translate.js | |
| index 072621d..7e52443 100644 | |
| --- a/pontoon/base/static/js/translate.js | |
| +++ b/pontoon/base/static/js/translate.js | |
| @@ -3791,6 +3791,7 @@ var Pontoon = (function (my) { | |
| * Tells if current project requires Inplace Editor | |
| */ | |
| requiresInplaceEditor: function() { | |
| + return false; | |
| var part = this.currentPart; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running migrations: | |
| Applying base.0123_rename_translated_to_unreviewed... OK | |
| Applying base.0124_recalculate-all-stats...Traceback (most recent call last): | |
| File "./manage.py", line 20, in <module> | |
| execute_from_command_line(sys.argv) | |
| File "/Users/mathjazz/Desktop/pontoon/venv/lib/python2.7/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line | |
| utility.execute() | |
| File "/Users/mathjazz/Desktop/pontoon/venv/lib/python2.7/site-packages/django/core/management/__init__.py", line 356, in execute | |
| self.fetch_command(subcommand).run_from_argv(self.argv) | |
| File "/Users/mathjazz/Desktop/pontoon/venv/lib/python2.7/site-packages/django/core/management/base.py", line 283, in run_from_argv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/pontoon/checks/libraries/pontoon.py b/pontoon/checks/libraries/pontoon.py | |
| index fb80d3f4..1f284222 100644 | |
| --- a/pontoon/checks/libraries/pontoon.py | |
| +++ b/pontoon/checks/libraries/pontoon.py | |
| @@ -13,6 +13,7 @@ from pontoon.sync.formats.ftl import localizable_entries | |
| MAX_LENGTH_RE = re.compile(r'MAX_LENGTH:( *)(\d+)', re.MULTILINE) | |
| parser = FluentParser() | |
| +html_parser = HTMLParser.HTMLParser() | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/pontoon/base/static/js/tour.js b/pontoon/base/static/js/tour.js | |
| index 687d2ea4..1adcee71 100644 | |
| --- a/pontoon/base/static/js/tour.js | |
| +++ b/pontoon/base/static/js/tour.js | |
| @@ -1,9 +1,33 @@ | |
| $(function () { | |
| - var canTranslate = Pontoon.user.canTranslate(); | |
| var isEntityClicked = false; | |
| var isSubmitClicked = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/pontoon/tour/static/js/tour.js b/pontoon/tour/static/js/tour.js | |
| index 11a16bc0..41de6286 100644 | |
| --- a/pontoon/tour/static/js/tour.js | |
| +++ b/pontoon/tour/static/js/tour.js | |
| @@ -188,7 +188,6 @@ $(function () { | |
| "string can be found in the History Tab. Icons to the right of " + | |
| "each entry indicate its review status (Approved, Rejected or " + | |
| "Unreviewed).", | |
| - subject: "#helpers", | |
| format: "markdown", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/pontoon/teams/static/css/request.css b/pontoon/teams/static/css/request.css | |
| index 30a6d1ff..ea3f23cd 100644 | |
| --- a/pontoon/teams/static/css/request.css | |
| +++ b/pontoon/teams/static/css/request.css | |
| @@ -135,6 +135,10 @@ | |
| box-sizing: border-box; | |
| } | |
| +.item-list td.radio { | |
| + color: #4d5967; |