Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Re-order translations
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed May 9, 2021
1 parent 59fa1f9 commit a11abf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/i18n/translations/index.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
import de from './de.json';
import en from './en.json';
import es from './es.json';
import fi from './fi.json';
import fr from './se.json';
import gl from './gl.json';
import ja from './ja.json';
import pl from './pl.json';
import ru from './ru.json';
import se from './se.json';
import gl from './gl.json';
import es from './es.json';

export default {
de,
en,
es,
fi,
fr,
gl,
ja,
pl,
ru,
se,
gl,
es
se
};

0 comments on commit a11abf6

Please sign in to comment.