Translated all lessons to tamil language and added ta.json as a tamil translation for quizapp (#623)

* translated to tamil language

* Added tam.json file for quiz app

* translated to tamil

* performed all requested changes

* Delete README.tam.md

Deleted .tam file

* Delete README.tam.md

deleted .tam file

* Delete README.tam.md

deleted .tam file

* Delete README.tam.md

deleted .tam file

* Delete README.tam.md

deleted .tam file

* Delete README.tam.md

* Delete README.tam.md

deleted .tam file

* Rename tam.json to ta.json

* Update index.js

* Update README.md
This commit is contained in:
Rohith ND
2022-03-10 01:04:43 +05:30
committed by GitHub
parent 2d1336a7d4
commit da6ba7764a
9 changed files with 2687 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ import nl from "./nl.json";
import zh_cn from "./zh_cn.json";
import zh_tw from "./zh_tw.json";
import fr from "./fr.json";
import ta from "./ta.json";
//export const defaultLocale = 'en';
const messages = {
@@ -29,6 +29,7 @@ const messages = {
zh_cn: zh_cn[0],
zh_tw: zh_tw[0],
fr: fr[0],
ta: ta[0],
};
export default messages;

File diff suppressed because it is too large Load Diff