mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-17 12:10:49 +02:00
Merge pull request #166 from silverskyvicto/translate-ja/quiz-app
translate quiz-app into japanese
This commit is contained in:
@@ -4,6 +4,7 @@ import ko from './ko.json';
|
||||
import id from './id.json';
|
||||
import hi from './hi.json';
|
||||
import it from './it.json';
|
||||
import ja from './ja.json';
|
||||
|
||||
//export const defaultLocale = 'en';
|
||||
|
||||
@@ -13,6 +14,7 @@ const messages = {
|
||||
id: id[0],
|
||||
hi: hi[0],
|
||||
it: it[0],
|
||||
ja: ja[0],
|
||||
};
|
||||
|
||||
export default messages;
|
||||
|
2509
quiz-app/src/assets/translations/ja.json
Normal file
2509
quiz-app/src/assets/translations/ja.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user