Browse Source

add finnish language

add finnish language
pull/5/head
JantsoP 9 years ago committed by GitHub
parent
commit
eabb86b124
  1. 2
      app/assets/javascripts/components/locales/index.jsx

2
app/assets/javascripts/components/locales/index.jsx

@ -5,6 +5,7 @@ import hu from './hu';
import fr from './fr';
import pt from './pt';
import uk from './uk';
import fi from './fi';
const locales = {
en,
@ -14,6 +15,7 @@ const locales = {
fr,
pt,
uk
fi
};
export default function getMessagesForLocale (locale) {

Loading…
Cancel
Save