ngx-translate / core

The internationalization (i18n) library for Angular
MIT License
4.51k stars 574 forks source link

Actually, what are all the Languages that have been supported by the ng2-translate.? #741

Closed VigneshSAN closed 6 years ago

VigneshSAN commented 6 years ago

I need to translate English to All Indian Languages. So, I tried Tamil and Hindi Language but it falls on fail. So please tell me the languages that have been supported by this plugin.?

sam-lex commented 6 years ago

Supports all languages, but you need to provide your own translations in lang.json

for example:
en.json

{
  "hello": "Hello!"
}

and spanish: es.json:

{
  "hello": "Hola!"
}