File: README.md

package info (click to toggle)
ruby-doorkeeper-i18n 5.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 288 kB
  • sloc: ruby: 118; makefile: 4
file content (48 lines) | stat: -rw-r--r-- 1,217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# doorkeeper-i18n
[![Gem Version](https://badge.fury.io/rb/doorkeeper-i18n.svg)](http://badge.fury.io/rb/doorkeeper-i18n)
[![Build Status](https://travis-ci.org/doorkeeper-gem/doorkeeper-i18n.svg?branch=master)](https://travis-ci.org/doorkeeper-gem/doorkeeper-i18n)

Locales for [Doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) gem.

# Installation

To extend doorkeeper with locales, add to your `Gemfile` (or `gems.rb` for Bundler >= 2):

```ruby
gem 'doorkeeper-i18n'

# or if you want to use cutting edge version:
# gem 'doorkeeper-i18n', git: 'https://github.com/doorkeeper-gem/doorkeeper-i18n.git'

```
# Supported locales

Currently supported locales:

* English (en)
* German (de)
* Spanish (es)
* Finnish (fi)
* French (fr)
* Italian (it)
* Japan (ja)
* Korean (ko)
* Norwegian (nb)
* Dutch (nl)
* Portuguese (pt-BR)
* Chinese (zh-CN)
* Taiwan (zh-TW)
* Russian (ru)
* Catalan (ca)
* Belarusian (be)
* Czech (cs)
* Slovak (sk)

## License

`doorkeeper-i18n` gem is released under the [MIT License](http://www.opensource.org/licenses/MIT).

---

Please refer to [https://github.com/doorkeeper-gem/doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) for instructions on
doorkeeper’s project.