Skip to content

Commit

Permalink
Hack in translation progress for api 8
Browse files Browse the repository at this point in the history
  • Loading branch information
felixoi committed Mar 5, 2022
1 parent 7e18f67 commit a1df011
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 0, 1)
VERSION = (1, 1, 0)
__version__ = '.'.join(str(v) for v in VERSION)


Expand Down
3 changes: 3 additions & 0 deletions src/theme/scripts/list-translations
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ CROWDIN_BASE_URL = os.environ['CROWDIN_BASE_URL']

BRANCH = sys.argv[1]

if BRANCH == 'stable':
BRANCH = '7.4.0'

headers = {
'Authorization': 'Bearer ' + CROWDIN_TOKEN,
'Accept': 'application/json'
Expand Down

0 comments on commit a1df011

Please sign in to comment.