lalala 4.0.0.dev.285 → 4.0.0.dev.288

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b8fe6d02ffe7370072321e00b8e721a98892aed
4
- data.tar.gz: 04257150acf04b2e2b27202da99f089152419607
3
+ metadata.gz: c0168779a1d6db5cc693453e0e5499f4c488b126
4
+ data.tar.gz: cd17ea4b026655501ebc9ad88cf08c69248e8343
5
5
  SHA512:
6
- metadata.gz: 5184b7974d86c3d7721488d15830bc1a742748a2b3ccba9750043f8f2655cfe3d5fddd41c65c080462b442e83978e70c3c7b6a735368e6a63e65e98115caecb6
7
- data.tar.gz: dacf070077c91548ca7c6414c6096cd359b231c54edf9e1d8ab66c5cbf4d9b1c65c71ea8e2b691fe497c313e71b78e761400530870ac1832183e9f0c712d50c5
6
+ metadata.gz: 15b0f6d0d137a7bd18ab6216b1e0bc1dd45d5c021dbbd8a2db1beac8a584f65434860c5c3b4a1c787ff140c404a519a1d76d081c72da876a368371df87b8409c
7
+ data.tar.gz: 50a8c107b7b4ba17154786a19f7f171b40c037dbdbd5fa15db6025cd5ff294ce8a0600f5061c7677d9fee037bda590befb8916bad44be750311e1de54b04b9ae
@@ -1,6 +1,6 @@
1
1
  module Lalala
2
2
  VERSION = "4.0.0"
3
- BUILD = "285"
3
+ BUILD = "288"
4
4
 
5
5
  if BUILD != ("{{BUILD_NUMBER" + "}}") # prevent sed replacement (see script/ci)
6
6
  BUILD_VERSION = "#{VERSION}.dev.#{BUILD}"
@@ -17,6 +17,7 @@ class Lalala::Views::TitleBar < ActiveAdmin::Views::TitleBar
17
17
  select(class: "bypass-chosen") do
18
18
 
19
19
  locales.each do |locale|
20
+ next if Rails.application.config.lalala.i18n.excluded_locales.try(:include?, locale)
20
21
  opts = { :value => locale.to_s }
21
22
  opts[:'data-default'] = "true" if I18n.default_locale == locale
22
23
  opts[:'data-current'] = "true" if I18n.locale == locale
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lalala
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.dev.285
4
+ version: 4.0.0.dev.288
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Menke