File: control

package info (click to toggle)
ruby-gettext-i18n-rails-js 2.0.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 180 kB
  • sloc: ruby: 927; javascript: 33; makefile: 11
file content (35 lines) | stat: -rw-r--r-- 1,408 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
Source: ruby-gettext-i18n-rails-js
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-gettext (>= 3.0.2),
               ruby-gettext-i18n-rails (>= 0.7.1),
               ruby-po-to-json (>= 2.0~),
               ruby-rails (>= 2:3.2.0),
               ruby-rspec,
               ruby-simplecov,
               libjs-jed
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-gettext-i18n-rails-js.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-gettext-i18n-rails-js
Homepage: https://github.com/webhippie/gettext_i18n_rails_js
Testsuite: autopkgtest-pkg-ruby

Package: ruby-gettext-i18n-rails-js
Architecture: all
Depends: ${ruby:Depends},
         libjs-jed,
         ${misc:Depends},
         ${shlibs:Depends}
Description: make your .po files available to client side javascript as JSON
 This library extends gettext_i18n_rails making your .po files available to
 client side javascript as JSON.
 .
 It will find translations inside your .js and .coffee files, then it will
 create JSON versions of your .PO files and will let you serve them with the
 rest of your assets, thus letting you access all your translations offline
 from client side javascript.