globocom / megadraft

Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility

Home Page:http://megadraft.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i18n language support for tr-TR

organizeler opened this issue · comments

-- Feature --

can i add i18n.js file only language supports

Description

I use megadraft and want to improve it. Additionally, I design some new features end of features I can share themselves its.

Motivation

I want to megadraft can more suitable for text editor because i love it

we need add in src/i18n.js

"tr-TR": {
    "Type the link and press enter": "Linki yazınız ve enter tuşuna basınız",
    "Invalid Link": "Geçersiz Link",
    "Can't show plugin, component {{type}} not found.":
      "Eklenti gösterilemiyor, {{type}} bileşeni bulunamadı.",
    "Can't show plugin, component not found.":
      "Eklenti gösterilemiyor, bileşen bulunamadı.",
    "Block List": "Blok Listesi",
    "Something went wrong in component '{{type}}'. {{error}}":
      "Bileşen içerisinde hata mevcuttur '{{type}}'. {{error}}",
    "Something went wrong with the component type.":
      "Bileşen tipiyle ilgili hata mevcuttur."
  },