Merge branch 'main' into translate-tw

This commit is contained in:
Ling Yin-Tao
2021-03-14 11:51:10 +08:00
committed by GitHub
19 changed files with 7614 additions and 49 deletions

View File

@@ -5,10 +5,13 @@
<label for="locale">locale</label>
<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>ms</option>
<option>zh_tw</option>
</select>
</nav>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -5,6 +5,9 @@ import id from './id.json';
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';
import es from './es.json';
import zh_tw from './zh_tw.json';
//export const defaultLocale = 'en';
@@ -16,7 +19,10 @@ const messages = {
hi: hi[0],
it: it[0],
ja: ja[0],
zh_tw: zh_tw[0],
gr: gr[0],
ms: ms[0],
es: es[0],
zh_tw: zh_tw[0],
};
export default messages;

File diff suppressed because it is too large Load Diff