Sha256: b4bd343975166eaaa25b8ff1a0963535bc7a9efb1af852c7a16fd43148ce7c01

Contents?: true

Size: 1.95 KB

Versions: 17

Compression:

Stored size: 1.95 KB

Contents

en:
  number:
    format:
      separator: "."
      delimiter: ","
      precision: 3
    currency:
      format:
        format: "%u%n"
        unit: "$"
        separator: "."
        delimiter: ","
        precision: 2
  date:
    formats:
      default: "%Y-%m-%d"
      short: "%b %d"
      long: "%B %d, %Y"
    day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
    abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
    month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
    abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
    # order: [ :year, :month, :day ]
  time:
    formats:
      default: "%a, %d %b %Y %H:%M:%S %z"
      short: "%d %b %H:%M"
      long: "%B %d, %Y %H:%M"
    am: "am"
    pm: "pm"
  admin:
    show:
      title: "Show"
      note: "more details"
    edit:
      title: "Edit"

fr:
  date:
    formats:
      default: "%d/%m/%Y"
      short: "%e %b"
      long: "%e %B %Y"
      long_ordinal: "%e %B %Y"
      only_day: "%e"
    day_names: [dimanche, lundi, mardi, mercredi, jeudi, vendredi, samedi]
    abbr_day_names: [dim, lun, mar, mer, jeu, ven, sam]
    month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre]
    abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.]
    # order: [ :day, :month, :year ]
  time:
    formats:
      default: "%d %B %Y %H:%M"
      time: "%H:%M"
      short: "%d %b %H:%M"
      long: "%A %d %B %Y %H:%M:%S %Z"
      long_ordinal: "%A %d %B %Y %H:%M:%S %Z"
      only_second: "%S"
    am: 'am'
    pm: 'pm'
  number:
    format:
      precision: 3
      separator: ','
      delimiter: ' '
    currency:
      format:
        unit: '€'
        precision: 2
        format: '%n %u'
  admin:
    show:
      title: "Visualiser"
      note: "plus de détails"
    edit:
      title: "Editer"

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
i18n-js-pika-3.0.0.rc9 spec/fixtures/locales.yml
i18n-js-pika-3.0.0.rc8 spec/fixtures/locales.yml
i18n-js-pika-3.0.0.rc7 spec/fixtures/locales.yml
i18n-js-pika-3.0.0.rc6 spec/fixtures/locales.yml
i18n-js-3.0.0.rc5 spec/fixtures/locales.yml
i18n-js-3.0.0.rc4 spec/fixtures/locales.yml
i18n-js-3.0.0.rc3 spec/fixtures/locales.yml
socialcast-i18n-js-4.0.0.rc8 spec/fixtures/locales.yml
socialcast-i18n-js-4.0.0.rc7 spec/fixtures/locales.yml
socialcast-i18n-js-4.0.0.rc6 spec/fixtures/locales.yml
socialcast-i18n-js-4.0.0.rc5 spec/fixtures/locales.yml
socialcast-i18n-js-4.0.0.rc4 spec/fixtures/locales.yml
socialcast-i18n-js-4.0.0.rc3 spec/fixtures/locales.yml
socialcast-i18n-js-4.0.0.rc2 spec/fixtures/locales.yml
socialcast-i18n-js-4.0.0.rc1 spec/fixtures/locales.yml
i18n-js-3.0.0.rc2 spec/fixtures/locales.yml
i18n-js-3.0.0.rc1 spec/fixtures/locales.yml