add finnish language
add finnish language
This commit is contained in:
parent
b0f4c9b91f
commit
eabb86b124
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue