We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856d159 commit 66f9ea9Copy full SHA for 66f9ea9
config/initializers/translation.rb
@@ -6,7 +6,7 @@
6
I18n.default_locale = Settings.default_locale ? Settings.default_locale : 'en'
7
8
TranslationIO.configure do |config|
9
- config.api_key = 'cc6a66a15e02433aa9d0afeb39835b8c'
+ config.api_key = ENV.key?('TRANSLATION_IO_API_KEY') ? ENV['TRANSLATION_IO_API_KEY'] : nil
10
config.source_locale = 'en'
11
config.target_locales = %i[ca cs da de es fi fr hu it nl no pl pt-BR sr sv]
12
0 commit comments