mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-22 22:34:29 +02:00
Merge branch 'main' into translate-tw
This commit is contained in:
@@ -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>
|
||||
|
2509
quiz-app/src/assets/translations/es.json
Normal file
2509
quiz-app/src/assets/translations/es.json
Normal file
File diff suppressed because it is too large
Load Diff
2509
quiz-app/src/assets/translations/gr.json
Normal file
2509
quiz-app/src/assets/translations/gr.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
2509
quiz-app/src/assets/translations/ms.json
Normal file
2509
quiz-app/src/assets/translations/ms.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user