blacklight-locale_picker 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/i18n-tasks.yml +1 -1
- data/config/locales/locale_picker.ar.yml +1 -0
- data/config/locales/locale_picker.ca.yml +18 -0
- data/config/locales/locale_picker.de.yml +1 -0
- data/config/locales/locale_picker.en.yml +1 -0
- data/config/locales/locale_picker.es.yml +1 -0
- data/config/locales/locale_picker.fr.yml +1 -0
- data/config/locales/locale_picker.hu.yml +1 -0
- data/config/locales/locale_picker.it.yml +1 -0
- data/config/locales/locale_picker.nl.yml +1 -0
- data/config/locales/locale_picker.pt-BR.yml +1 -0
- data/config/locales/locale_picker.sq.yml +1 -0
- data/config/locales/locale_picker.zh.yml +1 -0
- data/lib/blacklight/locale_picker/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61392afbb9cb201beedf95e0910a53f3318802c98b9cf9ec33a04b43594ab2d6
|
4
|
+
data.tar.gz: 33d3fcb99530e3ea27d67f832c5da87fea266bc97dc9eee37baa3427efad93fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb2f95c5d6721de749562ab083be6a172d54e1046be9260b337d40555dae88a5781b28412f21cf6296637d70fb678afdec47bfd06c95e4d067fc855813865367
|
7
|
+
data.tar.gz: 7be7620195a7d33d15f44a4b62999fd8ea26802ceaeba239031212e7ca85b64b91a45f627d5cb67afb26478c81842ed4ae44a98d9c9d9bb0803dc8e2506f51dd
|
data/config/i18n-tasks.yml
CHANGED
@@ -3,7 +3,7 @@
|
|
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: [ar, de, en, es, fr, hu, it, nl, pt-BR, sq, zh]
|
6
|
+
locales: [ar, ca, de, en, es, fr, hu, it, nl, pt-BR, sq, zh]
|
7
7
|
## Reporting locale, default: en. Available: en, ru.
|
8
8
|
# internal_locale: en
|
9
9
|
|
@@ -0,0 +1,18 @@
|
|
1
|
+
---
|
2
|
+
ca:
|
3
|
+
blacklight:
|
4
|
+
header_links:
|
5
|
+
locale_switcher: Idioma
|
6
|
+
locales:
|
7
|
+
ar: العربية
|
8
|
+
ca: Català
|
9
|
+
de: Deutsch
|
10
|
+
en: English
|
11
|
+
es: Español
|
12
|
+
fr: Français
|
13
|
+
hu: Magyar
|
14
|
+
it: Italiano
|
15
|
+
nl: Nederlands
|
16
|
+
pt-BR: Português braileiro
|
17
|
+
sq: Shqip
|
18
|
+
zh: 中文
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blacklight-locale_picker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Camille Villa
|
8
8
|
- Chris Beer
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2021-
|
12
|
+
date: 2021-08-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -149,6 +149,7 @@ files:
|
|
149
149
|
- blacklight-locale_picker.gemspec
|
150
150
|
- config/i18n-tasks.yml
|
151
151
|
- config/locales/locale_picker.ar.yml
|
152
|
+
- config/locales/locale_picker.ca.yml
|
152
153
|
- config/locales/locale_picker.de.yml
|
153
154
|
- config/locales/locale_picker.en.yml
|
154
155
|
- config/locales/locale_picker.es.yml
|
@@ -168,7 +169,7 @@ homepage: https://github.com/projectblacklight/blacklight-locale_picker
|
|
168
169
|
licenses:
|
169
170
|
- Apache-2.0
|
170
171
|
metadata: {}
|
171
|
-
post_install_message:
|
172
|
+
post_install_message:
|
172
173
|
rdoc_options: []
|
173
174
|
require_paths:
|
174
175
|
- lib
|
@@ -183,8 +184,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
184
|
- !ruby/object:Gem::Version
|
184
185
|
version: '0'
|
185
186
|
requirements: []
|
186
|
-
rubygems_version: 3.
|
187
|
-
signing_key:
|
187
|
+
rubygems_version: 3.2.3
|
188
|
+
signing_key:
|
188
189
|
specification_version: 4
|
189
190
|
summary: ''
|
190
191
|
test_files: []
|