All Projects → doorkeeper-gem → doorkeeper-i18n

doorkeeper-gem / doorkeeper-i18n

Licence: MIT license
Translation files for Doorkeeper OAuth 2 provider

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to doorkeeper-i18n

Vue Inter
Simple yet powerful 1kB i18n library for Vue.js
Stars: ✭ 198 (+560%)
Mutual labels:  i18n, internationalization
laminas-i18n
Provide translations for your application, and filter and validate internationalized values
Stars: ✭ 40 (+33.33%)
Mutual labels:  i18n, internationalization
Weblate
Web based localization tool with tight version control integration.
Stars: ✭ 2,719 (+8963.33%)
Mutual labels:  i18n, internationalization
React Translated
A dead simple way to add complex translations (i18n) in a React (DOM/Native) project 🌎🌍🌏
Stars: ✭ 176 (+486.67%)
Mutual labels:  i18n, internationalization
Flutter translate
Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
Stars: ✭ 245 (+716.67%)
Mutual labels:  i18n, internationalization
Elefant
Elefant, the refreshingly simple PHP CMS and web framework.
Stars: ✭ 188 (+526.67%)
Mutual labels:  i18n, internationalization
Tourism Demo
Flutter app backed by Redux, shows animations, internationalization (i18n), ClipPath, fonts and others...
Stars: ✭ 232 (+673.33%)
Mutual labels:  i18n, internationalization
Date
🗓 A library to help you work with dates in multiple languages, based on Carbon.
Stars: ✭ 1,773 (+5810%)
Mutual labels:  i18n, internationalization
A18n
Automated I18n solution for JavaScript/TypeScript/React
Stars: ✭ 244 (+713.33%)
Mutual labels:  i18n, internationalization
L10ns
Internationalization workflow and formatting
Stars: ✭ 234 (+680%)
Mutual labels:  i18n, internationalization
Node Gettext
A JavaScript implementation of gettext, a localization framework.
Stars: ✭ 175 (+483.33%)
Mutual labels:  i18n, internationalization
react-mobx-router
Create React App with React Router 4 and MobX + Internationalization
Stars: ✭ 90 (+200%)
Mutual labels:  i18n, internationalization
Formatjs
The monorepo home to all of the FormatJS related libraries, most notably react-intl.
Stars: ✭ 12,869 (+42796.67%)
Mutual labels:  i18n, internationalization
I18next Express Middleware
[deprecated] can be replaced with i18next-http-middleware
Stars: ✭ 195 (+550%)
Mutual labels:  i18n, internationalization
Jquery.ime
jQuery based input methods library
Stars: ✭ 145 (+383.33%)
Mutual labels:  i18n, internationalization
Serge
Continuous localization platform
Stars: ✭ 212 (+606.67%)
Mutual labels:  i18n, internationalization
Dom I18n
Provides a very basic HTML multilingual support using JavaScript
Stars: ✭ 125 (+316.67%)
Mutual labels:  i18n, internationalization
Jquery I18next
i18next plugin for jquery usage
Stars: ✭ 143 (+376.67%)
Mutual labels:  i18n, internationalization
Lang.js
🎭 Laravel Translator class in JavaScript!
Stars: ✭ 232 (+673.33%)
Mutual labels:  i18n, internationalization
React Native Globalize
Internationalization (i18n) for React Native
Stars: ✭ 246 (+720%)
Mutual labels:  i18n, internationalization

doorkeeper-i18n

Gem Version CI

Locales for Doorkeeper gem.

Installation

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

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)

License

doorkeeper-i18n gem is released under the MIT License.


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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].