aslakhellesoy-cucumber 0.3.3.3 → 0.3.3.4
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +1 -0
- data/lib/cucumber/languages.yml +15 -0
- data/lib/cucumber/version.rb +1 -1
- metadata +1 -1
data/History.txt
CHANGED
@@ -6,6 +6,7 @@ Hooray - speed improvements when using Rake!
|
|
6
6
|
* Problem with multiple terms in languages.yml (#321 Aslak Hellesøy)
|
7
7
|
|
8
8
|
=== New features
|
9
|
+
* Support for Vietnamese (Ngoc Dao)
|
9
10
|
* Added aliases for Feature and But in Japanese (Leonard Chin)
|
10
11
|
* Support for Catalan (Francesc Esplugas)
|
11
12
|
|
data/lib/cucumber/languages.yml
CHANGED
@@ -515,3 +515,18 @@
|
|
515
515
|
and: И
|
516
516
|
but: Но
|
517
517
|
space_after_keyword: true
|
518
|
+
"vi":
|
519
|
+
name: Vietnamese
|
520
|
+
native: Tiếng Việt
|
521
|
+
encoding: UTF-8
|
522
|
+
feature: Tính năng
|
523
|
+
background: Bối cảnh
|
524
|
+
scenario: Kịch bản
|
525
|
+
scenario_outline: Khung kịch bản
|
526
|
+
examples: Dữ liệu
|
527
|
+
given: Cho
|
528
|
+
when: Khi
|
529
|
+
then: Thì
|
530
|
+
and: Và
|
531
|
+
but: Nhưng
|
532
|
+
space_after_keyword: true
|
data/lib/cucumber/version.rb
CHANGED