Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doorkeeper-gem/doorkeeper-i18n

Translation files for Doorkeeper OAuth 2 provider
https://github.com/doorkeeper-gem/doorkeeper-i18n

doorkeeper i18n internationalization oauth2 oauth2-provider

Last synced: about 2 hours ago
JSON representation

Translation files for Doorkeeper OAuth 2 provider

Awesome Lists containing this project

README

        

# doorkeeper-i18n
[![Gem Version](https://badge.fury.io/rb/doorkeeper-i18n.svg)](http://badge.fury.io/rb/doorkeeper-i18n)
[![CI](https://github.com/doorkeeper-gem/doorkeeper-i18n/actions/workflows/ci.yml/badge.svg)](https://github.com/doorkeeper-gem/doorkeeper-i18n/actions/workflows/ci.yml)

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)
* Danish (da)
* Spanish (es)
* Finnish (fi)
* French (fr)
* Italian (it)
* Japanese (ja)
* Korean (ko)
* Norwegian (nb)
* Dutch (nl)
* Portuguese (pt-BR)
* Chinese (zh-CN)
* Taiwan (zh-TW)
* Russian (ru)
* Catalan (ca)
* Belorussian (be)
* Czech (cs)
* Slovak (sk)
* Bulgarian (bg)
* Indonesian (id)
* Turkish (tr)
* Vietnamese (vi)

## 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.