Skip to content

Commit 66f9ea9

Browse files
committed
Remove invalid key
1 parent 856d159 commit 66f9ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/translation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
I18n.default_locale = Settings.default_locale ? Settings.default_locale : 'en'
77

88
TranslationIO.configure do |config|
9-
config.api_key = 'cc6a66a15e02433aa9d0afeb39835b8c'
9+
config.api_key = ENV.key?('TRANSLATION_IO_API_KEY') ? ENV['TRANSLATION_IO_API_KEY'] : nil
1010
config.source_locale = 'en'
1111
config.target_locales = %i[ca cs da de es fi fr hu it nl no pl pt-BR sr sv]
1212

0 commit comments

Comments
 (0)