Merge branch 'main' into greek-translation

This commit is contained in:
Jen Looper
2021-02-20 20:44:46 -05:00
committed by GitHub
38 changed files with 3919 additions and 66 deletions

View File

@@ -10,6 +10,7 @@
<option>hi</option>
<option>it</option>
<option>gr</option>
<option>ms</option>
</select>
</nav>
<div id="app">

View File

@@ -6,6 +6,7 @@ import hi from './hi.json';
import it from './it.json';
import ja from './ja.json';
import gr from './gr.json';
import ms from './ms.json';
//export const defaultLocale = 'en';
@@ -17,6 +18,7 @@ const messages = {
it: it[0],
ja: ja[0],
gr: gr[0],
ms: ms[0],
};
export default messages;

File diff suppressed because it is too large Load Diff