Skip to content

Commit

Permalink
Fix Norwegian local warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Mar 8, 2018
1 parent 523cd70 commit 5ac9212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion r18n-core/locales/nb.rb
Expand Up @@ -6,7 +6,7 @@ module Locales
class Nb < Locale
set(
title: 'Norsk (bokmål)',
sublocales: %w[no nn en],
sublocales: %w[nn en],

week_start: :monday,
wday_names: %w[søndag mandag tirsdag onsdag torsdag fredag lørdag],
Expand Down
2 changes: 1 addition & 1 deletion r18n-core/locales/no.rb
Expand Up @@ -8,7 +8,7 @@ module Locales
class No < Nb
class << self
extend Gem::Deprecate
deprecate :new, 'R18n::Locales::Nb.new', 2018, 3
deprecate :new, 'R18n::Locales::Nb.new', 2019, 1
end
end
end
Expand Down

0 comments on commit 5ac9212

Please sign in to comment.