Skip to content

Commit

Permalink
minor adjustments to p11n.rb; removed local file
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Nov 25, 2020
1 parent 2e7fa1b commit 316183f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 146 deletions.
144 changes: 0 additions & 144 deletions docs/_includes/anchor_headings.html

This file was deleted.

4 changes: 2 additions & 2 deletions lib/locales/utils/p11n.rb
Expand Up @@ -31,7 +31,7 @@
else 'other'
end
end,

west_slavic: lambda do |n|
if n == 1 ; 'one'
elsif [2, 3, 4].include?(n) ; 'few'
Expand Down Expand Up @@ -71,6 +71,7 @@
hash['id'] = p11n[:other]
hash['fr'] = p11n[:one_upto_two_other]
hash['ja'] = p11n[:other]
hash['km'] = p11n[:other]
hash['ko'] = p11n[:other]
hash['pl'] = p11n[:polish]
hash['ru'] = p11n[:east_slavic]
Expand All @@ -80,7 +81,6 @@
hash['zh-CN'] = p11n[:other]
hash['zh-HK'] = p11n[:other]
hash['zh-TW'] = p11n[:other]
hash['km'] = p11n[:other]
end

[ plurals, p11n ]
Expand Down

0 comments on commit 316183f

Please sign in to comment.