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:
parent
f14df43435
commit
983593ddf4
14 changed files with 689 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue