You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
shared: |
|
deepl: |
|
api_key: <%= ENV.fetch('DEEPL_API_KEY', nil)&.to_json %> |
|
plan: <%= ENV.fetch('DEEPL_PLAN', 'free') %> |
|
libre_translate: |
|
api_key: <%= ENV.fetch('LIBRE_TRANSLATE_API_KEY', nil)&.to_json %> |
|
endpoint: <%= ENV.fetch('LIBRE_TRANSLATE_ENDPOINT', nil)&.to_json %>
|
|
|