Merge pull request #166 from silverskyvicto/translate-ja/quiz-app

translate quiz-app into japanese
This commit is contained in:
Jen Looper
2021-01-08 16:11:14 -05:00
committed by GitHub
2 changed files with 2511 additions and 0 deletions

View File

@@ -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;

File diff suppressed because it is too large Load Diff