diff options
| author | Pushpender Saini <54404738+PushpenderSaini0@users.noreply.github.com> | 2021-07-29 05:35:52 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-28 17:05:52 -0700 |
| commit | 8830a8c6e7536f4574d13ca7d46d0827de752fec (patch) | |
| tree | 820c61f48e72bbc8b84ae60f3e1796c9d2739e72 /src/App.js | |
| parent | cd2bc2e3c2117638a79b71791a415d9f77df2fc6 (diff) | |
Add support for hindi language (#121)
* Add support for hindi language
* Update README.md
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -47,6 +47,7 @@ function App() { | |||
| 47 | <option value="fr-FR">French - FR (Français)</option> | 47 | <option value="fr-FR">French - FR (Français)</option> |
| 48 | <option value="pt-BR">pt-BR</option> | 48 | <option value="pt-BR">pt-BR</option> |
| 49 | <option value="tr-TR">Turkish (Türkçe)</option> | 49 | <option value="tr-TR">Turkish (Türkçe)</option> |
| 50 | <option value="hi-IN">Hindi (हिन्दी)</option> | ||
| 50 | </select> | 51 | </select> |
| 51 | </div> | 52 | </div> |
| 52 | 53 | ||
