Skip to content

Commit

Permalink
Add Chinese localizations
Browse files Browse the repository at this point in the history
Currently Generation 6 form names are not localized.
  • Loading branch information
Cu3PO42 committed Dec 17, 2016
1 parent 33eadac commit eacebda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/FormattingOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const languages = [
<MenuItem key={4} value="fr" primaryText="French"/>,
<MenuItem key={5} value="it" primaryText="Italian"/>,
<MenuItem key={6} value="es" primaryText="Spanish"/>,
<MenuItem key={7} value="ko" primaryText="Korean"/>
<MenuItem key={7} value="ko" primaryText="Korean"/>,
<MenuItem key={8} value="zh" primaryText="Chinese"/>
];

const FormattingOptions = ({ language, changeFormatLanguage, formattingOptions, current, currentIndex, plugins, addFormattingOption, cloneCurrentFormattingOption, updateCurrentFormattingOption, updateFormattingOption, selectFormattingOption, deleteCurrentFormattingOption, changeCurrentFormattingOptionName }) => (
Expand Down

0 comments on commit eacebda

Please sign in to comment.