Merge branch 'main' into nl

This commit is contained in:
Jen Looper
2021-03-21 14:07:35 -04:00
committed by GitHub
190 changed files with 9464 additions and 618 deletions

View File

@@ -6,13 +6,15 @@
<select v-model="locale">
<option>en</option>
<option>es</option>
<option>ko</option>
<option>id</option>
<option>hi</option>
<option>it</option>
<option>gr</option>
<option>hi</option>
<option>id</option>
<option>it</option>
<option>ko</option>
<option>ms</option>
<option>nl</option>
<option>zh_tw</option>
</select>
</nav>
<div id="app">

View File

@@ -9,6 +9,8 @@ import gr from './gr.json';
import ms from './ms.json';
import es from './es.json';
import nl from './nl.json';
import zh_tw from './zh_tw.json';
//export const defaultLocale = 'en';
@@ -23,6 +25,8 @@ const messages = {
ms: ms[0],
es: es[0],
nl: nl[0],
zh_tw: zh_tw[0],
};
export default messages;

File diff suppressed because it is too large Load Diff