diff --git a/gem/lib/pagy/i18n.rb b/gem/lib/pagy/i18n.rb index 7b64a58fd..5098e79e3 100644 --- a/gem/lib/pagy/i18n.rb +++ b/gem/lib/pagy/i18n.rb @@ -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 diff --git a/gem/locales/dz.yml b/gem/locales/dz.yml new file mode 100644 index 000000000..736985381 --- /dev/null +++ b/gem/locales/dz.yml @@ -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} སྟོན།"