nickedes / z-baby

Zero Investment Improvements in Education Initiatives (ZIIEI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/table shows edit and translate for ALL languages

kwikadi opened this issue · comments

commented

This basically

  1. leads to confusion
  2. defeats the purpose of the translate columns

The ideal solution would involve using either

  1. The session lang id, or
  2. The master language

and displaying labels/menu/submenu etc only for values associated with that language.

I think we should do translation only when the session[LanguageID] is our MasterLang.

commented

But that still won't solve the issue. Because as of right now the user has no way of knowing which language he/she is editing. For eg: https://imgur.com/AVlaPF1 here, in the first case the distinction between hindi and english is apparent, but other entries just look like duplications, or possibly a glitch. And this issue will only increase when the number of languages increases.

commented

For now, I have coded th pages to only show the master language, and am closing the issue.
If you feel this solution is less than ideal, you can of course change it to your liking.