mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-20 13:31:32 +02:00
@@ -8,6 +8,7 @@
|
||||
<option>fr</option>
|
||||
<option>ko</option>
|
||||
<option>id</option>
|
||||
<option>hi</option>
|
||||
</select>
|
||||
</nav>
|
||||
<div id="app">
|
||||
@@ -106,4 +107,3 @@ h3,
|
||||
margin: 4px auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
2509
quiz-app/src/assets/translations/hi.json
Normal file
2509
quiz-app/src/assets/translations/hi.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,7 @@ import en from './en.json';
|
||||
import fr from './fr.json';
|
||||
import ko from './ko.json';
|
||||
import id from './id.json';
|
||||
import hi from './hi.json';
|
||||
|
||||
//export const defaultLocale = 'en';
|
||||
|
||||
@@ -11,6 +12,7 @@ const messages = {
|
||||
fr: fr[0],
|
||||
ko: ko[0],
|
||||
id: id[0],
|
||||
hi: hi[0],
|
||||
};
|
||||
|
||||
export default messages;
|
||||
|
Reference in New Issue
Block a user