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:
committed by
Eugen Rochko
parent
f14df43435
commit
983593ddf4
@ -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) {
|
||||
|
Reference in New Issue
Block a user