Sha256: 7116c3c4d9569eaf69aa873e1e9a37199bc0d1a5c4af0014f8ec31a03588b989

Contents?: true

Size: 828 Bytes

Versions: 11

Compression:

Stored size: 828 Bytes

Contents

development:
  enabled: true
  inspector: 'all'
  # what language to support and their display names
  lang:
    en: 'English'
    de: 'German'
    ar: 'عربى'
  yaml_translator_identifier: 'khaled@badrit.com' # used for existing yaml translations, usually an email should be used
  i18n_source: 'yaml' # can be db or yaml; default is yaml
  yaml2db_translations_accepted: true # when import translation from yaml to db set it to accepted by default; default is false
  accept_admin_translations: true # when admins add/edit translations they are considered accepted directly
  save_default_translation: true # when a new key is added to db, the value of the key is added as the default translation in English

  # identifier_type: 'email' # Uncomment and change the identifier if your User model has no email attribute
    

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
translation_center-1.2.0 test/dummy/config/translation_center.yml
translation_center-1.1.0 test/dummy/config/translation_center.yml
translation_center-1.0.4 test/dummy/config/translation_center.yml
translation_center-1.0.2 test/dummy/config/translation_center.yml
translation_center-1.0.1 test/dummy/config/translation_center.yml
translation_center-1.0.0 test/dummy/config/translation_center.yml
translation_center-0.0.14 test/dummy/config/translation_center.yml
translation_center-0.0.13 test/dummy/config/translation_center.yml
translation_center-0.0.12 test/dummy/config/translation_center.yml
translation_center-0.0.11 test/dummy/config/translation_center.yml
translation_center-0.0.10 test/dummy/config/translation_center.yml