Skip to content
Snippets Groups Projects
Commit c0a223b4 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #265 from nclm/french-translation

Forgot to add one `fr` to make the French locale (hopefully) work
parents 8e34bed7 60577f4c
No related branches found
No related tags found
No related merge requests found
import en from './en';
import de from './de';
import es from './es';
import fr from './fr';
const locales = {
en,
de,
es
es,
fr
};
export default function getMessagesForLocale (locale) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment