ionic-team / ionic-present

Present Ionic in your town. Share the new way to build mobile apps.
http://ionicframework.com/present-ionic/
MIT License
89 stars 123 forks source link

Indonesian Language for ionic present #1

Closed ariestiyansyah closed 8 years ago

ariestiyansyah commented 10 years ago

Hi Ionic Team,

I've created the ionic present in Indonesian Language and was presented at Seminar make your own Android in Indonesia, please let me know if I can grant acces to send pull request for branch "id" for this repository :D .

Anywa here is the link for id language https://github.com/ariestiyansyah/ionic-seminar

perrygovier commented 9 years ago

Awesome, thanks. We really need to add better i8n support. I'm curious, what would be the best way to have language specific slides that use the same code examples?

grillorafael commented 9 years ago

I think the easiest thing to do is to keep a language folder with the body content. (I think it is easy to do and to receive contributions) and check with a query string. ?lang=en (default) will fetch en content, ?lang=pt-br will fetch pt-br content. What do you think? (No complex i18n solution)

aloisdg commented 9 years ago

I started a french version here.