Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lettuce
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
lettuce
Commits
6889eb0a
Commit
6889eb0a
authored
Nov 19, 2015
by
Usman Khalid
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into django1.8/upgrade
parents
d72831eb
bbbc7087
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
Makefile
+1
-1
README.md
+1
-1
lettuce/__init__.py
+1
-1
lettuce/languages.py
+2
-2
setup.py
+1
-1
No files found.
Makefile
View file @
6889eb0a
...
...
@@ -46,7 +46,7 @@ deploy-documentation:documentation withdraw-documentation
deploy
:
deploy-documentation
release
:
clean
unit functional
doctest deploy-documentation publish
release
:
clean doctest deploy-documentation publish
@
printf
"Exporting to
$(filename)
... "
@
tar
czf
$(filename)
lettuce setup.py README.md COPYING
@
echo
"DONE!"
...
...
README.md
View file @
6889eb0a
# lettuce
> Version 0.2.2
0
- kryptonite
> Version 0.2.2
1
- kryptonite
[

](http://travis-ci.org/gabrielfalcao/lettuce)
[

](http://tip4commit.com/projects/132)
...
...
lettuce/__init__.py
View file @
6889eb0a
...
...
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__version__
=
version
=
'0.2.2
0
'
__version__
=
version
=
'0.2.2
1
'
release
=
'kryptonite'
...
...
lettuce/languages.py
View file @
6889eb0a
...
...
@@ -99,13 +99,13 @@ LANGUAGES = {
},
'ja'
:
{
'examples'
:
u'例'
,
'feature'
:
u'フィーチャ'
,
'feature'
:
u'フィーチャ
|機能
'
,
'name'
:
u'Japanese'
,
'native'
:
u'日本語'
,
'scenario'
:
u'シナリオ'
,
'scenario_outline'
:
u'シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ'
,
'scenario_separator'
:
u'(シナリオ|シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ)'
,
'background'
:
u'
(?:Background)
'
,
'background'
:
u'
背景
'
,
},
'tr'
:
{
'examples'
:
u'Örnekler'
,
...
...
setup.py
View file @
6889eb0a
...
...
@@ -39,7 +39,7 @@ if os.name.lower() == 'nt':
setup
(
name
=
'lettuce'
,
version
=
'0.2.2
0.002
'
,
version
=
'0.2.2
1
'
,
description
=
'Behaviour Driven Development for python'
,
author
=
'Gabriel Falcao'
,
author_email
=
'gabriel@nacaolivre.org'
,
...
...
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