Skip to content

Commit

Permalink
Add Dzongkha (dz locale) (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
KinWang-2013 authored Oct 4, 2024
1 parent 61d55a6 commit 2570e14
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions gem/lib/pagy/i18n.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ module P11n
hash['zh-CN'] = RULE[:other]
hash['zh-HK'] = RULE[:other]
hash['zh-TW'] = RULE[:other]
hash['dz'] = RULE[:other]
end.freeze
end

Expand Down
17 changes: 17 additions & 0 deletions gem/locales/dz.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# :other pluralization (see https://github.com/ddnexus/pagy/blob/master/gem/lib/pagy/i18n.rb)
dz:
pagy:
aria_label:
nav: "ཤོག་ལེབ་"
prev: "སྔོན་མ་"
next: "ཤུལ༌མ་"
prev: "<"
next: ">"
gap: "…"
item_name: "རྣམ་གྲངས་"
info:
no_items: "%{item_name}གཅིག་ཡང་འཚོལ་མ་འཐོབ།"
single_page: "%{item_name} %{count} བཀྲམ་སྟོན་འབད་དོ།"
multiple_pages: "བསྡོམས་ཀྱིས་ %{count} ལས་%{item_name} %{from}-%{to} བཀྲམ་སྟོན་འབད་དོ།"
combo_nav_js: "ཤོག་ལེབ་ %{pages} ལས་ %{page_input}།"
limit_selector_js: "ཤོག་ལེབ་རེ་ལུ་%{item_name} %{limit_input} སྟོན།"

0 comments on commit 2570e14

Please sign in to comment.