Fix Chinese (China) translation availability (#2230)

This commit is contained in:
Yeechan Lu
2017-04-21 09:28:38 +08:00
committed by Eugen
parent 3b342be2f2
commit e06f307c2d
2 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,7 @@ import uk from 'react-intl/locale-data/uk';
import zh from 'react-intl/locale-data/zh';
import bg from 'react-intl/locale-data/bg';
import { localeData as zh_hk } from '../locales/zh-hk';
import { localeData as zh_cn } from '../locales/zh-cn';
import pt_br from '../locales/pt-br';
import getMessagesForLocale from '../locales';
import { hydrateStore } from '../actions/store';
@ -89,6 +90,7 @@ addLocaleData([
...uk,
...zh,
...zh_hk,
...zh_cn,
...bg,
]);