Sha256: 8d08ecf09e8db4c3f4027ddca91b96dfb2755979639f021d307873211c926617
Contents?: true
Size: 983 Bytes
Versions: 1
Compression:
Stored size: 983 Bytes
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 other_locales: - es # 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 # each locale will have a spreadsheet that translators will use to do their work, these are the links to them google_spreadsheets: es: https://docs.google.com/spreadsheets/d/1QGCzMbTyxF2gSUpWwRKAq-mMFIgJwsOLp1lfXsSF5X0/edit # this is your api key to use google translate google_translate_api_key: [INSERT_GOOGLE_TRANSLATE_API_KEY]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
i18n-migrations-0.1.1 | .i18n-migrations.default.yml |