hiptest-publisher-fork 3.3.7 → 3.3.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ffe864510b365351f9297a6fd77d9a2a2f68176765bca9e39ac257903dc72626
4
- data.tar.gz: 3bec0877ced8a9a9003d789c1ee16a6a139d4e5f6f43f807e75e46e07948cd35
3
+ metadata.gz: 7f3d21895bb6d06b848cdb2187aab9cb87e3b642e80b063d44c3b6e431c5ac9d
4
+ data.tar.gz: 3e82086079eed5dc459f70a3dc3abd1099252b6ad0ff3629211b8225c8d5a0b3
5
5
  SHA512:
6
- metadata.gz: 2956ae9a900045ac6c00890d3622dbf3ba5e1677bf5bf4aa03cdd0ec41b10c8fa8f2a96cd5336c9d6dc2fcf458d7b0aa1c32bfa6e7b26751573137b7fd1e3023
7
- data.tar.gz: 97b1481c9b9cac9431a3abc05e0919d02bcfc8b8288f0db2e5dd24633f4ec4beda31dc4c92b9d084061bdf6a264321f59a70b84eb94878a354806f986b4e4dce
6
+ metadata.gz: fdcf99e148939ec94dba86ecac606f663d9d9e259197549f9a9e8d1336defb1450fd4187c660840b85efd77233145904bfc85c204c2ae2bb5a2c0bb2c7357539
7
+ data.tar.gz: 2d42edcc1896aa8c7ab48b42c1e5f29f02b3867094a6eca7667c4a55be715115cf5bba005705e4e158e7cd97c4d6ef937acae97de00b74138f7e8314cfb39d1f
@@ -3,9 +3,9 @@
3
3
  # The "main" locale.
4
4
  base_locale: en
5
5
  ## All available locales are inferred from the data by default. Alternatively, specify them explicitly:
6
- # locales: [es, fr]
6
+ locales: [en]
7
7
  ## Reporting locale, default: en. Available: en, ru.
8
- # internal_locale: en
8
+ internal_locale: en
9
9
 
10
10
  # Read and write translations.
11
11
  data:
@@ -16,7 +16,7 @@ data:
16
16
  # Locale files or `File.find` patterns where translations are read from:
17
17
  read:
18
18
  ## Default:
19
- # - config/locales/%{locale}.yml
19
+ - config/locales/en.yml
20
20
  ## More files:
21
21
  # - config/locales/**/*.%{locale}.yml
22
22
 
@@ -85,7 +85,6 @@ search:
85
85
  ## Multiple scanners can be used. Their results are merged.
86
86
  ## The options specified above are passed down to each scanner. Per-scanner options can be specified as well.
87
87
  ## See this example of a custom scanner: https://github.com/glebm/i18n-tasks/wiki/A-custom-scanner-example
88
-
89
88
  ## Translation Services
90
89
  # translation:
91
90
  # # Google Translate
@@ -134,4 +133,4 @@ search:
134
133
  # The PatternMapper can also match key literals via a special %{key} interpolation, e.g.:
135
134
  #
136
135
  # <%# I18n::Tasks.add_scanner 'I18n::Tasks::Scanners::PatternMapper',
137
- # patterns: [['\bSpree\.t[( ]\s*%{key}', 'spree.%{key}']] %>
136
+ # patterns: [['\bSpree\.t[( ]\s*%{key}', 'spree.%{key}']] %>
@@ -3,3 +3,5 @@ require 'i18n'
3
3
  require 'hiptest-publisher/utils'
4
4
 
5
5
  I18n.load_path << Dir["#{hiptest_publisher_path}/config/locales/*.yml"]
6
+
7
+ put "??? #{hiptest_publisher_path}/config/locales/*.yml"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiptest-publisher-fork
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.7
4
+ version: 3.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - CucumberStudio R&D