diff --git a/src/i18n/index.js b/src/i18n/index.js index 74819f5..4225b25 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -18,6 +18,7 @@ import hi from 'timeago.js/lib/lang/hi_IN'; import it from 'timeago.js/lib/lang/it'; import pt from 'timeago.js/lib/lang/pt_BR'; import sv from 'timeago.js/lib/lang/sv'; +import tr from 'timeago.js/lib/lang/tr'; // import ur from 'timeago.js/lib/lang/ur'; // Not currently supported by TimeAgo timeago.register('ar', ar); @@ -29,5 +30,6 @@ timeago.register('hi', hi); timeago.register('it', it); timeago.register('pt', pt); timeago.register('sv', sv); +timeago.register('tr', tr); -export default i18n; \ No newline at end of file +export default i18n; diff --git a/src/i18n/messages_tr.json b/src/i18n/messages_tr.json new file mode 100644 index 0000000..b64396a --- /dev/null +++ b/src/i18n/messages_tr.json @@ -0,0 +1,10 @@ +{ + "Add a comment...": "Yorum ekle...", + "Add a reply...": "Cevap ekle...", + "Add tag...": "Tag Ekle...", + "Cancel": "İptal", + "Close": "Kapat", + "Edit": "Düzenle", + "Delete": "Sil", + "Ok": "Tamam" +} \ No newline at end of file