aegisbigdata / documentation

0 stars 0 forks source link

Check Frontend regarding I18N #69

Closed fabiankirstein closed 6 years ago

fabiankirstein commented 6 years ago

We built a small prototype for this: http://bbc6.sics.se:8080/fokus/#!/ You can switch languages in the header. The implementation is quite easy with https://angular-translate.github.io/ But we need to add to every string in the frontend a filter:

<span>New Project</span> zu <span>{{'New Project' | translate}}</span>. 

Do we want to do that?

smouzakitis commented 6 years ago

My opinion and according to what we discussed, it is good but i think this is low priority compared to other tasks.

smouzakitis commented 6 years ago

My opinion and according to what we discussed, it is good but i think this is low priority compared to other tasks.

smouzakitis commented 6 years ago

My opinion and according to what we discussed, it is good but i think this is low priority compared to other tasks.

fabiankirstein commented 6 years ago

Done. Now it has to applied. #18