mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-30 01:50:19 +02:00
Merge branch 'main' into greek-translation
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<option>hi</option>
|
||||
<option>it</option>
|
||||
<option>gr</option>
|
||||
<option>ms</option>
|
||||
</select>
|
||||
</nav>
|
||||
<div id="app">
|
||||
|
@@ -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;
|
||||
|
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