Sha256: c48d4e3c0f97382a838250d446f14582ee8d2a3034152b71ab67729ddeb875ef

Contents?: true

Size: 1.81 KB

Versions: 18

Compression:

Stored size: 1.81 KB

Contents

common_atts: &common_atts
  # what language to support and their display names
  lang:
    en:
      name: 'English'
      direction: 'ltr'
    de:
      name: 'Deutch'
      direction: 'ltr'
    ar:
      name: 'Arabic'
      direction: 'rtl'

  # yaml imported translations created by translator email, usually User email 
  yaml_translator_identifier: 'khaled@badrit.com'

  # when import translation from yaml to db set it to accepted by default
  yaml2db_translations_accepted: true # default is false

  # when admins add/edit translations they are considered accepted directly
  accept_admin_translations: true 

  # identifier_type: 'email' # Uncomment and change the identifier if your User model has no email attribute
  # translator_type: 'User' # Uncomment and change if you want to change the translator type

development:
  enabled: true # default false

  # Keys inspector allowed values:
  # "missing" to inspect only untranslated keys
  # "all" to enable inspector for translated and untranslated keys
  # "off" to turn off keys inspector
  inspector: 'all' # default missing

  # I18n.translate source
  i18n_source: 'yaml' # can be db or yaml; default is db

  # when a new key is added to db, the value of the key is added as the default translation in English
  save_default_translation: true 

  <<: *common_atts

production:
  enabled: true # default false

  # Keys inspector allowed values:
  # "missing" to inspect only untranslated keys
  # "all" to enable inspector for translated and untranslated keys
  # "off" to turn off keys inspector
  inspector: 'off' # default missing

  # I18n.translate source
  i18n_source: 'yaml' # can be db or yaml; default is yaml

  # when a new key is added to db, the value of the key is added as the default translation in English
  save_default_translation: false 

  <<: *common_atts

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
translation_center-1.7.2 test/dummy/config/translation_center.yml
afalkear_translation_center-1.8.4 test/dummy/config/translation_center.yml
afalkear_translation_center-1.8.3 test/dummy/config/translation_center.yml
afalkear_translation_center-1.8.2 test/dummy/config/translation_center.yml
afalkear_translation_center-1.8.1 test/dummy/config/translation_center.yml
afalkear_translation_center-1.8.0 test/dummy/config/translation_center.yml
afalkear_translation_center-1.7.9 test/dummy/config/translation_center.yml
afalkear_translation_center-1.7.8 test/dummy/config/translation_center.yml
afalkear_translation_center-0.0.0 test/dummy/config/translation_center.yml
afalkear_translation_center-1.7.7 test/dummy/config/translation_center.yml
translation_center-1.7.1 test/dummy/config/translation_center.yml
translation_center-1.7.0 test/dummy/config/translation_center.yml
translation_center-1.6.10 test/dummy/config/translation_center.yml
translation_center-1.6.9 test/dummy/config/translation_center.yml
translation_center-1.6.8 test/dummy/config/translation_center.yml
translation_center-1.6.7 test/dummy/config/translation_center.yml
translation_center-1.6.6 test/dummy/config/translation_center.yml
translation_center-1.6.5 test/dummy/config/translation_center.yml