Add Turkish yml file (#2878)

* Add Turkish yml file

* Add translation files for Turkish

* Deleted click_to_edit key and val

Deleted click_to_edit: Düzenlemek için ilgili ayara tıklayınız line
This commit is contained in:
Özcan Zafer AYAN
2017-05-07 17:20:53 +03:00
committed by Eugen Rochko
parent f14df43435
commit 983593ddf4
14 changed files with 689 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import zh_hk from './zh-HK.json';
import zh_cn from './zh-CN.json';
import bg from './bg.json';
import id from './id.json';
import tr from './tr.json';
const locales = {
ar,
@ -50,6 +51,7 @@ const locales = {
'zh-CN': zh_cn,
bg,
id,
tr,
};
export default function getMessagesForLocale(locale) {