File: locales.clj

package info (click to toggle)
puppetlabs-i18n-clojure 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 348 kB
  • sloc: sh: 173; makefile: 25
file content (9 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
;; This file can go anywhere on the class path
;; It is used to add additional locales for testing
;; to the ones that are available for 'normal' use
{
  ;; we use Esperanto for testing
  :locales #{"eo"}
  ;; this should be the same as in resources/locales.clj
  :package "puppetlabs.i18n"
}