X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig.yml;h=a6cfc67d63e118ac363290b5789120a619c36f16;hb=0796532460b90cb3ef7ecbf86db6d0adc07c88b4;hp=2326246911d61c3e51f238bba0151ed82b37afc5;hpb=3bcc4d4cb29abeedb48b1f297f1a65a02998ff69;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config.yml b/app/config/config.yml index 23262469..a6cfc67d 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -32,6 +32,7 @@ wallabag_core: en: 'English' fr: 'Français' de: 'Deutsch' + tr: 'Türkçe' wallabag_import: allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] @@ -56,6 +57,10 @@ twig: export_epub: %export_epub% export_mobi: %export_mobi% export_pdf: %export_pdf% + export_csv: %export_csv% + export_json: %export_json% + export_txt: %export_txt% + export_xml: %export_xml% version: %app.version% twofactor_auth: %twofactor_auth% warning_message: %warning_message% @@ -181,7 +186,9 @@ fos_user: registration: confirmation: enabled: true - + from_email: + address: %from_email% + sender_name: wallabag fos_oauth_server: db_driver: orm client_class: Wallabag\ApiBundle\Entity\Client