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
|
@ -64,6 +64,7 @@ import pt from 'react-intl/locale-data/pt';
|
|||
import ru from 'react-intl/locale-data/ru';
|
||||
import uk from 'react-intl/locale-data/uk';
|
||||
import zh from 'react-intl/locale-data/zh';
|
||||
import tr from 'react-intl/locale-data/tr';
|
||||
import getMessagesForLocale from '../locales';
|
||||
import { hydrateStore } from '../actions/store';
|
||||
import createStream from '../stream';
|
||||
|
@ -98,6 +99,7 @@ addLocaleData([
|
|||
...ru,
|
||||
...uk,
|
||||
...zh,
|
||||
...tr,
|
||||
]);
|
||||
|
||||
const getTopWhenReplacing = (previous, { location }) => location && location.action === 'REPLACE' && [0, 0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue