Sha256: 9c9bb0de1225249c1bf0f9e396733c2d4b59a12ff3fd8176eee083473e0e5a30
Contents?: true
Size: 1.14 KB
Versions: 29
Compression:
Stored size: 1.14 KB
Contents
# this is where your migration files will live. it will be relative to your config file migration_dir: i18n/migrate # this is where your locale files will live (en.yml, es.yml, etc). it will be relative to your config file locales_dir: config/locales # this is the locale you will be translating from main_locale: en # put all other locales you want to use here, if they don't already exist, add them with i18n-migrations new_locale es # each locale needs: other_locales: es: name: Spanish # a spreadsheet that translators will use to do their work, these are the links to them google_spreadsheet: https://docs.google.com/spreadsheets/d/GOOGLE_SPREADSHEET_ID/edit # put things like your product name here along with any possible mistranslations do_not_translate: "Transparent Classroom": - Aula Transparente - clase transparente # you need a service account key in order to access google spreadsheets. This is the path to it, relative to your config file google_service_account_key_path: i18n/google_drive_key.json # this is your api key to use google translate google_translate_api_key: [INSERT_GOOGLE_TRANSLATE_API_KEY]
Version data entries
29 entries across 29 versions & 1 rubygems