habluhablu 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +55 -55
- data/lib/habluhablu/version.rb +1 -1
- data/lib/languages/languages.rb +44 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 622b7f9e835ed5d23abdd90daceb817bf116d62b2d591fbdc777b3b17144c660
|
|
4
|
+
data.tar.gz: c0568cd89ad6c6afac070cc44b592d858cf4797611b213465ffd2b42e6e42f00
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f42d1dbbab0fb5731853625e801443ad4e226dfa0c99a686a2b33a4b86aaf0724ad0159b4e3812e2f17ae0d2ab47d9f260223427a32486c869958467b6f97d2
|
|
7
|
+
data.tar.gz: ea018c7e91a3cd8033eb357a4303327fc45406822f0ba074d80fe15befb1e654bc3d8bbddbff6cd58bf25d5429f3cfdb93091b98b1ce97bed22e57f29102cbb0
|
data/Gemfile.lock
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
habluhablu (0.2.
|
|
5
|
-
|
|
6
|
-
GEM
|
|
7
|
-
remote: https://rubygems.org/
|
|
8
|
-
specs:
|
|
9
|
-
ast (2.4.2)
|
|
10
|
-
diff-lcs (1.4.4)
|
|
11
|
-
parallel (1.20.1)
|
|
12
|
-
parser (3.0.1.1)
|
|
13
|
-
ast (~> 2.4.1)
|
|
14
|
-
rainbow (3.0.0)
|
|
15
|
-
rake (13.0.3)
|
|
16
|
-
regexp_parser (2.1.1)
|
|
17
|
-
rexml (3.2.5)
|
|
18
|
-
rspec (3.10.0)
|
|
19
|
-
rspec-core (~> 3.10.0)
|
|
20
|
-
rspec-expectations (~> 3.10.0)
|
|
21
|
-
rspec-mocks (~> 3.10.0)
|
|
22
|
-
rspec-core (3.10.1)
|
|
23
|
-
rspec-support (~> 3.10.0)
|
|
24
|
-
rspec-expectations (3.10.1)
|
|
25
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
26
|
-
rspec-support (~> 3.10.0)
|
|
27
|
-
rspec-mocks (3.10.2)
|
|
28
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
29
|
-
rspec-support (~> 3.10.0)
|
|
30
|
-
rspec-support (3.10.2)
|
|
31
|
-
rubocop (1.14.0)
|
|
32
|
-
parallel (~> 1.10)
|
|
33
|
-
parser (>= 3.0.0.0)
|
|
34
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
35
|
-
regexp_parser (>= 1.8, < 3.0)
|
|
36
|
-
rexml
|
|
37
|
-
rubocop-ast (>= 1.5.0, < 2.0)
|
|
38
|
-
ruby-progressbar (~> 1.7)
|
|
39
|
-
unicode-display_width (>= 1.4.0, < 3.0)
|
|
40
|
-
rubocop-ast (1.5.0)
|
|
41
|
-
parser (>= 3.0.1.1)
|
|
42
|
-
ruby-progressbar (1.11.0)
|
|
43
|
-
unicode-display_width (2.0.0)
|
|
44
|
-
|
|
45
|
-
PLATFORMS
|
|
46
|
-
x64-mingw32
|
|
47
|
-
|
|
48
|
-
DEPENDENCIES
|
|
49
|
-
habluhablu!
|
|
50
|
-
rake (~> 13.0)
|
|
51
|
-
rspec (~> 3.0)
|
|
52
|
-
rubocop (~> 1.7)
|
|
53
|
-
|
|
54
|
-
BUNDLED WITH
|
|
55
|
-
2.2.14
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
habluhablu (0.2.6)
|
|
5
|
+
|
|
6
|
+
GEM
|
|
7
|
+
remote: https://rubygems.org/
|
|
8
|
+
specs:
|
|
9
|
+
ast (2.4.2)
|
|
10
|
+
diff-lcs (1.4.4)
|
|
11
|
+
parallel (1.20.1)
|
|
12
|
+
parser (3.0.1.1)
|
|
13
|
+
ast (~> 2.4.1)
|
|
14
|
+
rainbow (3.0.0)
|
|
15
|
+
rake (13.0.3)
|
|
16
|
+
regexp_parser (2.1.1)
|
|
17
|
+
rexml (3.2.5)
|
|
18
|
+
rspec (3.10.0)
|
|
19
|
+
rspec-core (~> 3.10.0)
|
|
20
|
+
rspec-expectations (~> 3.10.0)
|
|
21
|
+
rspec-mocks (~> 3.10.0)
|
|
22
|
+
rspec-core (3.10.1)
|
|
23
|
+
rspec-support (~> 3.10.0)
|
|
24
|
+
rspec-expectations (3.10.1)
|
|
25
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
26
|
+
rspec-support (~> 3.10.0)
|
|
27
|
+
rspec-mocks (3.10.2)
|
|
28
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
29
|
+
rspec-support (~> 3.10.0)
|
|
30
|
+
rspec-support (3.10.2)
|
|
31
|
+
rubocop (1.14.0)
|
|
32
|
+
parallel (~> 1.10)
|
|
33
|
+
parser (>= 3.0.0.0)
|
|
34
|
+
rainbow (>= 2.2.2, < 4.0)
|
|
35
|
+
regexp_parser (>= 1.8, < 3.0)
|
|
36
|
+
rexml
|
|
37
|
+
rubocop-ast (>= 1.5.0, < 2.0)
|
|
38
|
+
ruby-progressbar (~> 1.7)
|
|
39
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
|
40
|
+
rubocop-ast (1.5.0)
|
|
41
|
+
parser (>= 3.0.1.1)
|
|
42
|
+
ruby-progressbar (1.11.0)
|
|
43
|
+
unicode-display_width (2.0.0)
|
|
44
|
+
|
|
45
|
+
PLATFORMS
|
|
46
|
+
x64-mingw32
|
|
47
|
+
|
|
48
|
+
DEPENDENCIES
|
|
49
|
+
habluhablu!
|
|
50
|
+
rake (~> 13.0)
|
|
51
|
+
rspec (~> 3.0)
|
|
52
|
+
rubocop (~> 1.7)
|
|
53
|
+
|
|
54
|
+
BUNDLED WITH
|
|
55
|
+
2.2.14
|
data/lib/habluhablu/version.rb
CHANGED
data/lib/languages/languages.rb
CHANGED
|
@@ -152,7 +152,50 @@ class Languages
|
|
|
152
152
|
"forgot_password" => "Passwort vergessen?",
|
|
153
153
|
"do_not_have_account" => "Hast du noch kein FACEBOOK-Konto?", # Change facebook!
|
|
154
154
|
"lorem" => "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
|
|
155
|
-
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
pt: {
|
|
158
|
+
"pt" => {
|
|
159
|
+
"date" => {
|
|
160
|
+
"months_names" => %w[
|
|
161
|
+
],
|
|
162
|
+
"abbr_month_names" => %w[
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
"welcome" => "Bem-vindo",
|
|
166
|
+
"registration" => "Cadastrar",
|
|
167
|
+
"log_in" => "Entrar",
|
|
168
|
+
"log_in_with" => "Entrar com", # Example: 'with Facebook'
|
|
169
|
+
"log_out" => "Fazer logoff",
|
|
170
|
+
"email_address" => "Endereço de E-mail",
|
|
171
|
+
"username" => "Nome de usuário",
|
|
172
|
+
"password" => "Senha",
|
|
173
|
+
"remember_me" => "Lembrar de mim",
|
|
174
|
+
"forgot_password" => "Esqueceu Sua Senha",
|
|
175
|
+
"do_not_have_account" => "Não tem uma conta da?", # Example: da Facebook
|
|
176
|
+
"lorem" => "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
tr: {
|
|
180
|
+
"tr" => {
|
|
181
|
+
"date" => {
|
|
182
|
+
"months_names" => %w[
|
|
183
|
+
],
|
|
184
|
+
"abbr_month_names" => %w[
|
|
185
|
+
]
|
|
186
|
+
},
|
|
187
|
+
"welcome" => "Hoşgeldiniz",
|
|
188
|
+
"registration" => "Kayıt Ol",
|
|
189
|
+
"log_in" => "Giriş Yap",
|
|
190
|
+
"log_in_with" => "FACEBOOK ile giriş yap", # Example: 'with Facebook', reaplce facebook!
|
|
191
|
+
"log_out" => "Çıkış Yap",
|
|
192
|
+
"email_address" => "E-posta Adresi",
|
|
193
|
+
"username" => "Kullanıcı adı",
|
|
194
|
+
"password" => "Şifre",
|
|
195
|
+
"remember_me" => "Beni hatırla",
|
|
196
|
+
"forgot_password" => "Şifreni Mi Unuttun?",
|
|
197
|
+
"do_not_have_account" => "Bir FACEBOOK hesabın yok mu?", # Replace facebook!
|
|
198
|
+
"lorem" => "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
|
|
156
199
|
}
|
|
157
200
|
},
|
|
158
201
|
example: {
|