aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-01-24 18:44:58 +0100
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-01-24 18:44:58 +0100
commit2532f72c5988e1316e842e50071c2366010f30a1 (patch)
treef3b98940f8c29f5b5af365a14be06b78a53a8b82 /app
parent95780f5abe776bdeec3bc78eb3257f7682bb0bf6 (diff)
parentf47101e0c4eda8a678f16bd624c9fbee9e2e07e3 (diff)
downloadwallabag-2532f72c5988e1316e842e50071c2366010f30a1.tar.gz
wallabag-2532f72c5988e1316e842e50071c2366010f30a1.tar.zst
wallabag-2532f72c5988e1316e842e50071c2366010f30a1.zip
Merge pull request #1628 from ogunkarakus/v2-turkish-translation
Add Turkish translation
Diffstat (limited to 'app')
-rw-r--r--app/config/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 5d9c7c55..fe94560d 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -32,6 +32,7 @@ wallabag_core:
32 en: 'English' 32 en: 'English'
33 fr: 'Français' 33 fr: 'Français'
34 de: 'Deutsch' 34 de: 'Deutsch'
35 tr: 'Türkçe'
35 36
36wallabag_import: 37wallabag_import:
37 allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] 38 allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain']