0
0
Fork 0

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

@ -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];