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
|
Source: ruby-http-accept-language
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Anish A <aneesh.nl@gmail.com>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.10~), ruby-rspec-core, ruby-rack-test, ruby-i18n, ruby-activesupport
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-http-accept-language.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-http-accept-language.git;a=summary
Homepage: https://github.com/iain/http_accept_language
XS-Ruby-Versions: all
Package: ruby-http-accept-language
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activesupport
Suggests: ruby-railties
Description: Ruby library that finds out which locale the user prefers
This ruby library reads the language user specified in their browser
and returns the language in an array. This package will be useful
in cases where the locale should be selected depending on the
user's locale settings automatically.
.
Features
* Splits the http-header into languages specified by the user
* Returns empty array if header is malformed.
* Corrects case to xx-XX
* Sorted by priority given, as much as possible.
* Gives you the most important language
* Gives compatible languages
|