Skip to content

Commit

Permalink
Prettier - switch back to semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrysto committed Dec 7, 2018
1 parent 3f24d03 commit 5db7b53
Show file tree
Hide file tree
Showing 111 changed files with 5,301 additions and 5,269 deletions.
2 changes: 1 addition & 1 deletion app/Language/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,4 +406,4 @@ export default {
'Lang.Japanese': 'Japanese',
'Lang.French': 'French',
},
}
};
16 changes: 8 additions & 8 deletions app/Language/messages.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import ru from "./ru";
import en from "./en";
import es from "./es.json";
import ko from "./ko";
import de from "./de";
import ja from "./ja";
import fr from "./fr";
import ru from './ru';
import en from './en';
import es from './es.json';
import ko from './ko';
import de from './de';
import ja from './ja';
import fr from './fr';

export default {
//ENGLISH//
Expand All @@ -15,6 +15,6 @@ export default {
...ko,
...fr,

es
es,
};
console.log(fr);
330 changes: 165 additions & 165 deletions app/actions/actiontypes.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5db7b53

Please sign in to comment.