Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
a42ce378
Commit
a42ce378
authored
Feb 08, 2016
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fall back to using python as xgettext language
if javascript is not supported. Fixes #573
parent
cbdda26a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
Makefile
Makefile
+3
-1
docs/CHANGES.md
docs/CHANGES.md
+4
-0
No files found.
Makefile
View file @
a42ce378
...
...
@@ -62,9 +62,11 @@ serve: stamp-npm
########################################################################
## Translation machinery
GETTEXT
=
xgettext
--keyword
=
__
--keyword
=
___
--from-code
=
UTF-8
--output
=
locale/converse.pot converse.js
--package-name
=
Converse.js
--copyright-holder
=
"Jan-Carel Brand"
--package-version
=
0.10.1
-c
.PHONY
:
pot
pot
:
xgettext
--keyword
=
__
--keyword
=
___
--from-code
=
UTF-8
--output
=
locale/converse.pot converse.js
--package-name
=
Converse.js
--copyright-holder
=
"Jan-Carel Brand"
--package-version
=
0.10.1
-c
--language
=
"javascript"
;
$(GETTEXT)
--language
=
"javascript"
2>&1
>
/dev/null
;
test
$$
?
-eq
0
&&
exit
0
||
$(GETTEXT)
--language
=
"python"
&&
exit
$$
?
;
.PHONY
:
po
po
:
...
...
docs/CHANGES.md
View file @
a42ce378
# Changelog
## 0.10.2 (Unreleased)
-
#573 xgettext build error:
`'javascript' unknown`
## 0.10.1 (2016-02-06)
-
#352 When the user has manually scrolled up in a chat window, don't scroll
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment