Browse Source

add finnish language

add finnish language
closed-social-glitch-2
JantsoP 7 years ago
committed by GitHub
parent
commit
eabb86b124
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/assets/javascripts/components/locales/index.jsx

+ 2
- 0
app/assets/javascripts/components/locales/index.jsx View File

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