map-egypt / map-egypt.github.io

Other
1 stars 6 forks source link

More translations that need to be fixed #362

Closed felskia closed 6 years ago

felskia commented 6 years ago

As going through the whole site and found that under the "Add and Filter Projects" button we have a bunch of text that is still in English. And we do have translations for them. Let me know if I should provide any of those translations here.

Thanks!

dereklieu commented 6 years ago

@felskia @kamicut Arabic donor names aren't coming through the API. Here is the API data that I'm currently working with:

screen shot 2017-11-19 at 2 26 11 pm

@kamicut if you could either add a donor_name_ar or make donor_name an object with {ar: '', en: ''}, either would work.

Pr #363 fixed the display of "On Time" and "Delayed."

kamicut commented 6 years ago

@dereklieu, this already works, there is a key called donor_name_ar which when filled in the backend will show up in the API. You can see it with this public project

dereklieu commented 6 years ago

@kamicut thanks, I missed that. Closed #365